index.css 1.4 KB

1234567891011121314151617181920
  1. /* activity.css */
  2. page{background: #fff;}
  3. .act-list{padding: 0 30rpx;}
  4. .act-list .li{margin-bottom: 10rpx;padding: 35rpx 0;border-bottom: 1rpx solid #E5E5E5;}
  5. .act-list .li:last-child{border-bottom: none;}
  6. .imgbox{width: 100%;height: 316rpx;border-radius: 16rpx;overflow: hidden;position: relative;margin-right: 25rpx;}
  7. .imgbox image{width: 100%;height: 100%;border-radius: 16rpx;}
  8. .infos{padding: 20rpx 22rpx 0;}
  9. .tag{display: block;height: 30rpx;border-radius: 6rpx 15rpx 15rpx 0;font-size: 20rpx;color: #fff;padding: 0 15rpx;position: absolute;top: 0;left: 0;background: #31a8fa;line-height: 30rpx;}
  10. .stas{align-items: flex-end;}
  11. .tag-box{font-size: 24rpx;color: #717580;line-height: 33rpx;}
  12. .tag-box text{margin-right: 15rpx;}
  13. .act-tit{font-size: 30rpx;color: #1A1F30;line-height: 42rpx;margin-bottom: 15rpx;font-weight: bold;}
  14. .area{font-size: 24rpx;color: #999;margin-top: 20rpx;}
  15. .area text{margin-right: 10rpx;}
  16. .money{font-size: 30rpx;color: var(--main);}
  17. .money text{font-size: 18rpx;}
  18. .act-btn{width: 172rpx;height: 64rpx;background: #27D699;border-radius: 32rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 64rpx;margin-bottom: 15rpx;margin-left: 30rpx;}
  19. .act-btn.end{background: #e3e3e3;color: #999;}
  20. .mede{position: fixed;left: 50%;transform: translateX(-50%);bottom: 30rpx;width: 328rpx;height: 80rpx;background: var(--btn);border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 80rpx;}