_post_id.scss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. @import "~@/assets/css/scssCommon.scss";
  2. .jobDetail {
  3. .breadcrumb {
  4. width: 1000px;
  5. margin: 30px auto 10px auto;
  6. display: flex;
  7. a, p, h1 {
  8. color: #666;
  9. font-size: 14px;
  10. }
  11. }
  12. .contentArea {
  13. margin: 0 auto;
  14. width: 1000px;
  15. min-height: 450px;
  16. background: rgba(255, 255, 255, 1);
  17. padding: 45px 20px;
  18. display: flex;
  19. justify-content: space-between;
  20. .leftArea {
  21. width: 740px;
  22. .jobTitle {
  23. font-size: 22px;
  24. font-weight: 500;
  25. color: rgba(34, 34, 34, 1);
  26. line-height: 30px;
  27. }
  28. .publishTime, .workTime, .skills {
  29. margin-top: 13px;
  30. height: 20px;
  31. font-size: 14px;
  32. font-weight: 600;
  33. color: rgba(51, 51, 51, 1);
  34. line-height: 20px;
  35. color: #333333;
  36. span {
  37. margin-left: 5px;
  38. font-size: 14px;
  39. color: rgba(51, 51, 51, 1);
  40. line-height: 20px;
  41. color: #333333;
  42. font-weight: 400;
  43. }
  44. }
  45. .publishTime {
  46. margin-top: 23px;
  47. }
  48. .desc {
  49. min-height: 160px;
  50. margin-top: 40px;
  51. .descTitle {
  52. font-size: 13px;
  53. font-weight: 600;
  54. color: rgba(51, 51, 51, 1);
  55. line-height: 27px;
  56. color: #333;
  57. }
  58. .descValue {
  59. font-size: 13px;
  60. font-weight: 400;
  61. color: rgba(51, 51, 51, 1);
  62. line-height: 27px;
  63. color: #333;
  64. }
  65. }
  66. .btnArea {
  67. margin-top: 16px;
  68. .btn {
  69. width: 165px;
  70. height: 40px;
  71. background: rgba(48, 142, 255, 1);
  72. box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3);
  73. border-radius: 2px;
  74. display: flex;
  75. justify-content: center;
  76. align-items: center;
  77. cursor: pointer;
  78. p {
  79. height: 20px;
  80. font-size: 14px;
  81. font-weight: 500;
  82. color: rgba(255, 255, 255, 1);
  83. line-height: 20px;
  84. }
  85. &.submitNow {
  86. background: rgba(48, 142, 255, 1);
  87. box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3);
  88. p {
  89. color: rgba(255, 255, 255, 1);
  90. }
  91. }
  92. &.noneClick {
  93. opacity: 0.7;
  94. cursor: not-allowed;
  95. }
  96. }
  97. }
  98. }
  99. .rightArea {
  100. display: flex;
  101. align-items: flex-end;
  102. flex-direction: column;
  103. .jobPrice {
  104. height: 30px;
  105. font-size: 22px;
  106. font-weight: 600;
  107. color: rgba(255, 51, 30, 1);
  108. line-height: 30px;
  109. text-align: right;
  110. }
  111. .userInfo {
  112. text-align: right;
  113. margin-top: 25px;
  114. min-width: 140px;
  115. display: flex;
  116. flex-direction: column;
  117. align-items: center;
  118. .img {
  119. width: 50px;
  120. height: 50px;
  121. font-size: 0;
  122. img {
  123. width: 50px;
  124. height: 50px;
  125. border-radius: 50%;
  126. }
  127. }
  128. .name {
  129. text-align: center;
  130. height: 20px;
  131. font-size: 14px;
  132. font-weight: 400;
  133. color: rgba(34, 34, 34, 1);
  134. line-height: 20px;
  135. margin-top: 4px;
  136. }
  137. }
  138. .qrcode {
  139. margin: 50px auto 0 auto;
  140. width: 176px;
  141. height: 176px;
  142. position: relative;
  143. .code {
  144. width: 176px;
  145. height: 176px;
  146. }
  147. .logo {
  148. position: absolute;
  149. left: 50%;
  150. top: 50%;
  151. width: 40px;
  152. height: 40px;
  153. transform-origin: center;
  154. transform: translate(-50%, -50%);
  155. }
  156. }
  157. .tips {
  158. width: 100%;
  159. font-size: 12px;
  160. margin-top: 10px;
  161. color: #666;
  162. text-align: center;
  163. }
  164. }
  165. }
  166. }
  167. .jobDetailMobile {
  168. &.wrapper {
  169. position: relative;
  170. width: 100vw;
  171. height: 100vh;
  172. overflow: hidden;
  173. }
  174. &.main {
  175. margin: 0;
  176. width: 100%;
  177. }
  178. &.mobile {
  179. .contentArea {
  180. width: 100%;
  181. height: calc(100% - 18.67vw);
  182. overflow-x: hidden;
  183. overflow-y: scroll;
  184. .header {
  185. overflow: hidden;
  186. padding-top: remtovw(.72);
  187. /*padding-bottom: remtovw(.72);*/
  188. background-color: #ffffff;
  189. }
  190. .title-wrapper {
  191. display: flex;
  192. align-items: center;
  193. }
  194. .title {
  195. flex: 1;
  196. margin-left: remtovw(0.2);
  197. line-height: remtovw(.44);
  198. font-weight: 600;
  199. font-size: remtovw(.32);
  200. color: #222222;
  201. }
  202. .price {
  203. margin-right: remtovw(.2);
  204. line-height: remtovw(.42);
  205. font-weight: 600;
  206. font-size: remtovw(.3);
  207. color: #308EFF;
  208. }
  209. .require-list {
  210. margin-top: remtovw(.16);
  211. }
  212. .require-item {
  213. margin: 0 pxtovw(10);
  214. display: flex;
  215. align-items: center;
  216. }
  217. .require-label {
  218. flex-shrink: 0;
  219. line-height: remtovw(.46);
  220. font-weight: 600;
  221. font-size: remtovw(.25);
  222. color: #666666;
  223. align-self: flex-start;
  224. word-break: break-all;
  225. }
  226. .require-text {
  227. flex-grow: 1;
  228. margin-left: pxtovw(6);
  229. word-break: break-all;
  230. line-height: remtovw(.46);
  231. font-size: remtovw(.25);
  232. color: #666666;
  233. }
  234. .publish-info {
  235. margin: pxtovw(17) auto 0;
  236. width: pxtovw(355);
  237. height: pxtovw(50);
  238. font-size: pxtovw(14);
  239. border-top: pxtovw(1) solid #ededed;
  240. display: flex;
  241. align-items: center;
  242. justify-content: space-between;
  243. .left {
  244. flex-grow: 1;
  245. display: flex;
  246. align-items: center;
  247. height: pxtovw(50);
  248. .l {
  249. flex-shrink: 0;
  250. width: pxtovw(32);
  251. height: pxtovw(32);
  252. font-size: 0;
  253. position: relative;
  254. img {
  255. width: pxtovw(32);
  256. height: pxtovw(32);
  257. border-radius: 50%;
  258. }
  259. &.vip1:after, &.vip2:after, &.vip3:after {
  260. /*个人会员*/
  261. background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAzFBMVEUAAADspRfxvC7spRfyvC/xvS/vvS7tpBPxuy/wvCvsoxHuriXxvDHxvDHwvS/spRjwvC7rpBfwvC/rpRbrpRfspRfuphbqoxfyvi7rphjroxTtpxXyvS/spBnyvi7yqgDtwSztpxL/sTvrnRTwvDDrpRj+/v3+/Pj++vL99+v0zm7zyGDyxlbvtlPus0j89eP88uH88tn67Nf77c/658v66ML44b333qT21Jz2143zyYXwvWTwu2Hxw03xwEPxvjzurjztqzPsqCnrpRsZrKOpAAAAJHRSTlMA+vj0saCLi2NBQTT78erq4eHMzLOvo5x1dWRiUVEnJx0dDQ0NCF6ZAAAArElEQVQY05XP1xKCMBBA0bUr2Huv2VAE7L3r//+TGwOKvHFnkpmch2QDoRqXmQhFlYmLcfZDrEpLMj9iSlia/SO2ATJROk89tGlFlM+FFj9IPHKH9hoMi3TecVPgie/JSiOAfp50o1sMHX37QiwMgFJzjN0Ws+tjvnwixlRh8q2LsVobdzIF3LpZGkDTbHq5J8Wb1TwjYgd8NeVIrS94fxU/DJRg2AgaaR3C9wYKgRx4iNBrzQAAAABJRU5ErkJggg==') no-repeat;
  262. content: " ";
  263. position: absolute;
  264. right: 0;
  265. bottom: 0;
  266. width: pxtovw(8.5);
  267. height: pxtovw(8.5);
  268. background-size: cover;
  269. }
  270. &.vip2:after {
  271. /*企业初创*/
  272. background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAvVBMVEUAAAAAx10A13wAyF0A1nwAx10A130AyF0AxlwA1nwAyF0A0mwAym4AxGIA13wA2H0A2HwA1nwAx10A130Ax10A130Axl0A2HwAx14A2HwAyV4A1H0A1X0A1n4AxlsA2HsAyV0A13wAyF7///8A25P5/vzf+vDT+OoA57EA5acA3poA2IEA0HMAymTz/frz/Pnr/fbr/PXB+OXC9N+X8taZ7ctv7sdz6LsA4qIa3qIA4p8A2IwA24sA14oA04DLdbGUAAAAIXRSTlMA+PrunZ2Li2NAQCcdDffx6uHhysqzs6iodXVkYlFRNDSJn4b6AAAAqklEQVQY05XP1w7DIAxAUXc3TdK9tyG76d7z/z+rJlCh5i33AYkjIWzIlN1BERN1bYU91Mj60sqokaoIm+A/siqAkUdchT901ozlajCg641fJF75k84hWC26n3gg8M7PZG0LwGzS+4P7QPZ2j/S6YAK1aCC+vJ0T772YbAlJRh0x2vj+9pP8oprRBCHnDtlcLzpFxCCSM+pGcqSxFrWr2DBVEVkpbaRkmfsC64QaGgNTrsMAAAAASUVORK5CYII=') no-repeat;
  273. background-size: cover;
  274. }
  275. &.vip3:after {
  276. /*企业标识*/
  277. background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAulBMVEUAAAAAtP8Amf8Atf8Amf8As/8Amv8Atv8Amf8Ap/8Ao/8Amf8Amf8Atf8Amf8Atf8Amv8AtP8AmP8Atv8Amf8As/8AmP8Atf8Amf8AtP8Am/8Atf8Al/8Atf8Amf8As/8Amv8Atf8AmP8Asf8Aif8AtP8Amf////8Axv8Au//5/f/s+f/g9v/V8v/E7f8AzP8Atv8Apv/0+//0+v+b5/933/+e3v990/8u0/8O0f9Aw/8vwP8Av/8Arf+J2XHQAAAAJXRSTlMA+fmdnWNjQEAnHf338fHq6uHhysqzs6iojIyJiXV1UVE0NA0NhW9hXwAAAKdJREFUGNOVztcOgzAMQFF3A91779phU7rn//9WHQVU4I0rJVKOFNmQq30fZSQbHCIc4h9ppGyKSaSZtAqmkaoAtQLiMYjR4lPUYMxPU1wV3oW8J2B0+X0RD4kvcWPrGQB6m//7tomEts/W0YHbNhEt1/mEjhsStXbS1Czz5HnnL1FDg6g1ayCExZM3SuJdn2+iehUSLdVKK0g1l7iATCWkcoaksuXuBz+cHHE5qD7TAAAAAElFTkSuQmCC') no-repeat;
  278. background-size: cover;
  279. }
  280. }
  281. .r {
  282. margin-left: pxtovw(10);
  283. width: pxtovw(150);
  284. height: pxtovw(28);
  285. font-size: pxtovw(14);
  286. font-weight: 400;
  287. color: rgba(68, 68, 68, 1);
  288. line-height: pxtovw(28);
  289. overflow: hidden;
  290. white-space: nowrap;
  291. text-overflow: ellipsis;
  292. }
  293. }
  294. .right {
  295. margin-left: pxtovw(50);
  296. height: pxtovw(17);
  297. font-size: pxtovw(12);
  298. font-weight: 400;
  299. color: rgba(153, 153, 153, 1);
  300. line-height: pxtovw(17);
  301. }
  302. }
  303. .detail-wrapper {
  304. overflow: hidden;
  305. margin-top: remtovw(.2);
  306. padding-top: remtovw(0.48);
  307. padding-bottom: remtovw(0.44);
  308. background-color: #ffffff;
  309. }
  310. .detail-title {
  311. margin-left: pxtovw(10);
  312. line-height: remtovw(0.44);
  313. font-weight: 600;
  314. font-size: remtovw(0.32);
  315. color: #333333;
  316. }
  317. .detail-text {
  318. margin: remtovw(0.18) auto 0;
  319. width: remtovw(6.98);
  320. line-height: remtovw(0.56);
  321. font-size: remtovw(0.28);
  322. color: #444444;
  323. word-break: break-all;
  324. }
  325. .company-wrapper {
  326. overflow: hidden;
  327. margin-top: remtovw(.2);
  328. padding: pxtovw(16) 0;
  329. background-color: #ffffff;
  330. .data-title {
  331. margin-left: pxtovw(10);
  332. line-height: remtovw(0.44);
  333. font-weight: 600;
  334. font-size: remtovw(0.32);
  335. color: #333333;
  336. }
  337. .value-box {
  338. margin: remtovw(0.18) auto 0;
  339. width: pxtovw(355);
  340. font-size: pxtovw(14);
  341. font-weight: 400;
  342. color: rgba(68, 68, 68, 1);
  343. line-height: pxtovw(28);
  344. display: flex;
  345. align-items: center;
  346. .left {
  347. flex-shrink: 0;
  348. width: pxtovw(53);
  349. height: pxtovw(53);
  350. font-size: 0;
  351. img {
  352. width: pxtovw(53);
  353. height: pxtovw(53);
  354. border-radius: pxtovw(4);
  355. }
  356. }
  357. .center {
  358. margin-left: pxtovw(10);
  359. display: flex;
  360. flex-direction: column;
  361. justify-content: center;
  362. height: pxtovw(53);
  363. width: pxtovw(250);
  364. .ctitle {
  365. width: fit-content;
  366. position: relative;
  367. p {
  368. height: pxtovw(21);
  369. font-size: pxtovw(15);
  370. font-weight: 600;
  371. color: rgba(34, 34, 34, 1);
  372. line-height: pxtovw(21);
  373. width: fit-content;
  374. max-width: pxtovw(250);
  375. text-overflow: ellipsis;
  376. word-break: break-all;
  377. white-space: nowrap;
  378. overflow: hidden;
  379. }
  380. &.vip1:after, &.vip2:after, &.vip3:after {
  381. /*个人会员*/
  382. background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAzFBMVEUAAADspRfxvC7spRfyvC/xvS/vvS7tpBPxuy/wvCvsoxHuriXxvDHxvDHwvS/spRjwvC7rpBfwvC/rpRbrpRfspRfuphbqoxfyvi7rphjroxTtpxXyvS/spBnyvi7yqgDtwSztpxL/sTvrnRTwvDDrpRj+/v3+/Pj++vL99+v0zm7zyGDyxlbvtlPus0j89eP88uH88tn67Nf77c/658v66ML44b333qT21Jz2143zyYXwvWTwu2Hxw03xwEPxvjzurjztqzPsqCnrpRsZrKOpAAAAJHRSTlMA+vj0saCLi2NBQTT78erq4eHMzLOvo5x1dWRiUVEnJx0dDQ0NCF6ZAAAArElEQVQY05XP1xKCMBBA0bUr2Huv2VAE7L3r//+TGwOKvHFnkpmch2QDoRqXmQhFlYmLcfZDrEpLMj9iSlia/SO2ATJROk89tGlFlM+FFj9IPHKH9hoMi3TecVPgie/JSiOAfp50o1sMHX37QiwMgFJzjN0Ws+tjvnwixlRh8q2LsVobdzIF3LpZGkDTbHq5J8Wb1TwjYgd8NeVIrS94fxU/DJRg2AgaaR3C9wYKgRx4iNBrzQAAAABJRU5ErkJggg==') no-repeat;
  383. content: " ";
  384. position: absolute;
  385. right: -5vw;
  386. bottom: 0.9vw;
  387. width: pxtovw(16);
  388. height: pxtovw(16);
  389. background-size: cover;
  390. }
  391. &.vip2:after {
  392. /*企业初创*/
  393. background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAvVBMVEUAAAAAx10A13wAyF0A1nwAx10A130AyF0AxlwA1nwAyF0A0mwAym4AxGIA13wA2H0A2HwA1nwAx10A130Ax10A130Axl0A2HwAx14A2HwAyV4A1H0A1X0A1n4AxlsA2HsAyV0A13wAyF7///8A25P5/vzf+vDT+OoA57EA5acA3poA2IEA0HMAymTz/frz/Pnr/fbr/PXB+OXC9N+X8taZ7ctv7sdz6LsA4qIa3qIA4p8A2IwA24sA14oA04DLdbGUAAAAIXRSTlMA+PrunZ2Li2NAQCcdDffx6uHhysqzs6iodXVkYlFRNDSJn4b6AAAAqklEQVQY05XP1w7DIAxAUXc3TdK9tyG76d7z/z+rJlCh5i33AYkjIWzIlN1BERN1bYU91Mj60sqokaoIm+A/siqAkUdchT901ozlajCg641fJF75k84hWC26n3gg8M7PZG0LwGzS+4P7QPZ2j/S6YAK1aCC+vJ0T772YbAlJRh0x2vj+9pP8oprRBCHnDtlcLzpFxCCSM+pGcqSxFrWr2DBVEVkpbaRkmfsC64QaGgNTrsMAAAAASUVORK5CYII=') no-repeat;
  394. background-size: cover;
  395. }
  396. &.vip3:after {
  397. /*企业标识*/
  398. background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAulBMVEUAAAAAtP8Amf8Atf8Amf8As/8Amv8Atv8Amf8Ap/8Ao/8Amf8Amf8Atf8Amf8Atf8Amv8AtP8AmP8Atv8Amf8As/8AmP8Atf8Amf8AtP8Am/8Atf8Al/8Atf8Amf8As/8Amv8Atf8AmP8Asf8Aif8AtP8Amf////8Axv8Au//5/f/s+f/g9v/V8v/E7f8AzP8Atv8Apv/0+//0+v+b5/933/+e3v990/8u0/8O0f9Aw/8vwP8Av/8Arf+J2XHQAAAAJXRSTlMA+fmdnWNjQEAnHf338fHq6uHhysqzs6iojIyJiXV1UVE0NA0NhW9hXwAAAKdJREFUGNOVztcOgzAMQFF3A91779phU7rn//9WHQVU4I0rJVKOFNmQq30fZSQbHCIc4h9ppGyKSaSZtAqmkaoAtQLiMYjR4lPUYMxPU1wV3oW8J2B0+X0RD4kvcWPrGQB6m//7tomEts/W0YHbNhEt1/mEjhsStXbS1Czz5HnnL1FDg6g1ayCExZM3SuJdn2+iehUSLdVKK0g1l7iATCWkcoaksuXuBz+cHHE5qD7TAAAAAElFTkSuQmCC') no-repeat;
  399. background-size: cover;
  400. }
  401. }
  402. .cdesc {
  403. width: pxtovw(250);
  404. margin-top: pxtovw(2);
  405. height: pxtovw(17);
  406. font-size: pxtovw(12);
  407. font-weight: 400;
  408. color: rgba(153, 153, 153, 1);
  409. line-height: pxtovw(17);
  410. overflow: hidden;
  411. white-space: nowrap;
  412. text-overflow: ellipsis;
  413. }
  414. }
  415. .right {
  416. margin-left: pxtovw(34);
  417. flex-shrink: 0;
  418. height: pxtovw(14);
  419. width: pxtovw(8);
  420. background: url('~@/assets/img/credit/rightIcon.png') no-repeat;
  421. background-size: cover;
  422. }
  423. }
  424. }
  425. .data-wrapper {
  426. overflow: hidden;
  427. margin-top: remtovw(.2);
  428. padding: pxtovw(16) 0;
  429. background-color: #ffffff;
  430. .data-title {
  431. margin-left: pxtovw(10);
  432. line-height: remtovw(0.44);
  433. font-weight: 600;
  434. font-size: remtovw(0.32);
  435. color: #333333;
  436. }
  437. .value-box {
  438. margin: remtovw(0.18) auto 0;
  439. width: pxtovw(355);
  440. height: pxtovw(28);
  441. font-size: pxtovw(14);
  442. font-weight: 400;
  443. color: rgba(68, 68, 68, 1);
  444. line-height: pxtovw(28);
  445. display: flex;
  446. .left, .right {
  447. span {
  448. color: #308EFF;
  449. }
  450. }
  451. .right {
  452. margin-left: pxtovw(20);
  453. }
  454. }
  455. }
  456. .tips-wrapper {
  457. overflow: hidden;
  458. margin: remtovw(0.2) auto;
  459. width: remtovw(7);
  460. padding-top: remtovw(0.38);
  461. padding-bottom: remtovw(0.36);
  462. background-color: #ffffff;
  463. }
  464. .tips-title {
  465. margin-left: pxtovw(10);
  466. line-height: remtovw(0.42);
  467. font-weight: 600;
  468. font-size: remtovw(0.26);
  469. color: #EE3F21;
  470. }
  471. .tips-text {
  472. margin: 0 auto;
  473. width: remtovw(6.5);
  474. line-height: remtovw(0.42);
  475. font-size: remtovw(0.26);
  476. color: #999999;
  477. }
  478. }
  479. .bottomArea {
  480. position: absolute;
  481. bottom: 0;
  482. left: 0;
  483. width: 100%;
  484. height: remtovw(1.2);
  485. display: flex;
  486. justify-content: center;
  487. align-items: center;
  488. .contact-wrapper {
  489. height: remtovw(0.96);
  490. bottom: 0;
  491. width: remtovw(6.7);
  492. background-color: #308EFF;
  493. display: flex;
  494. align-items: center;
  495. justify-content: center;
  496. border-radius: 8px;
  497. img {
  498. margin-right: remtovw(0.2);
  499. width: remtovw(0.44);
  500. height: remtovw(0.44);
  501. }
  502. p {
  503. line-height: remtovw(0.44);
  504. font-weight: 500;
  505. font-size: remtovw(0.32);
  506. color: #ffffff;
  507. }
  508. }
  509. .btn {
  510. margin: 0 auto;
  511. width: pxtovw(355);
  512. height: pxtovw(40);
  513. background-color: #308EFF;
  514. line-height: pxtovw(40);
  515. text-align: center;
  516. font-weight: 500;
  517. font-size: remtovw(0.32);
  518. color: #ffffff;
  519. border-radius: pxtovw(2);
  520. }
  521. .btn-list {
  522. height: pxtovw(60);
  523. width: 100%;
  524. display: flex;
  525. align-items: center;
  526. justify-content: space-between;
  527. margin: 0 pxtovw(10);
  528. }
  529. .btn-item {
  530. width: pxtovw(173);
  531. height: pxtovw(40);
  532. background-color: #308EFF;
  533. line-height: pxtovw(40);
  534. text-align: center;
  535. font-weight: 500;
  536. font-size: pxtovw(14);
  537. color: #ffffff;
  538. border-radius: pxtovw(2);
  539. &.none {
  540. background-color: #ECECEC;
  541. color: #666666;
  542. }
  543. }
  544. }
  545. .confirmBox {
  546. position: absolute;
  547. left: 0;
  548. top: 0;
  549. z-index: 1055;
  550. background-color: rgba(0, 0, 0, 0.5);
  551. width: 100vw;
  552. height: 100vh;
  553. display: flex;
  554. justify-content: center;
  555. align-items: center;
  556. .body {
  557. width: 90vw;
  558. background-color: #fff;
  559. border-radius: pxtovw(8);
  560. box-sizing: border-box;
  561. padding: pxtovw(30) pxtovw(30) pxtovw(20) pxtovw(30);
  562. .desc {
  563. text-align: left;
  564. font-size: pxtovw(14);
  565. color: #222;
  566. }
  567. .button {
  568. margin-top: pxtovw(30);
  569. width: 100%;
  570. display: flex;
  571. justify-content: flex-end;
  572. .cancle {
  573. font-size: 14px;
  574. color: #999;
  575. }
  576. .submit {
  577. font-size: 14px;
  578. margin-left: pxtovw(30);
  579. color: #308EFF;
  580. }
  581. }
  582. }
  583. }
  584. }
  585. }