activityDetail.css 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* activityDetail.css */
  2. page{background: #fff;}
  3. .top{padding: 0rpx 0rpx 40rpx;border-bottom: 15rpx solid #f6f6f6;}
  4. .act-img{width: 100%;height: 461rpx;}
  5. .title{font-size: 40rpx;color: #000;line-height: 50rpx;margin: 45rpx 32rpx 10rpx;font-weight: bold;}
  6. .datas{font-size: 24rpx;color: #999;margin: 0 32rpx;}
  7. .money-box{
  8. margin: 40rpx 32rpx;
  9. font-size: 32rpx;
  10. font-weight: 500;
  11. color: #666666;
  12. justify-content: space-between;
  13. background: linear-gradient(90deg, #fff 0%, #FFE7E7 100%);
  14. padding: 0 30rpx 0 0;
  15. border-radius: 10rpx;
  16. }
  17. .money-box image{
  18. width: 40rpx;
  19. height: 41rpx;
  20. margin-right: 22rpx;
  21. }
  22. .money{font-size: 40rpx;color: #DB2A2A;margin: 30rpx 0;}
  23. .money text{font-size: 20rpx;}
  24. .baoming-box{
  25. margin: 0 32rpx;
  26. font-size: 24rpx;
  27. font-weight: 500;
  28. color: #999999;
  29. }
  30. .baoming-box image{
  31. width: 40rpx;
  32. height: 44rpx;
  33. margin-right: 22rpx;
  34. }
  35. .baoming-time{
  36. margin-left: 62rpx;
  37. font-weight: 500;
  38. color: #333333;
  39. }
  40. .hddz-box{
  41. margin: 0 32rpx;
  42. font-size: 26rpx;
  43. font-weight: 500;
  44. color: #999999;
  45. }
  46. .hddz-box image{
  47. width: 40rpx;
  48. height: 44rpx;
  49. margin-right: 22rpx;
  50. }
  51. .hddz-area{
  52. margin-left: 62rpx;
  53. font-weight: 500;
  54. color: #333;
  55. }
  56. .hddz-area .rico{
  57. width: 13rpx;
  58. height: 24rpx;
  59. margin-left: 20rpx;
  60. margin-right: 0;
  61. }
  62. .date{border-bottom: 15rpx solid #f6f6f6;}
  63. .datass{font-size: 26rpx;color: #666;border-bottom: 1rpx solid #E9E9E9;padding: 20rpx 32rpx;}
  64. .date .datass:last-child{border-bottom: none;}
  65. .date .datass .ddflex{margin-bottom: 10rpx;}
  66. .dimg{width: 29rpx;height: 35rpx;margin-right: 15rpx;}
  67. .rico{width: 14rpx;height: 23rpx;margin-left: 20rpx;}
  68. .tit{font-size: 32rpx;color: #333;font-weight: bold;padding: 30rpx;justify-content: space-between;border-bottom: 1rpx solid #DEDEDE;}
  69. .content{font-size: 28rpx;color: #999;line-height: 44rpx;padding: 50rpx 0 120rpx;}
  70. .bot{align-items: center;padding: 10rpx 30rpx 10rpx 0;border-top: 1rpx solid #e5e5e5;justify-content: space-between;}
  71. .btnfot{display: flex;justify-content: space-around;}
  72. .btns{flex: .65;justify-content: flex-end;}
  73. .botbtn{font-size: 22rpx;color: #6A6A6A;width: 95rpx !important;text-align: center;position: relative;margin: 0;background: none;border-radius: 0;padding: 0;line-height: initial;}
  74. .botbtn image{width: 40rpx;height: 34rpx;margin: 10rpx auto 5rpx;}
  75. .btn{width: 370rpx;height: 70rpx;background: var(--btn);border-radius: 35px;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}
  76. .btn.end{background: #999;}
  77. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
  78. .popup{position: fixed;left: 0;right: 0;bottom: 0;border-radius: 15rpx 15rpx 0 0;background: #fff;padding: 65rpx 32rpx 50rpx;z-index: 100;}
  79. .p-title{font-size: 32rpx;color: #333;font-weight: bold;}
  80. .p-bri{font-size: 28rpx;color: #999;margin-top: 15rpx;}
  81. .pop-tit{font-size: 28rpx;color: #000;font-weight: bold;}
  82. .pop-con{height: 320rpx;margin-top: 50rpx;}
  83. .p-list{flex-wrap: wrap;align-items: flex-start;}
  84. .p-list .li{background: #f5f5f5;border: 1rpx solid #e5e5e5;font-size: 28rpx;color: #666;height: 50rpx;line-height: 50rpx;border-radius: 25rpx;margin: 0 20rpx 20rpx 0;padding: 0 30rpx;}
  85. .p-list .li.active{border-color: var(--mina);color: var(--mina);background: #fef4f5;}
  86. .pop-btn{height: 70rpx;background: var(--btn);border-radius: 35px;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}
  87. .close{position: absolute;top: 30rpx;right: 30rpx;width: 34rpx;height: 34rpx;}