index.wxss 2.1 KB

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