activityDetail.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* activityDetail.css */
  2. page{background: #fff;}
  3. .top{padding: 60rpx 32rpx 20rpx;border-bottom: 15rpx solid #f6f6f6;}
  4. .act-img{width: 100%;height: 422rpx;border-radius: 15rpx;}
  5. .title{font-size: 40rpx;color: #000;line-height: 50rpx;margin: 45rpx 0 10rpx;}
  6. .datas{font-size: 24rpx;color: #999;}
  7. .money{font-size: 40rpx;color: #F38423;margin: 40rpx 0;}
  8. .money text{font-size: 20rpx;}
  9. .date{border-bottom: 15rpx solid #f6f6f6;}
  10. .datass{font-size: 26rpx;color: #666;border-bottom: 1rpx solid #E9E9E9;padding: 20rpx 32rpx;}
  11. .date .datass:last-child{border-bottom: none;}
  12. .date .datass .ddflex{margin-bottom: 10rpx;}
  13. .dimg{width: 29rpx;height: 35rpx;margin-right: 15rpx;}
  14. .rico{width: 14rpx;height: 23rpx;margin-left: 20rpx;}
  15. .tit{font-size: 30rpx;color: #333;font-weight: bold;padding: 30rpx;justify-content: space-between;border-bottom: 1rpx solid #DEDEDE;}
  16. .content{font-size: 28rpx;color: #999;line-height: 44rpx;padding: 50rpx 0 120rpx;}
  17. .bot{align-items: center;padding: 10rpx 30rpx 10rpx 0;border-top: 1rpx solid #e5e5e5;justify-content: space-between;}
  18. .btnfot{flex: 0.35;display: flex;justify-content: space-around;}
  19. .btns{flex: .65;justify-content: flex-end;}
  20. .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;}
  21. .botbtn image{width: 40rpx;height: 34rpx;margin: 10rpx auto 5rpx;}
  22. .btn{width: 370rpx;height: 70rpx;background: var(--btn);border-radius: 35px;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}
  23. .btn.end{background: #999;}
  24. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
  25. .popup{position: fixed;left: 0;right: 0;bottom: 0;border-radius: 15rpx 15rpx 0 0;background: #fff;padding: 65rpx 32rpx 50rpx;z-index: 100;}
  26. .p-title{font-size: 32rpx;color: #333;font-weight: bold;}
  27. .p-bri{font-size: 28rpx;color: #999;margin-top: 15rpx;}
  28. .pop-tit{font-size: 28rpx;color: #000;font-weight: bold;}
  29. .pop-con{height: 320rpx;margin-top: 50rpx;}
  30. .p-list{flex-wrap: wrap;align-items: flex-start;}
  31. .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;}
  32. .p-list .li.active{border-color: var(--mina);color: var(--mina);background: #fef4f5;}
  33. .pop-btn{height: 70rpx;background: var(--btn);border-radius: 35px;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}
  34. .close{position: absolute;top: 30rpx;right: 30rpx;width: 34rpx;height: 34rpx;}