painting.scss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. .top-notice {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. }
  7. .form {
  8. flex-direction: column;
  9. .title {
  10. font-size: 38rpx;
  11. font-weight: bolder;
  12. margin: 15rpx 35rpx 0;
  13. }
  14. .desc {
  15. font-size: 28rpx;
  16. color: #666;
  17. margin: 15rpx 35rpx;
  18. }
  19. .btn-group {
  20. width: 80%;
  21. margin-top: 10%;
  22. .btn {
  23. margin: 30rpx 0rpx;
  24. .u-button {
  25. height: 100rpx;
  26. }
  27. }
  28. }
  29. }
  30. .directask {
  31. padding: 30rpx 18rpx 34rpx;
  32. padding-top: 0;
  33. // padding-left: 0;
  34. // border-top: 1px solid #ededed;
  35. .askaquestion {
  36. font-size: 32rpx;
  37. margin-bottom: 25rpx;
  38. image {
  39. width: 32rpx;
  40. height: 32rpx;
  41. margin-right: 12rpx;
  42. }
  43. }
  44. .textarea {
  45. margin-top: 30rpx;
  46. // margin-bottom: 35rpx;
  47. margin-bottom: 0rpx;
  48. padding: 0rpx 30rpx 60rpx 30rpx;
  49. padding-bottom: 30rpx;
  50. width: 96%;
  51. margin-left: 2%;
  52. .u-textarea {
  53. border-radius: 20rpx;
  54. background:#E9EFF4;
  55. }
  56. .operate {
  57. justify-content: flex-end;
  58. .empty {
  59. margin-right: 30rpx;
  60. border: 1px solid #9e9e9e;
  61. color: #9e9e9e;
  62. padding: 12rpx 42rpx;
  63. border-radius: 10rpx;
  64. }
  65. .submit {
  66. padding: 12rpx 42rpx;
  67. border-radius: 10rpx;
  68. border: 1px solid #26b3a0;
  69. background: linear-gradient(to right, #00ca88, #00BCD4);
  70. color: #fff;
  71. }
  72. .hoversubmit {
  73. background: #f7f7f7;
  74. color: #acacb3;
  75. }
  76. }
  77. }
  78. .case {
  79. color: #26b3a0;
  80. background: #f5f8f7;
  81. width: 100%;
  82. height: 80rpx;
  83. line-height: 80rpx;
  84. font-size: 30rpx;
  85. padding-left: 30rpx;
  86. border-radius: 10rpx;
  87. margin: 25rpx 0;
  88. border-radius: 10rpx;
  89. overflow: hidden;
  90. display: -webkit-box !important;
  91. text-overflow: ellipsis;
  92. word-break: break-all;
  93. -webkit-line-clamp: 1;
  94. -webkit-box-orient: vertical !important;
  95. }
  96. .helpme {
  97. background: #EEF1F4;
  98. border-radius: 20rpx;
  99. padding: 30rpx;
  100. width: 48%;
  101. margin-bottom: 25rpx;
  102. // height: 92px;
  103. .title {
  104. font-size: 30rpx;
  105. font-weight: bold;
  106. margin-bottom: 18rpx;
  107. color: #000;
  108. overflow: hidden;
  109. text-overflow: ellipsis;
  110. white-space: nowrap
  111. }
  112. .sub_title {
  113. color: #8f9ca2;
  114. font-size: 24rpx;
  115. overflow: hidden;
  116. text-overflow: ellipsis;
  117. display: -webkit-box;
  118. -webkit-box-orient: vertical;
  119. -webkit-line-clamp: 2;
  120. }
  121. }
  122. }
  123. .wxad {
  124. border-radius: 20rpx;
  125. overflow: hidden;
  126. margin-bottom: 24rpx;
  127. }
  128. .cu-dialog {
  129. position: fixed;
  130. top: 60rpx;
  131. left: 100rpx;
  132. }
  133. .guide-img {
  134. width: 580rpx;
  135. height: 430rpx;
  136. }
  137. .select {
  138. font-weight: bold;
  139. font-size: 32rpx;
  140. margin: 30rpx;
  141. }
  142. .model_view {
  143. margin: 30rpx;
  144. .modelname {
  145. font-size: 32rpx;
  146. font-weight: bold;
  147. width: 56%;
  148. .name {
  149. overflow: hidden;
  150. white-space: nowrap;
  151. text-overflow: ellipsis;
  152. }
  153. .modeldetails {
  154. font-size: 26rpx;
  155. font-weight: 500;
  156. margin-top: 12rpx;
  157. color: #9e9e9e;
  158. overflow: hidden;
  159. text-overflow: ellipsis;
  160. display: -webkit-box;
  161. -webkit-line-clamp: 2;
  162. -webkit-box-orient: vertical;
  163. }
  164. }
  165. .modelselect {
  166. background: #03a9f4;
  167. border-radius: 14rpx;
  168. color: #fff;
  169. width: 58px;
  170. height: 30px;
  171. line-height: 30px;
  172. text-align: center;
  173. }
  174. }
  175. // 首页修改
  176. .newTop{
  177. // height: 414rpx;
  178. background: url('@/static/newIndex/topBg.png') no-repeat;
  179. background-size: 100% 100%;
  180. // margin-bottom: 42rpx;
  181. margin-bottom: 0rpx;
  182. .topTitle{
  183. display: flex;
  184. justify-content: center;
  185. // padding-top: 53rpx;
  186. // margin-bottom: 32rpx;
  187. font-size: 34rpx;
  188. font-family: PingFangSC-Medium, PingFang SC;
  189. font-weight: 500;
  190. color: #080F18;
  191. }
  192. .topGridMenu{
  193. display: flex;
  194. justify-content: space-around;
  195. margin-top: 26rpx;
  196. .item{
  197. display: flex;
  198. flex-direction: column;
  199. align-items: center;
  200. image{
  201. width: 120rpx;
  202. height: 120rpx;
  203. }
  204. .label{
  205. margin-top: 6rpx;
  206. font-size: 24rpx;
  207. font-family: PingFang-SC-Bold, PingFang-SC;
  208. font-weight: bold;
  209. color: #333333;
  210. }
  211. }
  212. }
  213. }
  214. .addBg{
  215. background: url('@/static/newIndex/quesBg.png') no-repeat;
  216. background-size: 100% 100%;
  217. width: 100%;
  218. // height: 558rpx;
  219. .quesTop{
  220. height: 130rpx;
  221. padding: 0 5%;
  222. .quesTxt{
  223. font-size: 36rpx;
  224. font-family: PingFang-SC-Bold, PingFang-SC;
  225. font-weight: bold;
  226. color: #00355F;
  227. }
  228. }
  229. }
  230. ::v-deep .u-tag__text{
  231. font-size: 24rpx;
  232. font-family: PingFang-SC-Medium, PingFang-SC;
  233. font-weight: 500;
  234. color: #207CF7;
  235. }
  236. .clearAndSumBtn{
  237. display: flex;
  238. justify-content: space-between;
  239. align-items: center;
  240. margin-top: 24rpx;
  241. .clearBox{
  242. width: 276rpx;
  243. height: 76rpx;
  244. border-radius: 38rpx;
  245. border: 2rpx solid #CCCCCC;
  246. display: flex;
  247. justify-content: center;
  248. align-items: center;
  249. font-size: 28rpx;
  250. font-family: PingFang-SC-Medium, PingFang-SC;
  251. font-weight: 500;
  252. color: #666666;
  253. // margin-right: 20rpx;
  254. image{
  255. width: 26rpx;
  256. height: 30rpx;
  257. margin-right: 8rpx;
  258. }
  259. }
  260. .submit{
  261. // width: 276rpx;
  262. width: 85%;
  263. height: 76rpx;
  264. border-radius: 38rpx;
  265. background: linear-gradient(90deg, $tc2 0%, $tc 100%);
  266. display: flex;
  267. justify-content: center;
  268. align-items: center;
  269. font-size: 28rpx;
  270. font-family: PingFang-SC-Medium, PingFang-SC;
  271. font-weight: 500;
  272. color: #FFFFFF;
  273. }
  274. .rClear{
  275. width: 15%;
  276. height: 100%;
  277. display: flex;
  278. align-items: center;
  279. justify-content: center;
  280. }
  281. }
  282. .hotTxt{
  283. font-size: 36rpx;
  284. font-family: PingFang-SC-Bold, PingFang-SC;
  285. font-weight: bold;
  286. color: #333333;
  287. }
  288. .change{
  289. font-size: 28rpx;
  290. font-family: PingFang-SC-Medium, PingFang-SC;
  291. font-weight: 500;
  292. color: #333333;
  293. margin-right: 8rpx;
  294. }
  295. .caseBox{
  296. display: flex;
  297. flex-wrap: wrap;
  298. .caseitem{
  299. background:#E6E9EE;
  300. border-radius: 32rpx;
  301. padding: 14rpx 48rpx;
  302. display: inline-block;
  303. font-size: 24rpx;
  304. font-family: PingFang-SC-Medium, PingFang-SC;
  305. font-weight: 500;
  306. color: #333333;
  307. margin-bottom: 16rpx;
  308. }
  309. }
  310. .addbox{
  311. // width: 690rpx;
  312. background: #FFFFFF;
  313. box-shadow: 0rpx 4rpx 20rpx -4rpx rgba(15,125,190,0.2);
  314. border-radius: 24rpx;
  315. padding: 0 30rpx;
  316. // padding-left: 30rpx;
  317. // padding-right: 30rpx;
  318. padding-top: 20rpx;
  319. // margin-left: 50%;
  320. // transform: translateX(-50%);
  321. }
  322. .moreBox{
  323. // width: 152rpx;
  324. height: 48rpx;
  325. background: #ECF0F3;
  326. border-radius: 25rpx;
  327. // opacity: 0.07;
  328. display: flex;
  329. align-items: center;
  330. justify-content: center;
  331. padding-right: 5rpx;
  332. .moretxt{
  333. font-size: 24rpx;
  334. font-family: PingFang-SC-Medium, PingFang-SC;
  335. font-weight: 600;
  336. color: #00355F;
  337. }
  338. }
  339. .bottomBox{
  340. display: flex;
  341. justify-content: space-between;
  342. .left{
  343. overflow: hidden;
  344. .title{
  345. }
  346. .sub_title{
  347. }
  348. }
  349. .right{
  350. }
  351. }
  352. .mubanBox{
  353. display: flex;
  354. flex-wrap: wrap;
  355. justify-content: space-between;
  356. }
  357. .modalTag{
  358. background: #DDEBFF;
  359. border-radius: 30rpx;
  360. display: flex;
  361. align-items: center;
  362. padding-left: 20rpx;
  363. padding-right: 5rpx;
  364. .mw{
  365. max-width: 310rpx;
  366. }
  367. .tagTxt{
  368. // max-height: 72rpx;
  369. font-size: 24rpx;
  370. font-family: PingFang-SC-Medium, PingFang-SC;
  371. font-weight: 500;
  372. color: #207CF7;
  373. // max-width: 280rpx;
  374. overflow: hidden;
  375. text-overflow: ellipsis;
  376. white-space: nowrap;
  377. // display: -webkit-box; //使用自适应布局
  378. // -webkit-line-clamp: 2; //设置超出行数,要设置超出几行显示省略号就把这里改成几
  379. // -webkit-box-orient: vertical;
  380. padding-top: 8rpx;
  381. padding-bottom:8rpx;
  382. line-height: 38rpx;
  383. }
  384. }
  385. @keyframes rotate {
  386. 0%{
  387. transform: rotate(0deg);
  388. }
  389. 100%{
  390. transform: rotate(360deg);
  391. }
  392. }
  393. .go{
  394. animation: rotate 1s;
  395. }
  396. .overBox{
  397. // width: 100%;
  398. // height: 100rpx;
  399. // position: relative;
  400. // z-index: 1;
  401. // .overLay{
  402. // background: red;
  403. // position: fixed;
  404. // top: 100rpx;
  405. // width: 100%;
  406. // height: 150rpx;
  407. // }
  408. }
  409. .leadPic{
  410. position: fixed;
  411. background: rgba(0, 0, 0, .6);
  412. z-index: 9999999999;
  413. height:100vh;
  414. width: 100vw;
  415. top: 0;
  416. .lead1Box{
  417. display: flex;
  418. justify-content: center;
  419. align-items: center;
  420. width: 100%;
  421. height: 100%;
  422. .lead1{
  423. width: 317px;
  424. height: 435px;
  425. position: relative;
  426. image{
  427. width: 317px;
  428. height: 435px;
  429. position: absolute;
  430. }
  431. .btn{
  432. background:rgba(0, 0, 0, 0);
  433. width: 160px;
  434. height: 60px;
  435. position: absolute;
  436. bottom: 0;
  437. right: 0;
  438. }
  439. }
  440. }
  441. .lead2Box{
  442. display: flex;
  443. justify-content: center;
  444. align-items: flex-end;
  445. width: 100%;
  446. height: 100%;
  447. .lead2{
  448. width: 264px;
  449. height: 341px;
  450. position: relative;
  451. image{
  452. width: 264px;
  453. height: 341px;
  454. position: absolute;
  455. margin-left: 30px;
  456. }
  457. .btn{
  458. background:rgba(0, 0, 0, 0);
  459. // background:green;
  460. width: 180px;
  461. height: 60px;
  462. position: absolute;
  463. bottom: 160px;
  464. right: -30px;
  465. }
  466. }
  467. }
  468. .swiperBox{
  469. width: 100%;
  470. height: 100%;
  471. }
  472. }
  473. .inputTxtBox{
  474. position: relative;
  475. .clearImg{
  476. width: 40rpx;
  477. height: 40rpx;
  478. position: absolute;
  479. right: 26rpx;
  480. bottom: 26rpx;
  481. }
  482. }
  483. .video_show{
  484. position:fixed;
  485. top: 0;
  486. background-color: rgba(0, 0, 0, .8);
  487. height: 100%;
  488. width: 100vw;
  489. z-index: 999;
  490. display: flex;
  491. .content{
  492. width: 80%;
  493. // background-color: red;
  494. // align-items: center;
  495. margin: auto;
  496. height: 100vh;
  497. .uni-icons{
  498. float: right;
  499. margin-top: 4rpx;
  500. margin-right: 10rpx;
  501. }
  502. .video-box{
  503. background-color: #00ca88;
  504. // margin-top: 10rpx;
  505. }
  506. }
  507. }