index.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. /* pages/error/jiesuan/index.wxss */
  2. page {
  3. padding: 0 0 160rpx;
  4. background: #f4f4f4;
  5. }
  6. .color_green{
  7. color: #0F8800 !important;
  8. }
  9. .color_red{
  10. color: #F23131 !important;
  11. }
  12. .font_linethrough{
  13. text-decoration: line-through;
  14. }
  15. .item_font_view {
  16. margin-right: 24rpx;
  17. font-size: 28rpx;
  18. font-weight: bold;
  19. color: #333;
  20. }
  21. .header_view {
  22. padding: 32rpx 0 30rpx;
  23. font-size: 28rpx;
  24. color: #333;
  25. background: #fff;
  26. }
  27. .header_icon {
  28. width: 68rpx;
  29. height: 58rpx;
  30. display: inline-block;
  31. margin-bottom: 24rpx;
  32. }
  33. .header_tip_view {
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. margin-bottom: 24rpx;
  38. height: 72rpx;
  39. text-align: center;
  40. font-size: 24rpx;
  41. color: #FF663D;
  42. background: #FDFCEC;
  43. }
  44. .header_tip_icon {
  45. display: inline-block;
  46. width: 27rpx;
  47. height: 27rpx;
  48. margin-right: 20rpx;
  49. }
  50. .bottom_view {
  51. position: fixed;
  52. left: 0;
  53. bottom: 0;
  54. width: 100vw;
  55. padding: 30rpx 24rpx;
  56. background: #fff;
  57. border-radius: 24rpx 24rpx 0 0;
  58. display: flex;
  59. align-items: center;
  60. justify-content: space-between;
  61. box-shadow: 0 2rpx 12rpx 0 rgba(0, 0, 0, 0.1)
  62. }
  63. .bottom_view>view:nth-child(1) {
  64. border: 1rpx solid #52A1FF;
  65. border-radius: 8rpx;
  66. font-size: 30rpx;
  67. color: #52A1FF;
  68. width: 221rpx;
  69. height: 88rpx;
  70. line-height: 88rpx;
  71. text-align: center;
  72. }
  73. .bottom_view>view:nth-child(2) {
  74. border: 1rpx solid #52A1FF;
  75. border-radius: 8rpx;
  76. font-size: 30rpx;
  77. color: #52A1FF;
  78. width: 285rpx;
  79. height: 88rpx;
  80. line-height: 88rpx;
  81. text-align: center;
  82. }
  83. .bottom_view>view:nth-child(3) {
  84. border: 1rpx solid #52A1FF;
  85. border-radius: 8rpx;
  86. font-size: 30rpx;
  87. color: #fff;
  88. background: #52A1FF;
  89. width: 164rpx;
  90. height: 88rpx;
  91. line-height: 88rpx;
  92. text-align: center;
  93. }
  94. .bottom_icon {
  95. position: relative;
  96. top: 8rpx;
  97. display: inline-block;
  98. width: 32rpx;
  99. height: 38rpx;
  100. margin-right: 12rpx;
  101. }
  102. .item_one {
  103. margin: 0 24rpx 24rpx;
  104. border-radius: 16rpx;
  105. background: #fff;
  106. }
  107. .item_one>view {
  108. padding: 0 24rpx;
  109. border-bottom: 1rpx solid #ededed;
  110. }
  111. .item_one_toptit {
  112. padding: 28rpx 0 14rpx;
  113. }
  114. .item_one_goods{
  115. padding-top: 24rpx;
  116. }
  117. .item_one_goods_image {
  118. display: inline-block;
  119. width: 114rpx;
  120. height: 114rpx;
  121. margin-right: 24rpx;
  122. background: #d8d8d8;
  123. }
  124. .item_one_goods_left {
  125. flex: 1;
  126. font-size: 24rpx;
  127. height: 114rpx;
  128. display: flex;
  129. flex-direction: column;
  130. justify-content: space-between;
  131. }
  132. .item_one_goods_left>view:nth-child(1){
  133. color: #333;
  134. display: -webkit-box;
  135. -webkit-box-orient: vertical;
  136. -webkit-line-clamp: 2;
  137. overflow: hidden;
  138. }
  139. .item_one_goods_left>view:nth-child(2){
  140. color: #333;
  141. letter-spacing: 2rpx;
  142. }
  143. .light_color{
  144. color: #999 !important;
  145. }
  146. .item_one_goods_after{
  147. padding: 24rpx 0;
  148. font-size: 24rpx;
  149. color: #333;
  150. border-bottom: 1rpx dashed #f0f0f0;
  151. }
  152. .item_one_goods_after>view:nth-child(1){
  153. width: 140rpx;
  154. }
  155. .item_one_goods_after>view:nth-child(2){
  156. flex: 1;
  157. }
  158. .item_one_green_view{
  159. margin-top: 20rpx;
  160. }
  161. .item_one_green>view:nth-child(1){
  162. font-size: 28rpx;
  163. font-weight: bold;
  164. }
  165. .item_one_green>view:nth-child(2){
  166. font-size: 24rpx;
  167. color: #555;
  168. }
  169. .item_one_goods_two_one{
  170. padding: 22rpx 0;
  171. }
  172. .item_one_goods_two_one>view:nth-child(1){
  173. font-size: 28rpx;
  174. font-weight: bold;
  175. color: #F23131;
  176. }
  177. .item_one_goods_two_one>view:nth-child(2){
  178. font-size: 24rpx;
  179. color: #4a4a4a;
  180. text-decoration: line-through;
  181. }
  182. .item_one_bottom_one{
  183. padding: 30rpx 0;
  184. }
  185. .dx_view{
  186. margin-right: 8rpx;
  187. }
  188. .dx_icon{
  189. width: 26rpx;
  190. height: 26rpx;
  191. display: inline-block;
  192. margin-right: 8rpx;
  193. }
  194. .item_two{
  195. margin: 0 24rpx;
  196. border-radius: 16rpx;
  197. background: #fff;
  198. }
  199. .item_two_one{
  200. padding: 30rpx 24rpx;
  201. }
  202. .item_two_one>view:nth-child(2){
  203. font-size: 24rpx;
  204. color: #FF663D;
  205. }
  206. .item_two_three{
  207. padding: 30rpx 0;
  208. }
  209. .item_two_three>view:nth-child(1){
  210. font-size: 28rpx;
  211. font-weight: bold;
  212. color: #333;
  213. }
  214. .item_two_three>view:nth-child(2){
  215. margin: 24rpx 0;
  216. width: 145rpx;
  217. height: 56rpx;
  218. line-height: 56rpx;
  219. text-align: center;
  220. border-radius: 8rpx;
  221. border: 1rpx solid #4699FF;
  222. font-size: 24rpx;
  223. color: #4699FF;
  224. }
  225. .item_two_three>view:nth-child(3){
  226. font-size: 24rpx;
  227. color: #FF663D;
  228. }
  229. .item_two_two{
  230. border-top: 1rpx solid #ededed;
  231. border-bottom: 1rpx solid #ededed;
  232. }
  233. .item_two_two>view{
  234. flex: 1;
  235. font-size: 24rpx;
  236. color: #333;
  237. }
  238. .item_two_two>view:nth-child(1){
  239. border-right: 1rpx solid #ededed;
  240. }
  241. .item_two_two>view>view{
  242. padding: 0 24rpx 30rpx;
  243. }
  244. .item_two_two>view>view:nth-child(1){
  245. padding-top: 30rpx;
  246. }
  247. .item_two_two>view>view:nth-child(3){
  248. padding: 20rpx 24rpx;
  249. border-top: 1rpx dashed #ededed;
  250. }
  251. .popup_view{
  252. position: fixed;
  253. top: 0;
  254. left: 0;
  255. z-index: 20;
  256. width: 100vw;
  257. height: 100vh;
  258. background: rgba(0, 0, 0, .5);
  259. }
  260. .popup_item{
  261. margin: 0 24rpx;
  262. width: calc(100% - 48rpx);
  263. background: #fff;
  264. border-radius: 20rpx;
  265. }
  266. .popup_item>view:nth-child(1){
  267. height: 308rpx;
  268. }
  269. .popup_item>view:nth-child(1)>view:nth-child(1){
  270. font-size: 28rpx;
  271. font-weight: bold;
  272. color: #333;
  273. }
  274. .popup_item>view:nth-child(1)>view:nth-child(2){
  275. margin-top: 48rpx;
  276. width: 358rpx;
  277. height: 136rpx;
  278. background: #f6f6f6;
  279. border-radius: 8rpx;
  280. font-size: 72rpx;
  281. color: #333;
  282. }
  283. .popup_item>view:nth-child(2){
  284. border-top: 1rpx solid #f0f0f0;
  285. }
  286. .popup_item>view:nth-child(2)>view{
  287. flex: 1;
  288. height: 110rpx;
  289. font-size: 28rpx;
  290. }
  291. .popup_item>view:nth-child(2)>view:nth-child(1){
  292. border-right: 1rpx solid #f0f0f0;
  293. color: #666;
  294. }
  295. .popup_item>view:nth-child(2)>view:nth-child(2){
  296. color: #4699FF;
  297. }
  298. .input_view{
  299. width: 100%;
  300. height: 100%;
  301. text-align: center;
  302. }