index.css 1.8 KB

1234567891011121314151617181920212223242526
  1. page{padding-bottom: 30rpx;}
  2. .top{position: relative;overflow: hidden;height: 345rpx;}
  3. .top::after{content: '';display: block;position: absolute;top: 0;width: 120%;left: -10%;right: -10%;bottom: 0;border-radius: 0 0 50% 50%;z-index: 1;background-color: #009aff;}
  4. .top-c{position: relative;z-index: 5;margin-top: 30rpx;}
  5. .sta{font-size: 56rpx;color: #fff;justify-content: center;}
  6. .sta image{width: 58rpx;height: 58rpx;margin-right: 16rpx;}
  7. .time{font-size: 24rpx;color: #fff;margin-top: 30rpx;text-align: center;justify-content: center;}
  8. .info{background-color: #fff;border-radius: 12rpx;margin: -125rpx 30rpx 0;position: relative;z-index: 5;padding: 30rpx;}
  9. .user{font-size: 32rpx;color: #999;font-weight: bold;}
  10. .user image{width: 60rpx;height: 60rpx;margin-right: 18rpx;border-radius: 50%;}
  11. .kai{color: #009AFF;}
  12. .version{margin-top: 25rpx;align-items: flex-end;}
  13. .v-tit{font-size: 32rpx;color: #00001E;font-weight: bold;}
  14. .v-zhe{height: 36rpx;background: linear-gradient(7deg, #FF6958 0%, #FF2D41 100%);border-radius: 5rpx;font-size: 24rpx;color: #fff;padding: 0 12rpx;line-height: 36rpx;margin-left: 10rpx;}
  15. .v-time{font-size: 24rpx;color: #999;margin-top: 15rpx;line-height: 28rpx;}
  16. .v-moneys{text-align: right;}
  17. .v-money{font-size: 48rpx;color: #00001E;}
  18. .v-money text{font-size: 32rpx;}
  19. .v-del{font-size: 22rpx;color: #B6B6B6;margin-top: 10rpx;text-decoration: line-through;line-height: 28rpx;}
  20. .form{background-color: #fff;border-radius: 12rpx;margin: 20rpx 30rpx 0;font-size: 28rpx;color: #00001E;padding: 20rpx 30rpx;}
  21. .form .li{padding: 20rpx 0;}
  22. .label{color: #999;}
  23. .item{text-align: right;}
  24. .dai{color: #FF0018;}
  25. .bot{position: fixed;left: 0;right: 0;bottom: 0;background-color: #fff;padding: 30rpx;z-index: 50;}
  26. .btn{height: 76rpx;background: #2A82FD;border-radius: 10rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 76rpx;}