index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #ffffff;
  5. }
  6. .one_list {
  7. display: flex;
  8. justify-content: space-between;
  9. border-bottom: 1px solid #dddddd;
  10. margin: 0 20px;
  11. height: 40px;
  12. line-height: 40px;
  13. }
  14. .four {
  15. position: absolute;
  16. width: 100%;
  17. bottom: 0;
  18. background-color: white;
  19. }
  20. .four-1 {
  21. background-color: white;
  22. width: 100%;
  23. }
  24. .four1 {
  25. background-color: white;
  26. margin-top: 15%;
  27. margin-bottom: 15%;
  28. margin-left: 10%;
  29. float: left;
  30. width: 37%;
  31. }
  32. .four2 {
  33. background-color: white;
  34. margin-top: 15%;
  35. margin-bottom: 10%;
  36. float: left;
  37. width: 30%;
  38. }
  39. .button {
  40. margin-top: 0 !important;
  41. width: 140px !important;
  42. height: 35px;
  43. background-color: rgba(209, 205, 205, 0.5);
  44. /* background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230)); */
  45. border-top-left-radius: 1.5em;
  46. border-top-right-radius: 0em;
  47. border-bottom-right-radius: 0em;
  48. border-bottom-left-radius: 1.5em;
  49. color: #777777;
  50. font-size: 14px;
  51. }
  52. .buttons {
  53. margin-top: 0 !important;
  54. width: 140px !important;
  55. height: 35px;
  56. background-color: rgba(32, 88, 243, 0.5);
  57. background-image: linear-gradient(to right, rgb(75, 113, 236), rgb(203, 97, 245));
  58. border-top-left-radius: 0em;
  59. border-top-right-radius: 1.5em;
  60. border-bottom-right-radius: 1.5em;
  61. border-bottom-left-radius: 0em;
  62. color: #ffffff;
  63. font-size: 14px;
  64. }
  65. .mult {
  66. float: left;
  67. width: 65%;
  68. padding-left: 15px;
  69. font-size: 14px;
  70. line-height: 80rpx;
  71. background-color: white;
  72. font-weight: 500;
  73. }
  74. .mult11 {
  75. padding-left: 15px;
  76. font-size: 14px;
  77. line-height: 80rpx;
  78. background-color: white;
  79. font-weight: 500;
  80. }
  81. .mults {
  82. margin-top: -1px;
  83. background-color: white;
  84. line-height: 80rpx;
  85. text-align: center;
  86. }
  87. .multone {
  88. margin-bottom: 1.8px;
  89. font-size: 14px;
  90. }
  91. .mult88 {
  92. float: left;
  93. width: 63%;
  94. line-height: 80rpx;
  95. background-color: white;
  96. text-align: right;
  97. padding: 0 9px 0 0;
  98. }
  99. .mult00 {
  100. padding-left: 15px;
  101. float: left;
  102. width: 30%;
  103. line-height: 80rpx;
  104. background-color: white;
  105. }