setting.scss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. .setting {
  2. width: #{750rpx};
  3. .app-text {
  4. font-size: #{28rpx};
  5. color: #353535;
  6. }
  7. .set-image {
  8. width: #{750rpx};
  9. height: #{260rpx};
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. }
  14. .head {
  15. margin: #{114rpx 24rpx 20rpx};
  16. position: relative;
  17. height: #{200rpx};
  18. width: #{702rpx};
  19. border-radius: #{8rpx};
  20. background-color: #fff;
  21. text-align: center;
  22. z-index: 2;
  23. box-sizing: border-box;
  24. padding-top: #{1rpx};
  25. .logo {
  26. width: #{140rpx};
  27. height: #{140rpx};
  28. border-radius: 50%;
  29. background-color: white;
  30. border: #{4rpx} solid white;
  31. position: absolute;
  32. top: -40%;
  33. left: 50%;
  34. transform: translateX(-50%);
  35. }
  36. .name {
  37. height: #{55rpx};
  38. line-height: #{55rpx};
  39. margin-top: #{109rpx};
  40. .name-text>image {
  41. width: #{28rpx};
  42. height: #{28rpx};
  43. margin-left: #{12rpx};
  44. }
  45. .name-text {
  46. font-size: #{40rpx};
  47. color: #353535;
  48. >view {
  49. max-width: #{650rpx};
  50. word-break: break-all;
  51. text-overflow: ellipsis;
  52. display: -webkit-box;
  53. -webkit-box-orient: vertical;
  54. -webkit-line-clamp: 1;
  55. overflow: hidden;
  56. }
  57. }
  58. }
  59. }
  60. .switch {
  61. width: #{702rpx};
  62. border-radius: #{8rpx};
  63. margin: #{20rpx} #{24rpx};
  64. background-color: white;
  65. >view.switch-item {
  66. height: #{100rpx};
  67. width: #{638rpx};
  68. margin: 0 #{32rpx};
  69. .border {
  70. border-bottom: #{1rpx} solid #e2e2e2;
  71. }
  72. >view {
  73. width: #{564rpx};
  74. height: #{100rpx};
  75. >view {
  76. height: #{100rpx};
  77. line-height: #{100rpx};
  78. .app-switch-view {
  79. background-color: #14d675 !important;
  80. }
  81. .switch-view {
  82. width: #{88rpx};
  83. height: #{48rpx};
  84. border-radius: #{20rpx};
  85. background-color: #dddddd;
  86. .click {
  87. border-radius: 50%;
  88. background-color: white;
  89. width: #{38rpx};
  90. height: #{38rpx};
  91. margin: #{5rpx} #{6rpx};
  92. }
  93. .app-switch {
  94. transform: translateX(#{40rpx});
  95. }
  96. }
  97. }
  98. }
  99. >image {
  100. width: #{40rpx};
  101. height: #{40rpx};
  102. margin-right: #{32rpx};
  103. }
  104. }
  105. }
  106. .switch-time {
  107. width: #{702rpx};
  108. height: #{300rpx};
  109. background-color: white;
  110. margin: 0 #{24rpx};
  111. border-radius: #{8rpx};
  112. .switch-time-item {
  113. width: #{702rpx};
  114. height: #{100rpx};
  115. padding: 0 #{32rpx};
  116. box-sizing: border-box;
  117. >image {
  118. width: #{40rpx};
  119. height: #{40rpx};
  120. margin-right: #{32rpx};
  121. }
  122. .switch-time-content {
  123. width: #{566rpx};
  124. height: #{100rpx};
  125. .app-text-switch {
  126. height: #{100rpx};
  127. line-height: #{100rpx} ;
  128. }
  129. .app-icon-text {
  130. font-size: #{26rpx};
  131. color: #999999;
  132. .app-icon {
  133. width: #{12rpx};
  134. height: #{22rpx};
  135. margin-left: #{14rpx};
  136. }
  137. }
  138. }
  139. }
  140. .border {
  141. border-bottom: #{1rpx} solid #e2e2e2;
  142. }
  143. }
  144. .online-payment {
  145. width: #{702rpx};
  146. height: #{142rpx};
  147. padding: 0 #{24rpx};
  148. box-sizing: border-box;
  149. margin: #{20rpx} #{24rpx};
  150. background-color: white;
  151. border-radius: #{8rpx};
  152. .online-payment-content {
  153. width: #{702rpx};
  154. height: #{142rpx};
  155. .app-image {
  156. width: #{40rpx};
  157. height: #{40rpx};
  158. margin-right: #{32rpx};
  159. }
  160. .app-icon {
  161. width: #{12rpx};
  162. height: #{22rpx};
  163. }
  164. >view {
  165. height: #{142rpx};
  166. width: #{552rpx};
  167. .payment-text {
  168. font-size: #{28rpx};
  169. color: #353535;
  170. margin-top: #{38rpx};
  171. }
  172. .payment-method-text {
  173. font-size: #{26rpx};
  174. color: #999999;
  175. margin-top: #{18rpx};
  176. }
  177. }
  178. }
  179. }
  180. .shipping-return {
  181. width: #{702rpx};
  182. height: #{200rpx};
  183. padding: 0 #{24rpx};
  184. box-sizing: border-box;
  185. background-color: white;
  186. border-radius: #{8rpx};
  187. margin: 0 #{24rpx};
  188. .shipping-return-item {
  189. width: #{702rpx};
  190. height: #{100rpx};
  191. .item-image {
  192. width: #{40rpx};
  193. height: #{40rpx};
  194. margin-right: #{32rpx};
  195. }
  196. .item-view {
  197. width: #{566rpx};
  198. height: #{100rpx};
  199. .app-text {
  200. height: #{100rpx};
  201. line-height: #{100rpx};
  202. }
  203. .right {
  204. >image {
  205. width: #{12rpx};
  206. height: #{22rpx};
  207. margin-left: #{16rpx};
  208. }
  209. >view {
  210. color: #999999;
  211. font-size: #{26rpx};
  212. }
  213. }
  214. }
  215. }
  216. }
  217. .integral {
  218. width: #{702rpx};
  219. height: #{200rpx};
  220. padding: 0 #{24rpx};
  221. box-sizing: border-box;
  222. background-color: white;
  223. border-radius: #{8rpx};
  224. margin: #{20rpx} #{24rpx};
  225. .integral-item {
  226. width: #{702-48rpx};
  227. height: #{100rpx};
  228. >image {
  229. width: #{40rpx};
  230. height: #{40rpx};
  231. margin-right: #{32rpx};
  232. }
  233. .text-content {
  234. width: #{566rpx};
  235. height: #{100rpx};
  236. .app-text {
  237. height: #{100rpx};
  238. line-height: #{100rpx};
  239. }
  240. .right {
  241. font-size: #{26rpx};
  242. color: #999999;
  243. >image {
  244. width: #{12rpx};
  245. height: #{22rpx};
  246. margin-left: #{16rpx};
  247. }
  248. }
  249. }
  250. }
  251. }
  252. }
  253. .model {
  254. position: fixed;
  255. top: 0;
  256. left: 0;
  257. width: 100%;
  258. height: 100%;
  259. background-color: rgba(0,0,0,0.3);
  260. z-index: 1600;
  261. .content {
  262. width: #{620rpx};
  263. position: absolute;
  264. top: 50%;
  265. left: 50%;
  266. background-color: white;
  267. transform: translate(-50%, -50%);
  268. border-radius: #{16rpx};
  269. .title {
  270. margin: #{40rpx} 0;
  271. font-size: #{32rpx};
  272. color: #353535;
  273. text-align: center;
  274. }
  275. .content-text {
  276. .name {
  277. height: #{80rpx};
  278. line-height: #{80rpx};
  279. background-color: #f7f7f7;
  280. border-radius: #{16rpx};
  281. box-sizing: border-box;
  282. padding: #{0 28rpx};
  283. margin: #{0 28rpx};
  284. text-align: left;
  285. margin-bottom: #{24rpx};
  286. }
  287. .intergral-change {
  288. line-height: #{80rpx};
  289. height: #{80rpx};
  290. font-size: #{28rpx};
  291. color: #353535;
  292. margin-bottom: #{24rpx};
  293. >view {
  294. margin-left: #{16rpx};
  295. }
  296. .intergral-input {
  297. height:#{80rpx};
  298. line-height: #{80rpx};
  299. background-color: #f7f7f7;
  300. border-radius: #{8rpx};
  301. width: #{288rpx};
  302. padding: #{0 28rpx};
  303. box-sizing: border-box;
  304. text-align: left;
  305. input {
  306. width: 100%;
  307. height: 100%;
  308. }
  309. }
  310. }
  311. .pay-change {
  312. margin: 0 #{32rpx};
  313. width: #{556rpx};
  314. height: #{100+100+100+24+24+24+6rpx};
  315. .app-active {
  316. border: #{1rpx} solid #446dfd !important;
  317. background-color: rgba(236, 240, 255, 0.3);
  318. }
  319. .pay-view {
  320. box-sizing: border-box;
  321. width: #{556rpx};
  322. height: #{100rpx};
  323. border-radius: #{50rpx};
  324. border: #{1rpx} solid #e2e2e2;
  325. padding: 0 #{50rpx};
  326. margin-bottom: #{24rpx};
  327. position: relative;
  328. .left {
  329. >view {
  330. >image {
  331. width: #{60rpx};
  332. height: #{60rpx};
  333. margin-right: #{20rpx};
  334. }
  335. >view {
  336. height: #{100rpx};
  337. line-height: #{100rpx};
  338. font-size: #{28rpx};
  339. color: #353535;
  340. }
  341. }
  342. .active {
  343. width: #{32rpx};
  344. height: #{32rpx};
  345. }
  346. }
  347. }
  348. }
  349. .i-modal-body {
  350. padding: #{17rpx 32rpx 32rpx};
  351. box-sizing: border-box;
  352. max-height: #{1000rpx};
  353. .intergral-change {
  354. line-height: #{80rpx};
  355. height: #{80rpx};
  356. font-size: #{28rpx};
  357. color: #353535;
  358. >view {
  359. padding-left: #{16rpx};
  360. box-sizing: border-box;
  361. }
  362. .intergral-input {
  363. height: #{80rpx};
  364. line-height: #{80rpx};
  365. background-color: #f7f7f7;
  366. border-radius: #{16rpx};
  367. width: #{288rpx};
  368. padding: #{0 28rpx};
  369. box-sizing: border-box;
  370. text-align: left;
  371. }
  372. }
  373. }
  374. .textarea-area {
  375. height:#{252rpx};
  376. width: #{556rpx};
  377. margin: #{24rpx} auto;
  378. border: #{1rpx} solid #e2e2e2;
  379. border-radius: #{16rpx};
  380. .textarea {
  381. height: 100%;
  382. width: #{556rpx};
  383. padding: #{24rpx 32rpx};
  384. box-sizing: border-box;
  385. font-size: #{28rpx};
  386. text-align: left;
  387. }
  388. }
  389. }
  390. .buttons {
  391. width: #{620rpx};
  392. height: #{88rpx};
  393. border-top: #{1rpx} solid #e2e2e2;
  394. .line {
  395. width: #{2rpx};
  396. height: #{32rpx};
  397. background-color: #e2e2e2;
  398. }
  399. .but {
  400. width: #{309rpx};
  401. height: #{88rpx};
  402. line-height: #{88rpx};
  403. text-align: center;
  404. font-size: #{32rpx};
  405. }
  406. .cancel {
  407. color: #{32rpx};
  408. }
  409. .confirm {
  410. color: #446dfd;
  411. }
  412. }
  413. }
  414. }
  415. .bottom-tab {
  416. width: 100%;
  417. height: #{96rpx};
  418. position: fixed;
  419. bottom: 0;
  420. left: 0;
  421. right: 0;
  422. background-color: #fff;
  423. font-size: #{20rpx};
  424. color: #9096ad;
  425. padding-top: #{14rpx};
  426. box-sizing: border-box;
  427. z-index: 999;
  428. }
  429. .bottom-tab.iphone_x {
  430. height: #{146rpx};
  431. padding-bottom: #{50rpx};
  432. box-sizing: border-box;
  433. }
  434. .tab-item {
  435. text-align: center;
  436. }
  437. .tab-icon {
  438. height: #{48rpx};
  439. width: #{48rpx};
  440. display: inline-block;
  441. }
  442. .tab-item.active {
  443. color: #446dfd;
  444. }
  445. .tab-item view {
  446. margin-top: #{-5rpx};
  447. }
  448. .bottom-place {
  449. height: #{116rpx};
  450. }
  451. .bottom-place.iphone_x {
  452. height: #{166rpx};
  453. }