index.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. /* pages/yichangchuli/index.wxss */
  2. page{
  3. padding: 0 0 148rpx;
  4. background: #f4f4f4;
  5. }
  6. .header_view{
  7. padding: 20rpx 24rpx;
  8. background: #fff;
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. }
  13. .header_left{
  14. flex: 1;
  15. height: 90rpx;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: space-between;
  19. }
  20. .header_left_title{
  21. font-size: 28rpx;
  22. font-weight: bold;
  23. color: #333;
  24. }
  25. .header_left_cont>view:nth-child(1){
  26. font-size: 24rpx;
  27. color: #52A1FF;
  28. }
  29. .header_left_cont>view:nth-child(2){
  30. margin-left: 24rpx;
  31. font-size: 24rpx;
  32. color: #FF663D;
  33. }
  34. .header_left_icon{
  35. width: 28rpx;
  36. height: 28rpx;
  37. }
  38. .header_right{
  39. width: 166rpx;
  40. height: 112rpx;
  41. font-size: 24rpx;
  42. color: #4699FF;
  43. background: #f8f8f8;
  44. border-radius: 8rpx;
  45. }
  46. .header_right_icon{
  47. display: inline-block;
  48. width: 32rpx;
  49. height: 38rpx;
  50. margin-bottom: 16rpx;
  51. background: #555;
  52. }
  53. .header_tip_view{
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. height: 72rpx;
  58. text-align: center;
  59. font-size: 24rpx;
  60. color: #FF663D;
  61. background: #FDFCEC;
  62. }
  63. .header_tip_icon{
  64. display: inline-block;
  65. width: 27rpx;
  66. height: 27rpx;
  67. margin-right: 20rpx;
  68. }
  69. .item_top_tit{
  70. margin: 30rpx 24rpx;
  71. font-size: 24rpx;
  72. color: #666;
  73. }
  74. .item_view{
  75. margin: 0 24rpx 24rpx;
  76. background: #fff;
  77. border-radius: 16rpx;
  78. }
  79. .item_title{
  80. padding: 30rpx 24rpx;
  81. border-bottom: 1rpx solid #ededed;
  82. }
  83. .item_title_left>view:nth-child(1){
  84. font-size: 28rpx;
  85. font-weight: bold;
  86. color: #FF4D19;
  87. }
  88. .item_title_left>view:nth-child(2){
  89. font-size: 26rpx;
  90. color: #999;
  91. }
  92. .item_title_left>view:nth-child(2)>view{
  93. margin: 0 10rpx 0 12rpx;
  94. width: 26rpx;
  95. height: 26rpx;
  96. }
  97. .item_title_right{
  98. font-size: 24rpx;
  99. color: #666;
  100. }
  101. .item_font_tit{
  102. display: inline-block;
  103. font-size: 24rpx;
  104. font-weight: bold;
  105. color: #333;
  106. margin-right: 16rpx;
  107. }
  108. .item_two{
  109. padding: 20rpx 24rpx;
  110. border-bottom: 1rpx solid #ededed;
  111. font-size: 24rpx;
  112. color: #666;
  113. }
  114. .item_three{
  115. position: relative;
  116. padding: 20rpx 24rpx;
  117. border-bottom: 1rpx solid #ededed;
  118. font-size: 24rpx;
  119. color: #666;
  120. }
  121. .item_three>view:nth-child(1){
  122. margin: 0 0 20rpx;
  123. }
  124. .item_three_right{
  125. position: absolute;
  126. top: calc(50% - 24rpx);
  127. right: 0;
  128. width: 136rpx;
  129. height: 48rpx;
  130. line-height: 48rpx;
  131. color: #6A2A17;
  132. background: #FFE5DD;
  133. border-radius: 24rpx 0 0 24rpx;
  134. text-align: center;
  135. }
  136. .header_left_icon{
  137. display: inline-block;
  138. position: relative;
  139. top: 3rpx;
  140. width: 24rpx;
  141. height: 24rpx;
  142. margin: 0 12rpx 0 2rpx;
  143. }
  144. .item_four{
  145. padding: 12rpx 24rpx;
  146. }
  147. .item_four>view:nth-child(2)>view{
  148. width: 113rpx;
  149. height: 56rpx;
  150. font-size: 24rpx;
  151. color: #4699FF;
  152. border: 1rpx solid #4699FF;
  153. border-radius: 4rpx;
  154. margin-left: 24rpx;
  155. }
  156. .bottom_view{
  157. position: fixed;
  158. left: 0;
  159. bottom: 0;
  160. width: 100vw;
  161. padding: 30rpx 24rpx;
  162. background: #fff;
  163. border-radius: 24rpx 24rpx 0 0;
  164. display: flex;
  165. align-items: center;
  166. justify-content: space-between;
  167. box-shadow: 0 2rpx 12rpx 0 rgba(0, 0, 0, 0.1)
  168. }
  169. .bottom_view>view:nth-child(1){
  170. border: 1rpx solid #52A1FF;
  171. border-radius: 8rpx;
  172. font-size: 30rpx;
  173. color: #52A1FF;
  174. width: 221rpx;
  175. height: 88rpx;
  176. line-height: 88rpx;
  177. text-align: center;
  178. }
  179. .bottom_view>view:nth-child(2){
  180. border: 1rpx solid #52A1FF;
  181. border-radius: 8rpx;
  182. font-size: 30rpx;
  183. color: #52A1FF;
  184. width: 285rpx;
  185. height: 88rpx;
  186. line-height: 88rpx;
  187. text-align: center;
  188. }
  189. .bottom_view>view:nth-child(3){
  190. border: 1rpx solid #52A1FF;
  191. border-radius: 8rpx;
  192. font-size: 30rpx;
  193. color: #fff;
  194. background: #52A1FF;
  195. width: 164rpx;
  196. height: 88rpx;
  197. line-height: 88rpx;
  198. text-align: center;
  199. }
  200. .bottom_icon{
  201. position: relative;
  202. top: 8rpx;
  203. display: inline-block;
  204. width: 32rpx;
  205. height: 38rpx;
  206. margin-right: 12rpx;
  207. }