fabuArticle.scss 12 KB

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