join.wxss 1.6 KB

1234567891011121314151617
  1. .top { height: 200rpx; color: #fff; font-size: 12pt; text-align: center; position: relative; }
  2. .top wx-image{ width: 100%; height: 100%; }
  3. .title { position: absolute; width: 100%; text-align: center; top: 42rpx; height: 35rpx; line-height: 35rpx; }
  4. .dare-name{ display: inline-block; width: 65%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 35rpx; line-height: 35rpx; margin-bottom: -3rpx; }
  5. .time{ position: absolute; width: 100%; text-align: center; top: 87rpx; }
  6. .msg { height: 200rpx; width: 93.6%; background-color: white; margin: 0 24rpx; color: #999; text-align: center; font-size: 10pt; padding: 40rpx 40rpx; border-radius: 16rpx; position: absolute; top: 160rpx; }
  7. .text { margin-bottom: 18rpx; }
  8. .use-price { font-size: 25pt; font-family: 'DIN'; color: #ff9d1e; margin-right: 6rpx; }
  9. .content { background-color: white; margin-top: 180rpx; font-size: 11pt; color: #999; padding-bottom: 50rpx; }
  10. .content-title { padding-left: 24rpx; height: 87rpx; line-height: 87rpx; border-bottom: 1rpx solid #e2e2e2; color: #353535; }
  11. .content-body { padding: 40rpx 56rpx 30rpx; }
  12. .content-num { float: left; height: 80rpx; width: 40rpx; margin-right: 32rpx; }
  13. .content-num wx-image { height: 40rpx; width: 40rpx; }
  14. .step-title { font-size: 12pt; color: #353535; margin-bottom: 10rpx; }
  15. .join { position: fixed; bottom: 0; height: 150rpx; width: 100%; background-color: white; padding: 35rpx 0; }
  16. .join-btn { height: 80rpx; width: 702rpx; font-size: 13pt; color: #fffefe; background: linear-gradient(to right, #ff9d1e, #ffb71e); border-radius: 40rpx; }
  17. wx-button::after { border: none }