index.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  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. .font_num{
  125. font-size: 28rpx;
  126. display: -webkit-box;
  127. -webkit-box-orient: vertical;
  128. -webkit-line-clamp: 1;
  129. overflow: hidden;
  130. }
  131. .font_size{
  132. font-size: 26rpx;
  133. }
  134. .item_one_goods_left {
  135. flex: 1;
  136. font-size: 24rpx;
  137. height: 114rpx;
  138. display: flex;
  139. flex-direction: column;
  140. justify-content: space-between;
  141. }
  142. .item_one_goods_left>view:nth-child(1){
  143. color: #333;
  144. display: -webkit-box;
  145. -webkit-box-orient: vertical;
  146. -webkit-line-clamp: 2;
  147. overflow: hidden;
  148. }
  149. .item_one_goods_left>view:nth-child(2){
  150. color: #333;
  151. letter-spacing: 2rpx;
  152. }
  153. .light_color{
  154. color: #999 !important;
  155. }
  156. .item_one_goods_after{
  157. padding: 24rpx 0;
  158. font-size: 24rpx;
  159. color: #333;
  160. border-bottom: 1rpx dashed #f0f0f0;
  161. }
  162. .item_one_goods_after>view:nth-child(1){
  163. width: 140rpx;
  164. }
  165. .item_one_goods_after>view:nth-child(2){
  166. flex: 1;
  167. }
  168. .item_one_green_view{
  169. margin-top: 20rpx;
  170. }
  171. .item_one_green>view:nth-child(1){
  172. font-size: 28rpx;
  173. font-weight: bold;
  174. }
  175. .item_one_green>view:nth-child(2){
  176. font-size: 24rpx;
  177. color: #555;
  178. }
  179. .item_one_goods_two_one{
  180. padding: 22rpx 0;
  181. }
  182. .item_one_goods_two_one>view:nth-child(1){
  183. font-size: 28rpx;
  184. font-weight: bold;
  185. color: #F23131;
  186. }
  187. .item_one_goods_two_one>view:nth-child(2){
  188. font-size: 24rpx;
  189. color: #4a4a4a;
  190. text-decoration: line-through;
  191. }
  192. .item_one_bottom_one{
  193. padding: 30rpx 0;
  194. }
  195. .dx_view{
  196. margin-right: 8rpx;
  197. }
  198. .dx_icon{
  199. width: 26rpx;
  200. height: 26rpx;
  201. display: inline-block;
  202. margin-right: 8rpx;
  203. }
  204. .item_two{
  205. margin: 0 24rpx;
  206. border-radius: 16rpx;
  207. background: #fff;
  208. }
  209. .item_two_one{
  210. padding: 30rpx 24rpx;
  211. }
  212. .item_two_one>view:nth-child(2){
  213. font-size: 24rpx;
  214. color: #FF663D;
  215. }
  216. .item_two_three{
  217. padding: 30rpx 0;
  218. }
  219. .item_two_three>view:nth-child(1){
  220. font-size: 28rpx;
  221. font-weight: bold;
  222. color: #333;
  223. }
  224. .item_two_three>view:nth-child(2){
  225. margin: 24rpx 0;
  226. width: 145rpx;
  227. height: 56rpx;
  228. line-height: 56rpx;
  229. text-align: center;
  230. border-radius: 8rpx;
  231. border: 1rpx solid #4699FF;
  232. font-size: 24rpx;
  233. color: #4699FF;
  234. }
  235. .item_two_three>view:nth-child(3){
  236. font-size: 24rpx;
  237. color: #FF663D;
  238. }
  239. .item_two_two{
  240. border-top: 1rpx solid #ededed;
  241. border-bottom: 1rpx solid #ededed;
  242. }
  243. .item_two_two>view{
  244. flex: 1;
  245. font-size: 24rpx;
  246. color: #333;
  247. }
  248. .item_two_two>view:nth-child(1){
  249. border-right: 1rpx solid #ededed;
  250. }
  251. .item_two_two>view>view{
  252. padding: 0 24rpx 30rpx;
  253. }
  254. .item_two_two>view>view:nth-child(1){
  255. padding-top: 30rpx;
  256. }
  257. .item_two_two>view>view:nth-child(3){
  258. padding: 20rpx 24rpx;
  259. border-top: 1rpx dashed #ededed;
  260. }
  261. .popup_view{
  262. position: fixed;
  263. top: 0;
  264. left: 0;
  265. z-index: 20;
  266. width: 100vw;
  267. height: 100vh;
  268. background: rgba(0, 0, 0, .5);
  269. }
  270. .popup_item{
  271. margin: 0 24rpx;
  272. width: calc(100% - 48rpx);
  273. background: #fff;
  274. border-radius: 20rpx;
  275. }
  276. .popup_item>view:nth-child(1){
  277. height: 308rpx;
  278. }
  279. .popup_item>view:nth-child(1)>view:nth-child(1){
  280. font-size: 28rpx;
  281. font-weight: bold;
  282. color: #333;
  283. }
  284. .popup_item>view:nth-child(1)>view:nth-child(2){
  285. margin-top: 48rpx;
  286. width: 358rpx;
  287. height: 136rpx;
  288. background: #f6f6f6;
  289. border-radius: 8rpx;
  290. font-size: 72rpx;
  291. color: #333;
  292. }
  293. .popup_item>view:nth-child(2){
  294. border-top: 1rpx solid #f0f0f0;
  295. }
  296. .popup_item>view:nth-child(2)>view{
  297. flex: 1;
  298. height: 110rpx;
  299. font-size: 28rpx;
  300. }
  301. .popup_item>view:nth-child(2)>view:nth-child(1){
  302. border-right: 1rpx solid #f0f0f0;
  303. color: #666;
  304. }
  305. .popup_item>view:nth-child(2)>view:nth-child(2){
  306. color: #4699FF;
  307. }
  308. .input_view{
  309. width: 100%;
  310. height: 100%;
  311. text-align: center;
  312. }