buyAdvance.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* pages/buy/buy.wxss */
  2. page{
  3. background-color: #EEEEEE;
  4. }
  5. .top {
  6. height: 292rpx;
  7. background: linear-gradient(62deg, #FF8144 0%, #FF5651 100%);
  8. }
  9. .content {
  10. padding: 30rpx;
  11. }
  12. .card {
  13. margin: 15rpx 0;
  14. background-color: #ffffff;
  15. border-radius: 10rpx;
  16. }
  17. .card1{
  18. padding: 0 25rpx;
  19. }
  20. .card-top {
  21. height: 82rpx;
  22. line-height: 82rpx;
  23. display: flex;
  24. font-weight: 500;
  25. color: #333333;
  26. border-bottom: solid 2rpx rgba(238, 238, 238, 0.4);
  27. }
  28. .text {
  29. flex: 1;
  30. font-size: 24rpx;
  31. }
  32. .num {
  33. color: #FE7622;
  34. margin-left: 10rpx;
  35. }
  36. .card-content {
  37. padding-top: 51rpx;
  38. display: flex;
  39. text-align: center;
  40. }
  41. .middle {
  42. flex: 1;
  43. font-size: 24rpx;
  44. color: #333333;
  45. }
  46. .num1 {
  47. font-size: 34rpx;
  48. color: #FE7622;
  49. font-weight: 800;
  50. }
  51. .middle-text {
  52. color: #FE7622;
  53. }
  54. .middle-title {
  55. margin-top: 16rpx;
  56. }
  57. .tips {
  58. height: 88rpx;
  59. width: 100%;
  60. position: relative;
  61. }
  62. .tips1 {
  63. position: absolute;
  64. top: 26rpx;
  65. right: 50rpx;
  66. width: 122rpx;
  67. height: 32rpx;
  68. border: 1rpx solid #3ADD92;
  69. border-radius: 16rpx;
  70. line-height: 30rpx;
  71. text-align: center;
  72. font-size: 20rpx;
  73. font-family: PingFang SC;
  74. font-weight: 400;
  75. color: #32DB90;
  76. }
  77. .tips2 {
  78. position: absolute;
  79. bottom: 0;
  80. height: 54rpx;
  81. line-height: 54rpx;
  82. background: #FFC3B7;
  83. width: 100%;
  84. border-radius: 0rpx 0rpx 10rpx 10rpx;
  85. font-size: 22rpx;
  86. font-family: PingFang SC;
  87. padding-left: 30rpx;
  88. font-weight: 400;
  89. color: #525252;
  90. }