main.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. /*每个页面公共css */
  2. view,
  3. text,
  4. button {
  5. font-size: 28rpx;
  6. }
  7. button::after {
  8. border: none;
  9. }
  10. .article_title {
  11. color: #333333;
  12. font-size: 38rpx;
  13. text-align: center;
  14. margin: 20rpx 0;
  15. }
  16. .article_text {
  17. color: #999999;
  18. font-size: 32rpx;
  19. line-height: 45rpx;
  20. text-indent: 64rpx;
  21. }
  22. .loading_text {
  23. text-align: center;
  24. color: #4B597D;
  25. line-height: 60rpx;
  26. }
  27. .main_btn {
  28. background: linear-gradient(90deg, #26daad 0%, #68d7c4 100%);
  29. color: white;
  30. line-height: 90rpx;
  31. text-align: center;
  32. border-radius: 15rpx;
  33. }
  34. .main_btn_m {
  35. background: linear-gradient(90deg, #00bdc2 0%, #01c8b3 100%);
  36. color: white;
  37. line-height: 90rpx;
  38. text-align: center;
  39. border-radius: 15rpx;
  40. }
  41. .main_width {
  42. width: 710rpx;
  43. margin-left: 20rpx;
  44. }
  45. .nowrap {
  46. white-space: nowrap;
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. }
  50. .text_in_width {
  51. width: 94%;
  52. margin-left: 3%;
  53. }
  54. .top_bg_detail {
  55. width: 750rpx;
  56. height: 325rpx;
  57. background-size: 750rpx 325rpx;
  58. background-position: 0 0;
  59. }
  60. view {
  61. color: #1e2130;
  62. }
  63. .main_text {
  64. color: #666666;
  65. line-height: 40rpx;
  66. }
  67. .main_text_view text {
  68. color: #666666;
  69. }
  70. .main_text {
  71. color: #666666;
  72. }
  73. .bot_fixed {
  74. height: 110rpx;
  75. width: 100%;
  76. background-color: #4CD964;
  77. position: fixed;
  78. bottom: 0;
  79. left: 0;
  80. display: flex;
  81. flex-direction: row;
  82. }
  83. .bot_fixed_con {
  84. text-align: center;
  85. height: 100%;
  86. display: flex;
  87. align-items: center;
  88. justify-content: center;
  89. }
  90. .bot_fixed_con .text {
  91. color: white;
  92. margin-left: 20rpx;
  93. }
  94. .page_title {
  95. font-size: 36rpx;
  96. line-height: 40rpx;
  97. padding: 30rpx 0;
  98. }
  99. .page_title_price {
  100. font-size: 36rpx;
  101. color: #ee5023;
  102. }
  103. .line_grey {
  104. height: 10rpx;
  105. width: 100%;
  106. background-color: #F6f6f6;
  107. }
  108. .page_title2 {
  109. font-size: 36rpx;
  110. line-height: 70rpx;
  111. }
  112. .main_text_area {
  113. height: 200rpx;
  114. color: #8f8f91 !important;
  115. line-height: 50rpx;
  116. width: 94%;
  117. margin: 20rpx auto;
  118. overflow: auto;
  119. /* background-color: #f5f5f5; */
  120. }
  121. .form_item {
  122. display: flex;
  123. flex-direction: row;
  124. justify-content: space-between;
  125. border-bottom: 1px solid #D2D2D2;
  126. padding-top: 40rpx;
  127. padding-bottom: 40rpx;
  128. align-items: center;
  129. }
  130. .form_item input {
  131. text-align: right;
  132. margin-right: 30rpx;
  133. color: #8f8f91;
  134. }
  135. .form_item .rht {
  136. color: #262626;
  137. margin-left: 20rpx;
  138. font-size: 30rpx;
  139. }
  140. .modal_box {
  141. background-color: #ffffff;
  142. width: 90%;
  143. margin-left: 5%;
  144. margin-top: 80rpx;
  145. border-radius: 15rpx;
  146. }
  147. .modal_btn {
  148. display: flex;
  149. width: 90%;
  150. margin-left: 5%;
  151. height: 120rpx;
  152. align-items: center;
  153. justify-content: space-between;
  154. padding-bottom: 10rpx;
  155. }
  156. .modal_btn view {
  157. width: 48%;
  158. height: 70rpx;
  159. line-height: 70rpx;
  160. text-align: center;
  161. border-radius: 8rpx;
  162. }
  163. .modal_box textarea {
  164. padding: 20rpx 0;
  165. width: 90%;
  166. margin-left: 5%;
  167. height: 225rpx;
  168. background-color: #f7f7f7;
  169. }
  170. .modal_btn_cancel {
  171. background-color: #dadada;
  172. color: #666666;
  173. }
  174. .modal_btn_confirm {
  175. background-color: #01bcc3;
  176. color: #ffffff;
  177. }
  178. .danger {
  179. text-align: center;
  180. color: white;
  181. background: linear-gradient(90deg, #ff121a 0%, #cc0f12 100%);
  182. padding: 10rpx 15rpx;
  183. border-radius: 10rpx;
  184. border: 1rpx solid #d61013;
  185. }
  186. .confirm {
  187. text-align: center;
  188. color: white;
  189. background: #01bcc3;
  190. padding: 10rpx 15rpx;
  191. border-radius: 10rpx;
  192. border: 1rpx solid #01bcc3;
  193. }
  194. .cancel {
  195. text-align: center;
  196. color: #7A849D;
  197. background: #EDEFF5;
  198. padding: 10rpx 15rpx;
  199. border-radius: 10rpx;
  200. border: 1rpx solid #C5CBD9;
  201. }
  202. .bot_btn view {
  203. text-align: center;
  204. line-height: 90rpx;
  205. width: 250rpx;
  206. height: 90rpx;
  207. border-radius: 45rpx;
  208. box-sizing: border-box;
  209. }
  210. .bot_btn {
  211. display: flex;
  212. justify-content: space-evenly;
  213. padding: 30rpx 0;
  214. }
  215. .type_child {
  216. color: #797d86;
  217. }
  218. .type_child_focus {
  219. color: #01bcc3;
  220. border-bottom: 4rpx solid #01bcc3;
  221. padding-bottom: 8rpx;
  222. font-weight: bold;
  223. }
  224. .type_child2 {
  225. color: #797d86;
  226. text-align: center;
  227. }
  228. .type_child_focus2 {
  229. color: #01bcc3;
  230. padding-bottom: 2rpx;
  231. font-weight: bold;
  232. text-align: center;
  233. }
  234. .type_child_box {
  235. display: flex;
  236. justify-content: space-around;
  237. padding: 20rpx 0;
  238. }
  239. .type_child_box view {
  240. font-size: 24rpx !important;
  241. }
  242. .order_box {
  243. background-color: #FFFFFF;
  244. width: 92%;
  245. padding: 2%;
  246. }
  247. .order_btn_box {
  248. display: flex;
  249. justify-content: space-around;
  250. padding: 20rpx 0 10rpx;
  251. }
  252. .tab_status_box {
  253. display: flex;
  254. justify-content: space-around;
  255. align-items: center;
  256. line-height: 60rpx;
  257. }
  258. .tab_status_box_focus {
  259. color: #00c7b2;
  260. font-weight: bold;
  261. border-bottom: 6rpx solid #00c7b2;
  262. }
  263. .tab_status_box_no_focus {
  264. color: #999999;
  265. }
  266. .to_login {
  267. margin-top: 200rpx;
  268. width: 90%;
  269. margin-left: 5%;
  270. }
  271. .share_style {
  272. display: flex;
  273. align-items: center;
  274. justify-content: center;
  275. width: 160rpx;
  276. height: 70rpx;
  277. background-color: #fff2dc;
  278. border-radius: 70rpx 0 0 70rpx;
  279. /* border-color: #fff2dc; */
  280. outline: none;
  281. }
  282. .gpt {
  283. width: 100%;
  284. height: 40rpx;
  285. background-color: transparent;
  286. outline: none;
  287. border: none;
  288. color: #ffffff;
  289. line-height: 40rpx;
  290. padding: 0;
  291. }
  292. .bar_view {
  293. font-size: 30rpx;
  294. color: #B7BECF;
  295. text-align: center;
  296. position: relative;
  297. }
  298. .bar_view_num {
  299. position: absolute;
  300. width: 40rpx;
  301. height: 40rpx;
  302. background: #FF0000;
  303. border-radius: 50%;
  304. color: #ffffff;
  305. text-align: center;
  306. line-height: 40rpx;
  307. font-size: 22rpx !important;
  308. right: 0rpx;
  309. top: -10rpx;
  310. }
  311. .mention {
  312. width: 90%;
  313. margin-left: 5%;
  314. color: #9c9c9c;
  315. }
  316. .mention view {
  317. padding-bottom: 20rpx;
  318. display: flex;
  319. }
  320. .mention view navigator {
  321. color: #01bcc3;
  322. }
  323. .choose_add {
  324. background-color: #01bcc3;
  325. color: #ffffff;
  326. width: 130rpx !important;
  327. border-radius: 8rpx !important;
  328. text-align: center;
  329. line-height: 50rpx;
  330. }
  331. .choose_add_break {
  332. background-color: #01bcc3;
  333. color: #ffffff;
  334. width: 190rpx !important;
  335. border-radius: 8rpx !important;
  336. text-align: center;
  337. line-height: 50rpx;
  338. }
  339. .has_signed{
  340. margin-left: 4rpx;
  341. }
  342. .has_signed image {
  343. width: 45rpx;
  344. height: 45rpx;
  345. margin-left: -15rpx;
  346. margin-right: 0 !important;
  347. border-radius: 50%;
  348. border: 4rpx solid #ffffff;
  349. }