index1.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. page {
  2. // background: #f2f2f2;
  3. }
  4. .pos{
  5. height: 45px;
  6. }
  7. view {
  8. box-sizing: border-box;
  9. }
  10. .u-textarea{
  11. min-height:400rpx;
  12. }
  13. .container{
  14. // padding-bottom:130rpx;
  15. .context{
  16. padding: 40rpx;
  17. padding-left: 0;
  18. padding-right: 0;
  19. padding-bottom: 0;
  20. .top{
  21. display: flex;
  22. justify-content: center;
  23. .videoBox1{
  24. width: 380rpx;
  25. aspect-ratio: 9/16;
  26. position: relative;
  27. display: flex;
  28. align-items: bottom;
  29. .img16{
  30. width: 100%;
  31. height: 100%;
  32. background-size: 100% 100%;
  33. background-repeat:no-repeat;
  34. .role{
  35. position:relative;
  36. z-index: 9;
  37. width: 50%;
  38. height: 100%;
  39. margin-left: 50%;
  40. transform: translateX(-50%);
  41. }
  42. }
  43. }
  44. .videoBox2{
  45. height: 380rpx;
  46. aspect-ratio: 16/9;
  47. .img16{
  48. width: 100%;
  49. height: 100%;
  50. background-size: 100% 100%;
  51. .role{
  52. position:relative;
  53. z-index: 9;
  54. width: 50%;
  55. height: 100%;
  56. margin-left: 50%;
  57. transform: translateX(-50%);
  58. }
  59. }
  60. }
  61. }
  62. .centerMenuBar{
  63. display: flex;
  64. justify-content: space-between;
  65. height: 96rpx;
  66. background: linear-gradient(to right,#06C68E,#02BCCD);
  67. margin-top: 30rpx;
  68. padding-left: 40rpx;
  69. padding-right: 40rpx;
  70. color: white;
  71. .barItem{
  72. display: flex;
  73. align-items: center;
  74. .left{
  75. width: 64rpx;
  76. height: 64rpx;
  77. // margin-right: 10rpx;
  78. image{
  79. width: 100%;
  80. height: 100%;
  81. border-radius: 50%;
  82. }
  83. }
  84. .right{
  85. }
  86. }
  87. }
  88. .btnBox{
  89. padding: 0 40rpx;
  90. // position: fixed;
  91. // bottom: 0rpx;
  92. background: #fff;
  93. height: 150rpx;
  94. display: flex;
  95. align-items: center;
  96. justify-content: space-between;
  97. width: 100%;
  98. border-top: 1px solid #ccc;
  99. .btn{
  100. background: #26b3a0;
  101. color: #fff;
  102. width: 45%;
  103. height: 94rpx;
  104. border-radius: 15rpx;
  105. display: flex;
  106. justify-content: center;
  107. align-items: center;
  108. font-size: 32rpx;
  109. }
  110. .draft{
  111. background: #fff;
  112. border:2rpx solid #26b3a0;
  113. color: #26b3a0;
  114. }
  115. }
  116. }
  117. }
  118. ::v-deep .u-popup__content{
  119. border-radius: 15rpx;
  120. }
  121. .contentBox2{
  122. .toolBar{
  123. height: 100rpx;
  124. display: flex;
  125. align-items: center;
  126. border-radius: 15rpx 15rpx 0 0;
  127. .cancel{
  128. width: 10%;
  129. height: 35rpx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. image{
  134. width: 35rpx;
  135. height: 35rpx;
  136. }
  137. }
  138. .center{
  139. width: 80%;
  140. display: flex;
  141. align-items: center;
  142. justify-content: center;
  143. }
  144. .confirm{
  145. width: 10%;
  146. height: 35rpx;
  147. display: flex;
  148. align-items: center;
  149. justify-content: center;
  150. image{
  151. width: 40rpx;
  152. height: 35rpx;
  153. }
  154. }
  155. }
  156. .toolBar2{
  157. height: 100rpx;
  158. display: flex;
  159. align-items: center;
  160. justify-content:flex-end;
  161. border-radius: 15rpx 15rpx 0 0;
  162. .closeBtn{
  163. width: 44rpx;
  164. height: 44rpx;
  165. display: flex;
  166. align-items: center;
  167. justify-content: center;
  168. background: #999;
  169. margin-right: 30rpx;
  170. color: white;
  171. border-radius: 50%;
  172. // image{
  173. // width: 40rpx;
  174. // height: 35rpx;
  175. // }
  176. }
  177. }
  178. .content{
  179. .videoRatioBox{
  180. display: flex;
  181. justify-content: space-between;
  182. padding: 20rpx 60rpx;
  183. padding-bottom: 50rpx;
  184. .item{
  185. background: #ccc;
  186. width: 45%;
  187. height: 154rpx;
  188. border-radius: 10rpx;
  189. display: flex;
  190. flex-direction: column;
  191. align-items: center;
  192. justify-content: center;
  193. .top{
  194. margin-bottom: 10rpx;
  195. }
  196. .bottom{
  197. }
  198. }
  199. }
  200. .slider{
  201. margin-top: 0;
  202. width: 85%;
  203. margin-left: 50%;
  204. transform: translateX(-50%);
  205. }
  206. .sliderValue{
  207. text-align: center;
  208. }
  209. // 声音
  210. .filterBox{
  211. display: flex;
  212. .tabList{
  213. width: 90%;
  214. overflow-x: scroll;
  215. white-space: nowrap;
  216. padding: 0 20rpx;
  217. .item1{
  218. padding: 10rpx 30rpx;
  219. display: inline-block;
  220. margin-right: 20rpx;
  221. border-radius: 10rpx;
  222. background:#ccc ;
  223. }
  224. .tabActive{
  225. background:#26b3a0 ;
  226. color: white;
  227. }
  228. }
  229. .filterBtn{
  230. display: flex;
  231. justify-content: center;
  232. align-items: center;
  233. width: 10%;
  234. image{
  235. width: 44rpx;
  236. height: 44rpx;
  237. }
  238. }
  239. }
  240. .filterConList2{
  241. .pictureBox{
  242. padding-top: 30rpx;
  243. padding-bottom: 50rpx;
  244. display: flex;
  245. flex-wrap: wrap;
  246. .sel{
  247. border:6rpx solid #26b3a0;
  248. padding: 5rpx;
  249. }
  250. image{
  251. width: 128rpx;
  252. height: 176rpx;
  253. margin:10rpx 30rpx;
  254. }
  255. .color{
  256. width: 128rpx;
  257. height: 176rpx;
  258. margin:10rpx 30rpx;
  259. }
  260. }
  261. }
  262. .filterConList{
  263. display: flex;
  264. padding-top: 30rpx;
  265. flex-wrap: wrap;
  266. min-height: 500rpx;
  267. max-height: 500rpx;
  268. overflow-y: scroll;
  269. .item{
  270. width: 128rpx;
  271. display: flex;
  272. flex-direction: column;
  273. justify-content: center;
  274. align-items: center;
  275. margin: 0 30rpx;
  276. margin-bottom: 20rpx;
  277. image{
  278. width: 128rpx;
  279. height: 128rpx;
  280. border-radius: 50%;
  281. }
  282. .name{
  283. margin-top: 10rpx;
  284. }
  285. }
  286. .sel{
  287. border:6rpx solid #26b3a0;
  288. padding: 5rpx;
  289. }
  290. }
  291. .scenList{
  292. // background: #26b3a0;
  293. display: flex;
  294. flex-wrap: wrap;
  295. padding:0 40rpx;
  296. margin-bottom: 20rpx;
  297. .item{
  298. background: #ccc;
  299. padding: 10rpx 20rpx;
  300. margin-right: 20rpx;
  301. margin-bottom: 20rpx;
  302. border-radius: 10rpx;
  303. }
  304. }
  305. .sexList{
  306. // background: #26b3a0;
  307. display: flex;
  308. flex-wrap: wrap;
  309. padding:0 40rpx;
  310. margin-bottom: 20rpx;
  311. .item{
  312. background: #ccc;
  313. padding: 10rpx 20rpx;
  314. margin-right: 20rpx;
  315. margin-bottom: 20rpx;
  316. border-radius: 10rpx;
  317. }
  318. }
  319. .ageList{
  320. display: flex;
  321. flex-wrap: wrap;
  322. padding:0 40rpx;
  323. margin-bottom: 20rpx;
  324. .item{
  325. background: #ccc;
  326. padding: 10rpx 20rpx;
  327. margin-right: 20rpx;
  328. margin-bottom: 20rpx;
  329. border-radius: 10rpx;
  330. }
  331. }
  332. .active{
  333. background: #26b3a0!important;
  334. color:white;
  335. }
  336. .filterBtn2{
  337. color: white;
  338. background: #26b3a0;
  339. height: 94rpx;
  340. display: flex;
  341. justify-content: center;
  342. align-items: center;
  343. border-radius: 15rpx;
  344. margin-bottom: 50rpx;
  345. width: 670rpx;
  346. margin-left: 50%;
  347. transform: translateX(-50%);
  348. }
  349. }
  350. }
  351. .contentBox{
  352. .toolBar{
  353. height: 100rpx;
  354. display: flex;
  355. align-items: center;
  356. border-radius: 15rpx 15rpx 0 0;
  357. .cancel{
  358. width: 10%;
  359. height: 35rpx;
  360. display: flex;
  361. align-items: center;
  362. justify-content: center;
  363. image{
  364. width: 35rpx;
  365. height: 35rpx;
  366. }
  367. }
  368. .center{
  369. width: 80%;
  370. display: flex;
  371. align-items: center;
  372. justify-content: center;
  373. }
  374. .confirm{
  375. width: 10%;
  376. height: 35rpx;
  377. display: flex;
  378. align-items: center;
  379. justify-content: center;
  380. image{
  381. width: 40rpx;
  382. height: 35rpx;
  383. }
  384. }
  385. }
  386. .toolBar2{
  387. height: 100rpx;
  388. display: flex;
  389. align-items: center;
  390. justify-content:flex-end;
  391. border-radius: 15rpx 15rpx 0 0;
  392. .closeBtn{
  393. width: 44rpx;
  394. height: 44rpx;
  395. display: flex;
  396. align-items: center;
  397. justify-content: center;
  398. background: #999;
  399. margin-right: 30rpx;
  400. color: white;
  401. border-radius: 50%;
  402. // image{
  403. // width: 40rpx;
  404. // height: 35rpx;
  405. // }
  406. }
  407. }
  408. .content{
  409. .videoRatioBox{
  410. display: flex;
  411. justify-content: space-between;
  412. padding: 20rpx 60rpx;
  413. padding-bottom: 50rpx;
  414. .item{
  415. background: #ccc;
  416. width: 45%;
  417. height: 154rpx;
  418. border-radius: 10rpx;
  419. display: flex;
  420. flex-direction: column;
  421. align-items: center;
  422. justify-content: center;
  423. .top{
  424. margin-bottom: 10rpx;
  425. }
  426. .bottom{
  427. }
  428. }
  429. }
  430. .slider{
  431. margin-top: 20%;
  432. width: 85%;
  433. margin-left: 50%;
  434. transform: translateX(-50%);
  435. }
  436. .sliderValue{
  437. text-align: center;
  438. }
  439. // 声音
  440. .filterBox{
  441. display: flex;
  442. .tabList{
  443. width: 90%;
  444. overflow-x: scroll;
  445. white-space: nowrap;
  446. padding: 0 20rpx;
  447. .item1{
  448. padding: 10rpx 30rpx;
  449. display: inline-block;
  450. margin-right: 20rpx;
  451. border-radius: 10rpx;
  452. background:#ccc ;
  453. }
  454. .tabActive{
  455. background:#26b3a0 ;
  456. color: white;
  457. }
  458. }
  459. .filterBtn{
  460. display: flex;
  461. justify-content: center;
  462. align-items: center;
  463. width: 10%;
  464. image{
  465. width: 44rpx;
  466. height: 44rpx;
  467. }
  468. }
  469. }
  470. .filterConList2{
  471. .pictureBox{
  472. padding-top: 30rpx;
  473. padding-bottom: 50rpx;
  474. display: flex;
  475. flex-wrap: wrap;
  476. .sel{
  477. border:6rpx solid #26b3a0;
  478. padding: 5rpx;
  479. }
  480. image{
  481. width: 128rpx;
  482. height: 176rpx;
  483. margin:10rpx 30rpx;
  484. }
  485. .color{
  486. width: 128rpx;
  487. height: 176rpx;
  488. margin:10rpx 30rpx;
  489. }
  490. }
  491. }
  492. .filterConList{
  493. display: flex;
  494. padding-top: 30rpx;
  495. flex-wrap: wrap;
  496. .item{
  497. width: 128rpx;
  498. display: flex;
  499. flex-direction: column;
  500. justify-content: center;
  501. align-items: center;
  502. margin: 0 30rpx;
  503. margin-bottom: 20rpx;
  504. image{
  505. width: 128rpx;
  506. height: 128rpx;
  507. border-radius: 50%;
  508. }
  509. .name{
  510. margin-top: 10rpx;
  511. }
  512. }
  513. .sel{
  514. border:6rpx solid #26b3a0;
  515. padding: 5rpx;
  516. }
  517. }
  518. .scenList{
  519. // background: #26b3a0;
  520. display: flex;
  521. flex-wrap: wrap;
  522. padding:0 40rpx;
  523. margin-bottom: 20rpx;
  524. .item{
  525. background: #ccc;
  526. padding: 10rpx 20rpx;
  527. margin-right: 20rpx;
  528. margin-bottom: 20rpx;
  529. border-radius: 10rpx;
  530. }
  531. }
  532. .sexList{
  533. // background: #26b3a0;
  534. display: flex;
  535. flex-wrap: wrap;
  536. padding:0 40rpx;
  537. margin-bottom: 20rpx;
  538. .item{
  539. background: #ccc;
  540. padding: 10rpx 20rpx;
  541. margin-right: 20rpx;
  542. margin-bottom: 20rpx;
  543. border-radius: 10rpx;
  544. }
  545. }
  546. .ageList{
  547. display: flex;
  548. flex-wrap: wrap;
  549. padding:0 40rpx;
  550. margin-bottom: 20rpx;
  551. .item{
  552. background: #ccc;
  553. padding: 10rpx 20rpx;
  554. margin-right: 20rpx;
  555. margin-bottom: 20rpx;
  556. border-radius: 10rpx;
  557. }
  558. }
  559. .active{
  560. background: #26b3a0!important;
  561. color:white;
  562. }
  563. .filterBtn2{
  564. color: white;
  565. background: #26b3a0;
  566. height: 94rpx;
  567. display: flex;
  568. justify-content: center;
  569. align-items: center;
  570. border-radius: 15rpx;
  571. margin-bottom: 50rpx;
  572. width: 670rpx;
  573. margin-left: 50%;
  574. transform: translateX(-50%);
  575. }
  576. }
  577. }
  578. ::v-deep uni-slider .uni-slider-handle-wrapper{
  579. height: 15rpx;
  580. }
  581. ::v-deep .tn-custom-nav-bar__bar--fixed{
  582. z-index:999!important;
  583. }
  584. .robotNameBox{
  585. padding: 20rpx 10rpx;
  586. .name{
  587. margin-bottom: 10rpx;
  588. margin-top: 20rpx;
  589. }
  590. }
  591. ::v-deep .is-focused{
  592. border-color: #26b3a0!important;
  593. }
  594. .selCon{
  595. margin-top: 30rpx;
  596. padding-left: 30rpx;
  597. display: flex;
  598. justify-content: space-around;
  599. .item{
  600. display: flex;
  601. align-items: center;
  602. .label{
  603. }
  604. .con{
  605. display: flex;
  606. align-items: center;
  607. padding-top: 5rpx;
  608. }
  609. .conImg{
  610. width:50rpx;
  611. height:50rpx;
  612. margin-left: 20rpx;
  613. }
  614. }
  615. }
  616. .nameDes{
  617. margin-top: 10rpx;
  618. font-size: 24rpx;
  619. color: #999;
  620. text-align: center;
  621. height: 65rpx;
  622. text-overflow: ellipsis;
  623. display: -webkit-box; /* 弹性盒旧式语法 */
  624. -webkit-box-orient: vertical; /* 经过个人实测,vertical或horizontal都没问题,只是必须设置该属性 */
  625. -webkit-line-clamp: 2; /* 限制两行 */
  626. overflow: hidden;
  627. }
  628. .selTxt{
  629. color:#26b3a0 !important;
  630. font-weight: 600;
  631. }
  632. .audioList{
  633. .audioListBox{
  634. display: flex;
  635. .con{
  636. word-break: break-all;
  637. word-wrap: break-word;
  638. width: 90%;
  639. }
  640. .rightIcon{
  641. margin-left: 10rpx;
  642. }
  643. }
  644. }