index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. .main .one {
  2. float: left;
  3. width: 95%;
  4. height: 50px;
  5. overflow: hidden;
  6. padding: 0 20rpx;
  7. }
  8. .main .one .one_1 {
  9. float: left;
  10. width: 100%;
  11. font-size: 28rpx;
  12. font-weight: bold;
  13. padding: 5px 0;
  14. }
  15. .main .one .one_2 {
  16. float: left;
  17. width: 100%;
  18. }
  19. .main .one .one_2 view {
  20. float: left;
  21. width: 50%;
  22. font-size: 22rpx;
  23. color: #666;
  24. }
  25. .main .one .one_2 view:nth-child(2) view {
  26. width: 100%;
  27. text-align: right;
  28. color: #000000;
  29. font-weight: bold;
  30. }
  31. .main .two {
  32. float: left;
  33. width: 100%;
  34. }
  35. .main .two .two_1 {
  36. width: 100%;
  37. }
  38. .main .two .two_1 .info {
  39. float: left;
  40. width: 100%;
  41. }
  42. .main .two .two_1 .info .info_left {
  43. float: left;
  44. width: 20%;
  45. background-color: #f0f0f0;
  46. }
  47. .main .two .two_1 .info .info_left .infoTab {
  48. text-align: center;
  49. padding: 10px 0px;
  50. border-bottom: 1px dashed #ccc;
  51. font-size: 13px;
  52. font-weight: bold;
  53. }
  54. .main .two .two_1 .info .info_left .infoActive {
  55. color: #409eff;
  56. }
  57. .main .two .two_1 .info .info_right {
  58. float: left;
  59. width: 80%;
  60. }
  61. .main .two .two_1 .info .info_right .info_right1 {
  62. float: left;
  63. width: 100%;
  64. overflow-y: auto;
  65. }
  66. .main .two .two_1 .info .info_right .info_right1 .list {
  67. float: left;
  68. width: 93%;
  69. padding: 8px;
  70. border-bottom: 1px solid #f1f1f1;
  71. }
  72. .main .two .two_1 .info .info_right .info_right1 .list .image {
  73. float: left;
  74. width: 30%;
  75. }
  76. .main .two .two_1 .info .info_right .info_right1 .list .image image {
  77. width: 100%;
  78. height: 66px;
  79. border-radius: 10px;
  80. }
  81. .main .two .two_1 .info .info_right .info_right1 .list .other {
  82. float: left;
  83. width: 68%;
  84. padding: 0 0 0 5px;
  85. }
  86. .main .two .two_1 .info .info_right .info_right1 .list .other .other_1 {
  87. float: left;
  88. width: 100%;
  89. font-size: 15px;
  90. font-weight: bold;
  91. color: #000000;
  92. }
  93. .main .two .two_1 .info .info_right .info_right1 .list .other .other_2 {
  94. float: left;
  95. width: 100%;
  96. }
  97. .main .two .two_1 .info .info_right .info_right1 .list .other .other_2 .other_2num {
  98. float: left;
  99. width: 45%;
  100. font-size: 12px;
  101. padding: 5px 0;
  102. color: #666;
  103. }
  104. .main .two .two_1 .info .info_right .info_right1 .list .other .other_2 .other_2num text {
  105. color: #ff0000;
  106. }
  107. .main .two .two_1 .info .info_right .info_right1 .list .other .other_2 .other_2btn {
  108. float: left;
  109. width: 55%;
  110. }
  111. .main .two .two_1 .info .info_right .info_right1 .list .other .other_3 {
  112. float: left;
  113. width: 100%;
  114. color: #ff0000;
  115. font-size: 15px;
  116. }
  117. .main .two .two_1 .btn {
  118. float: left;
  119. width: 100%;
  120. height: 50px;
  121. line-height: 50px;
  122. background-color: #ffffff;
  123. }
  124. .main .two .two_1 .btn .btn_1 {
  125. float: left;
  126. width: 64%;
  127. padding: 0 10px;
  128. color: #ff0000;
  129. font-size: 20px;
  130. }
  131. .main .two .two_1 .btn .btn_2 {
  132. float: left;
  133. width: 30%;
  134. text-align: center;
  135. }
  136. .main .two .two_1 .btn .btn_2 button {
  137. height: 50px;
  138. background-color: #409eff;
  139. }
  140. .main .two .swiper-tab {
  141. width: 100%;
  142. border-bottom: 1rpx solid #f1f1f1;
  143. text-align: center;
  144. height: 39px;
  145. line-height: 39px;
  146. display: flex;
  147. flex-flow: row;
  148. justify-content: space-between;
  149. }
  150. .main .two .swiper-tab-item {
  151. width: 50%;
  152. color: #434343;
  153. }
  154. .main .two .active {
  155. color: #409eff;
  156. border-bottom: 2rpx solid #409eff;
  157. }
  158. .van-stepper {
  159. float: right;
  160. }