dare.wxss 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .bg { height: 560rpx; width: 100%; overflow-y: hidden; }
  2. .bg wx-image { width: 100%; height: 100%; }
  3. .icon { height: 72rpx; width: 200rpx; position: absolute; top: 360rpx; right: 12rpx; }
  4. .icon wx-image { height: 72rpx; width: 72rpx; margin-right: 28rpx; }
  5. .dare { width: 100%; position: absolute; top: 450rpx; left: 0; right: 0; }
  6. .dare-info { width: 93.6%; background-color: white; margin: 0 24rpx; color: #999; font-size: 10pt; padding: 28rpx 32rpx; border-radius: 16rpx; box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15); }
  7. .join-info { font-size: 9pt; color: #999; text-align: center; margin-top: 12rpx; }
  8. .target { font-size: 10pt; color: #666666; margin-bottom: 14rpx; }
  9. .target wx-text { color: #ff4544; font-family: 'DIN'; }
  10. .submit { height: 78rpx; width: 498rpx; border-radius: 40rpx; background-color: #ff9d1e; color: #ffff; margin-top: 20rpx; line-height: 78rpx; border: 1rpx solid #ff9d1e; }
  11. .submit-end { height: 78rpx; width: 498rpx; border-radius: 40rpx; background-color: #ffff; color: #ff9d1e; margin-top: 20rpx; line-height: 78rpx; border: 1rpx solid #ff9d1e; }
  12. .join-title{ height: 55rpx; }
  13. .title-left { text-align: left; float: left; width: auto; color: #353535; font-size: 10pt; overflow: hidden; }
  14. .dare-title { height: 48rpx; }
  15. .not { float: right; height: 48rpx; width: 94rpx; line-height: 48rpx; background-color: #eee; text-align: center; }
  16. .already { float: right; height: 48rpx; width: 94rpx; color: #ff9d1e; line-height: 48rpx; background-color: #fff2e2; text-align: center; }
  17. .dare-item { width: 100%; }
  18. .item { display: inline-block; width: 36%; text-align: center; padding-top: 20rpx; }
  19. .total { color: #ff9d1e; font-family: "DIN"; font-size: 19pt; margin-bottom: 16rpx; }
  20. .join { width: 93.6%; background-color: white; margin: 0 24rpx 20rpx; color: #999; font-size: 10pt; padding: 30rpx 32rpx 40rpx; border-radius: 16rpx; text-align: center; margin-top: 20rpx; box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15); }
  21. .msg { float: right; }
  22. .money { color: #ff9d1e; font-family: "DIN"; font-size: 19pt; margin: 10rpx 0 10rpx; }
  23. .info { margin: 36rpx 0 26rpx; }
  24. .info wx-text { color: #ff9d1e; }
  25. .join-btn { height: 80rpx; line-height: 80rpx; width: 500rpx; border-radius: 40rpx; background-color: #ff9d1e; color: #ffff; }
  26. .finish-btn { height: 78rpx; line-height: 78rpx; width: 498rpx; border-radius: 40rpx; border: 1rpx solid #ff9d1e; background-color: #ffff; color: #ff9d1e; font-size: 13pt; }
  27. wx-button::after { border: none; }
  28. .success { position: fixed; top: 300rpx; z-index: 3; background-color: #e8703e; width: 630rpx; height: 640rpx; margin: 0 60rpx; border-radius: 16rpx; text-align: center; }
  29. .content { background-color: white; width: 598rpx; height: 608rpx; margin: 16rpx; font-size: 13pt; color: #9f5100; }
  30. .success-tip { height: 200rpx; width: 200rpx; margin-bottom: 28rpx; }
  31. .banner { height: 132rpx; width: 548rpx; margin-top: -76rpx; }
  32. .banner-text { position: fixed; top: 272rpx; width: 598rpx; text-align: center; color: #9f5100; font-size: 15pt; }
  33. .tip { font-size: 11pt; color: #666; margin: 30rpx 0 18rpx; }
  34. .success-btn { font-size: 13pt; color: #ffff; height: 80rpx; width: 500rpx; border-radius: 40rpx; background-color: #ff9d1e; }
  35. .space { width: 93.6%; height: 550rpx; background-color: white; margin: 0 24rpx; color: #999; font-size: 13pt; padding: 80rpx 0 100rpx; border-radius: 16rpx; text-align: center; position: absolute; top: 450rpx; box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15); }
  36. .no-join wx-image { height: 200rpx; width: 200rpx; margin-bottom: 35rpx; }
  37. .no-join { width: 93.6%; height: 350rpx; background-color: white; margin: 0 24rpx; color: #999; font-size: 13pt; border-radius: 16rpx; padding: 30rpx 0 0; text-align: center; margin-top: 20rpx; box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15); }
  38. .space wx-image { height: 300rpx; width: 300rpx; margin-bottom: 15rpx; }
  39. wx-form { display: inline-block; }
  40. .ad { position: fixed; bottom: 0; width: 100%; }
  41. .temp { visibility: hidden; }
  42. .join-bg { width: 100%; height: 100%; position: fixed; background-color: rgba(0, 0, 0, 0.3); z-index: 9999; top: 0; left: 0; }
  43. .join-success { position: fixed; top: 300rpx; left: 0; right: 0; margin: 0 auto; height: 640rpx; width: 630rpx; border-radius: 16rpx; background-color: white; text-align: center; z-index: 9; padding: 92rpx 0 80rpx; }
  44. .join-success .join-close { width: 28rpx; height: 28rpx; position: absolute; top: 32rpx; right: 32rpx; }
  45. .join-img { height: 260rpx; width: 260rpx; margin-bottom: 40rpx; }
  46. .join-success wx-view { font-size: 12 pt; color: #666; }
  47. .invite { margin-top: 56rpx; height: 80rpx; width: 500rpx; line-height: 80rpx; font-size: 13pt; color: #ff9d1e; border-radius: 40rpx; background-color: white; border: 1rpx solid #ff9d1e; }
  48. .invite::after { border: 0px; }
  49. .loading{ font-size: 11pt; color: #353535; text-align: center; height: 80rpx; line-height: 80rpx; background-color: #f2f2f2; }
  50. .activity-name{ font-size: 11pt; color: #353535; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; margin-top: 20rpx; margin-bottom: 5rpx; padding: 0 11%; }
  51. .activity-step{ font-size: 10pt; color: #666666; }
  52. .openSetting{ height: 120rpx; width: 500rpx; line-height: 120rpx; background-color: #4fd866; border-radius: 30rpx; color: #ffff; font-size: 20pt; position: fixed; top: 50%; left: 50%; margin-left: -250rpx; }
  53. .over-screen{ position: fixed; top: 0; left: 0; right: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, .3); z-index: 100; }
  54. .window{ height: 160rpx; line-height: 160rpx; width: 84%; position: fixed; top: 400rpx; left: 0; right: 0; margin: 0 auto; background-color: white; text-align: center; font-size: 12pt; color: #353535; border-top-left-radius: 16rpx; border-top-right-radius: 16rpx; }
  55. .get-setting{ height: 88rpx; line-height: 88rpx; width: 84%; position: fixed; top: 560rpx; left: 0; right: 0; margin: 0 auto; border-top: 1rpx solid #e2e2e2; background-color: white; text-align: center; border-bottom-left-radius: 16rpx; border-bottom-right-radius: 16rpx; font-size: 12pt; color: #353535; }