buy.wxss 1.5 KB

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