index.scss 11 KB

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