index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f1f1f1;
  5. padding: 20px 0 0 0;
  6. }
  7. .button {
  8. margin: 0 0 20px 0;
  9. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  10. border-radius: 30px;
  11. color: #ffffff;
  12. text-align: center;
  13. font-size: small;
  14. }
  15. .wei {
  16. font-size: 15px;
  17. color: red;
  18. }
  19. .list {
  20. margin-top: 5%;
  21. }
  22. .two {
  23. width: 93%;
  24. float: left;
  25. margin-left: 3%;
  26. }
  27. .left {
  28. float: left;
  29. width: 70%;
  30. padding-top: 15px;
  31. padding-left: 10px;
  32. padding-bottom: 15px;
  33. }
  34. .two {
  35. background-color: white;
  36. margin-bottom: 3%;
  37. border-radius: 8px;
  38. }
  39. .right {
  40. float: left;
  41. width: 20%;
  42. margin-left: 3%;
  43. margin-top: 8%;
  44. }
  45. .fourright1_2 {
  46. float: left;
  47. width: 100%;
  48. margin-top: 2%;
  49. }
  50. .fourright1_2o {
  51. float: left;
  52. width: 20%;
  53. }
  54. .fourright1_2oi {
  55. float: left;
  56. width: 20%;
  57. }
  58. .fourright1_2t {
  59. float: left;
  60. width: 43%;
  61. text-align: center;
  62. padding: 10px 0;
  63. font-size: 14px;
  64. font-weight: 500;
  65. }
  66. .fourtext6-1 {
  67. background-color: rgb(228, 226, 226);
  68. text-align: center;
  69. color: #00427b;
  70. font-size: 20px;
  71. font-weight: bold;
  72. text-decoration: line-through;
  73. text-decoration-color: #fff;
  74. }
  75. .fourtext8-1 {
  76. font-size: 20px;
  77. font-weight: bold;
  78. margin: 0 5px;
  79. }
  80. .fourtext7-1 {
  81. background-color: rgb(228, 226, 226);
  82. text-align: center;
  83. color: #e70000;
  84. font-size: 20px;
  85. font-weight: bold;
  86. /* text-decoration: line-through; */
  87. text-decoration-color: #fff;
  88. }
  89. .fourright1_2i {
  90. float: left;
  91. width: 13%;
  92. text-align: center;
  93. padding: 6px 0;
  94. }
  95. .fourhead1 {
  96. width: 90%;
  97. height: 39.2px;
  98. overflow: hidden;
  99. }
  100. .fourhead2 {
  101. margin-left: 25%;
  102. width: 90%;
  103. height: 39.2px;
  104. overflow: hidden;
  105. }
  106. .fourright4{
  107. float: left;
  108. width: 100%;
  109. }
  110. .fourtext5 {
  111. position: absolute;
  112. padding-top: 3px;
  113. padding-left: 20px;
  114. color: #fff;
  115. font-size: 13px;
  116. }