fabuArticle.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. page {
  2. position: absolute;
  3. left: 0;
  4. top: 0;
  5. width: 100%;
  6. display: flex;
  7. background-color: #f2f6f2;
  8. min-height: 100vh;
  9. }
  10. .status_bar {
  11. height: 44rpx;
  12. width: 100%;
  13. }
  14. .page {
  15. background-color: #f2f6f2;
  16. display: flex;
  17. flex-direction: column;
  18. width: 750rpx;
  19. min-height: 100vh;
  20. }
  21. // .nav-bar {
  22. // width: 750rpx;
  23. // height: 88rpx;
  24. // background-color: #fff;
  25. // display: flex;
  26. // flex-direction: row;
  27. // align-items: center;
  28. // justify-content: space-between;
  29. // padding: 0 10rpx;
  30. // box-sizing: border-box;
  31. // border-bottom: 0rpx solid #f0f0f0;
  32. // .left {
  33. // width: 120rpx;
  34. // .uni-btn-icon {
  35. // font-size: 50rpx;
  36. // color: #000;
  37. // }
  38. // }
  39. // .center {
  40. // flex: 1;
  41. // text-align: center;
  42. // font-size: 32rpx;
  43. // font-weight: bold;
  44. // color: #333;
  45. // }
  46. // .right {
  47. // display: flex;
  48. // align-items: center;
  49. // .btn {
  50. // font-size: 28rpx;
  51. // color: #333;
  52. // margin-left: 30rpx;
  53. // &:active {
  54. // opacity: 0.7;
  55. // }
  56. // }
  57. // }
  58. // }
  59. .nav-bar {
  60. width: calc(100ve - 73rpx);
  61. height: calc(96rpx + var(--status-bar-height));
  62. display: flex;
  63. align-items: center;
  64. justify-content: space-between;
  65. padding: 0;
  66. padding-right: 40rpx;
  67. padding-left: 33rpx;
  68. box-sizing: border-box;
  69. .left {
  70. display: flex;
  71. align-items: center;
  72. font-family: PingFang SC-Bold;
  73. font-weight: 400;
  74. font-size: 32rpx;
  75. color: #1f1f1f;
  76. .uni-btn-icon {
  77. font-size: 45rpx;
  78. font-weight: bold;
  79. color: #1f1f1f;
  80. transition: color 0.2s;
  81. margin-right: 20rpx;
  82. &:active {
  83. color: #2b85e4;
  84. }
  85. }
  86. }
  87. .right {
  88. display: flex;
  89. align-items: center;
  90. font-size: 28rpx;
  91. font-family: "PingFang SC-Bold";
  92. font-weight: 400;
  93. .btn {
  94. border-radius: 26rpx;
  95. background: #1f1f1f;
  96. padding: 6rpx 32rpx;
  97. color: #acf934;
  98. font-size: 28rpx;
  99. }
  100. }
  101. }
  102. .enterContentDetails {
  103. width: calc(100% - 40rpx);
  104. min-height: 726rpx;
  105. background: #ffffff;
  106. border-radius: 20rpx;
  107. margin: 0 20rpx;
  108. padding: 0rpx 24rpx 24rpx 24rpx;
  109. box-sizing: border-box;
  110. .edit {
  111. height: 92rpx;
  112. border-bottom: 2rpx solid #f2f6f2;
  113. }
  114. .edit2 {
  115. min-height: 350rpx;
  116. width: 100%;
  117. // border-bottom: 2rpx solid #f2f6f2;
  118. }
  119. .content-textarea {
  120. padding-top: 24rpx;
  121. }
  122. ::v-deep.input-placeholder,
  123. ::v-deep.textarea-placeholder {
  124. font-family: PingFang SC;
  125. font-weight: 400;
  126. font-size: 32rpx;
  127. color: #999999;
  128. }
  129. .agree {
  130. font-family: PingFang SC, PingFang SC;
  131. font-weight: 400;
  132. font-size: 24rpx;
  133. color: #999999;
  134. display: flex;
  135. align-items: center;
  136. justify-content: flex-end;
  137. }
  138. .img {
  139. width: 100%;
  140. padding-left: 20rpx;
  141. image {
  142. width: 710rpx;
  143. }
  144. }
  145. .img_list {
  146. width: 100%;
  147. display: grid;
  148. grid-template-columns: repeat(3, 1fr);
  149. row-gap: 20rpx;
  150. flex-wrap: wrap;
  151. .image {
  152. display: flex;
  153. width: 208rpx;
  154. height: 208rpx;
  155. position: relative;
  156. box-sizing: border-box;
  157. justify-content: center;
  158. align-items: center;
  159. background: #f2f6f2;
  160. border-radius: 16rpx;
  161. .txt {
  162. font-size: 120rpx;
  163. color: #999;
  164. width: 40rpx;
  165. height: 40rpx;
  166. }
  167. .upimg {
  168. position: absolute;
  169. left: 0;
  170. top: 0;
  171. width: 100%;
  172. height: 100%;
  173. border-radius: 8rpx;
  174. }
  175. .del {
  176. width: 40rpx;
  177. height: 40rpx;
  178. position: absolute;
  179. right: 0rpx;
  180. top: 0rpx;
  181. }
  182. }
  183. }
  184. .btn_list {
  185. display: flex;
  186. flex-direction: row;
  187. align-items: center;
  188. justify-content: center;
  189. .btn_sq {
  190. width: 300rpx;
  191. height: 80rpx;
  192. background-color: #bf8669;
  193. border-radius: 4rpx;
  194. text-align: center;
  195. color: #fff;
  196. line-height: 80rpx;
  197. font-size: 32rpx;
  198. margin: 20rpx;
  199. }
  200. }
  201. .telbg {
  202. width: 750rpx;
  203. height: 350rpx;
  204. display: flex;
  205. flex-direction: column;
  206. padding-left: 40rpx;
  207. padding-top: 120rpx;
  208. color: #fff;
  209. background-color: #517456;
  210. font-size: 30rpx;
  211. .tel {
  212. font-size: 80rpx;
  213. color: #bf8669;
  214. }
  215. }
  216. }
  217. .optionalWorks {
  218. display: flex;
  219. align-items: center;
  220. justify-content: space-between;
  221. margin: 0 24rpx;
  222. background: #fff;
  223. padding: 24rpx;
  224. height: 88rpx;
  225. border-radius: 20rpx;
  226. margin-top: 20rpx;
  227. .title {
  228. font-family: "PingFang SC-Bold";
  229. font-weight: bold;
  230. font-size: 28rpx;
  231. text {
  232. color: #bbb;
  233. font-size: 24rpx;
  234. padding-left: 10rpx;
  235. }
  236. }
  237. .selectLeft {
  238. display: flex;
  239. align-items: center;
  240. font-family: "PingFang SC-Bold";
  241. .prompt {
  242. margin-right: 8rpx;
  243. }
  244. .rightArrow {
  245. width: 28rpx;
  246. height: 28rpx;
  247. }
  248. }
  249. }
  250. /* 用户信息列表 */
  251. .user-list {
  252. width: 710rpx;
  253. border-radius: 20rpx;
  254. margin: 20rpx auto;
  255. .agree {
  256. width: 100%;
  257. text-align: center;
  258. color: #959595;
  259. font-size: 22rpx;
  260. padding: 20rpx 0;
  261. margin-top: 0rpx;
  262. padding-right: 50rpx;
  263. display: flex;
  264. flex-direction: row;
  265. justify-content: flex-end;
  266. align-items: center;
  267. .xy {
  268. color: darkred;
  269. padding: 0rpx 20rpx;
  270. }
  271. image {
  272. width: 32rpx;
  273. margin-right: 8rpx;
  274. }
  275. }
  276. .tips {
  277. display: flex;
  278. flex-direction: row;
  279. justify-content: space-between;
  280. height: 90rpx;
  281. .title {
  282. display: flex;
  283. flex-direction: row;
  284. justify-content: center;
  285. height: 80rpx;
  286. line-height: 80rpx;
  287. font-weight: bold;
  288. font-size: 30rpx;
  289. .line {
  290. width: 10rpx;
  291. height: 24rpx;
  292. background-color: $base;
  293. line-height: 80rpx;
  294. margin: 28rpx 20rpx;
  295. }
  296. }
  297. .more-content {
  298. display: flex;
  299. flex-direction: row;
  300. height: 100%;
  301. align-items: center;
  302. .item1 {
  303. display: flex;
  304. justify-content: center;
  305. height: 100%;
  306. flex-direction: row;
  307. line-height: 100%;
  308. align-items: center;
  309. align-self: center;
  310. .switch {
  311. }
  312. .status {
  313. color: #e54d42;
  314. }
  315. .btn {
  316. width: 160rpx;
  317. height: 50rpx;
  318. margin: 0 20rpx;
  319. text-align: center;
  320. margin-left: 40rpx;
  321. background-color: #39b54a;
  322. border-radius: 25rpx;
  323. color: #fff;
  324. font-size: 24rpx;
  325. line-height: 50rpx;
  326. }
  327. }
  328. }
  329. .beizu {
  330. padding: 10rpx 30rpx;
  331. color: #959595;
  332. }
  333. }
  334. .content {
  335. padding: 10rpx 0rpx;
  336. display: flex;
  337. flex-direction: column;
  338. justify-content: space-between;
  339. .edit {
  340. border: solid 1px #f0f0f0;
  341. border-radius: 10rpx;
  342. width: 670rpx;
  343. height: 80rpx;
  344. font-size: 30rpx;
  345. padding: 10rpx;
  346. background-color: #fff;
  347. }
  348. .edit2 {
  349. border: solid 1px #f0f0f0;
  350. background-color: #fff;
  351. border-radius: 10rpx;
  352. width: 670rpx;
  353. height: 340rpx;
  354. font-size: 30rpx;
  355. padding: 10rpx;
  356. box-sizing: border-box;
  357. }
  358. .item {
  359. display: flex;
  360. flex-direction: row;
  361. justify-content: space-between;
  362. border: solid 1px #f0f0f0;
  363. border-radius: 10rpx;
  364. width: 730rpx;
  365. height: 80rpx;
  366. align-items: center;
  367. .left {
  368. padding-left: 10rpx;
  369. width: 168rpx;
  370. font-size: 28rpx;
  371. }
  372. .input {
  373. width: 570rpx;
  374. font-size: 28rpx;
  375. }
  376. .picker {
  377. padding-left: 10rpx;
  378. width: 120rpx;
  379. display: flex;
  380. flex-direction: row;
  381. justify-content: space-between;
  382. .selimg {
  383. width: 24rpx;
  384. height: 24rpx;
  385. margin-top: 4rpx;
  386. margin-left: 12rpx;
  387. }
  388. }
  389. .edit3 {
  390. border: solid 0px #f0f0f0;
  391. border-radius: 10rpx;
  392. width: 730rpx;
  393. height: 140rpx;
  394. font-size: 28rpx;
  395. padding: 8rpx;
  396. }
  397. }
  398. .item2 {
  399. display: flex;
  400. flex-direction: row;
  401. justify-content: space-between;
  402. margin-top: 10rpx;
  403. .item21 {
  404. display: flex;
  405. flex-direction: row;
  406. justify-content: space-between;
  407. border: solid 1px #f0f0f0;
  408. border-radius: 10rpx;
  409. width: 360rpx;
  410. height: 80rpx;
  411. align-items: center;
  412. .left {
  413. padding-left: 10rpx;
  414. width: 120rpx;
  415. line-height: 60rpx;
  416. font-size: 28rpx;
  417. }
  418. .input {
  419. width: 360rpx;
  420. font-size: 28rpx;
  421. line-height: 60rpx;
  422. }
  423. }
  424. }
  425. }
  426. .img {
  427. width: 100%;
  428. padding-left: 20rpx;
  429. image {
  430. width: 710rpx;
  431. }
  432. }
  433. .img_list {
  434. display: flex;
  435. width: 100%;
  436. padding: 20rpx 40rpx;
  437. flex-wrap: wrap;
  438. .image {
  439. display: flex;
  440. width: 200rpx;
  441. height: 200rpx;
  442. position: relative;
  443. margin: 10rpx;
  444. box-sizing: border-box;
  445. justify-content: center;
  446. align-items: center;
  447. background: rgba(120, 120, 120, 0.2);
  448. border-radius: 8rpx;
  449. .txt {
  450. font-size: 120rpx;
  451. color: #999;
  452. }
  453. .upimg {
  454. position: absolute;
  455. left: 0;
  456. top: 0;
  457. width: 100%;
  458. height: 100%;
  459. border-radius: 8rpx;
  460. }
  461. .del {
  462. width: 40rpx;
  463. height: 40rpx;
  464. position: absolute;
  465. right: -10rpx;
  466. top: -10rpx;
  467. }
  468. }
  469. }
  470. .btn_list {
  471. display: flex;
  472. flex-direction: row;
  473. align-items: center;
  474. justify-content: center;
  475. .btn_sq {
  476. width: 300rpx;
  477. height: 80rpx;
  478. background-color: #bf8669;
  479. border-radius: 4rpx;
  480. text-align: center;
  481. color: #fff;
  482. line-height: 80rpx;
  483. font-size: 32rpx;
  484. margin: 20rpx;
  485. }
  486. }
  487. .telbg {
  488. width: 750rpx;
  489. height: 350rpx;
  490. display: flex;
  491. flex-direction: column;
  492. padding-left: 40rpx;
  493. padding-top: 120rpx;
  494. color: #fff;
  495. background-color: #517456;
  496. font-size: 30rpx;
  497. .tel {
  498. font-size: 80rpx;
  499. color: #bf8669;
  500. }
  501. }
  502. .img2 {
  503. width: 100%;
  504. padding-left: 0rpx;
  505. image {
  506. width: 750rpx;
  507. }
  508. }
  509. }
  510. .footer {
  511. position: fixed;
  512. bottom: 0rpx;
  513. width: 750rpx;
  514. height: 120rpx;
  515. display: flex;
  516. flex-direction: row;
  517. justify-content: center;
  518. background: #fff;
  519. .btn {
  520. width: 690rpx;
  521. height: 80rpx;
  522. background-color: #39b54a;
  523. border-radius: 40rpx;
  524. text-align: center;
  525. color: #fff;
  526. line-height: 80rpx;
  527. font-size: 32rpx;
  528. }
  529. }
  530. .foot-btn {
  531. height: 80rpx;
  532. padding: 60rpx;
  533. button {
  534. height: 80rpx;
  535. line-height: 80rpx;
  536. font-size: 28rpx;
  537. }
  538. }
  539. .uni-textarea-placeholder {
  540. color: #959595;
  541. overflow: hidden;
  542. }
  543. .num_txt {
  544. display: flex;
  545. flex-direction: row;
  546. align-items: center;
  547. padding: 20rpx 30rpx;
  548. .num_input {
  549. width: 120rpx;
  550. height: 60rpx;
  551. border: 1px solid $base;
  552. border-radius: 10rpx;
  553. margin: 0 20rpx;
  554. text-align: center;
  555. font-size: 28rpx;
  556. }
  557. }