style.scss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. /**end**/
  2. .omit {
  3. white-space: nowrap;
  4. text-overflow: ellipsis;
  5. overflow: hidden;
  6. }
  7. .ellip {
  8. -webkit-line-clamp: 2;
  9. text-overflow: ellipsis;
  10. display: -webkit-box;
  11. -webkit-box-orient: vertical;
  12. overflow: hidden;
  13. }
  14. .m15 {
  15. margin-top: 15px !important;
  16. }
  17. .clear {
  18. clear: both;
  19. }
  20. .flex {
  21. display: flex;
  22. text-align: center;
  23. .f {
  24. flex: 1;
  25. overflow: hidden;
  26. }
  27. }
  28. .btn {
  29. color: white;
  30. background-color: $main-color;
  31. border-radius: 30px;
  32. font-size: 15px;
  33. text-align: center;
  34. padding: 5px 5px;
  35. }
  36. .form_group {
  37. padding: 9px 10px 9px 10px;
  38. overflow: hidden;
  39. background-color: white;
  40. position: relative;
  41. &.form_group:last-child {
  42. border-bottom: 0px;
  43. }
  44. .lable {
  45. font-size: 17px;
  46. text-align: left;
  47. color: #545555;
  48. position: relative;
  49. font-weight: bold;
  50. }
  51. .re {
  52. &::before {
  53. content: '*';
  54. width: 0px;
  55. height: 0px;
  56. color: red;
  57. position: absolute;
  58. top: -7px;
  59. left: -8px;
  60. font-weight: bold;
  61. }
  62. }
  63. .avatar {
  64. position: absolute;
  65. top: 0px;
  66. right: 0px;
  67. width: 55px;
  68. height: 55px;
  69. border-radius: 50%;
  70. }
  71. picker {
  72. position: relative;
  73. .more {
  74. position: absolute;
  75. right: 7px;
  76. top: 13px;
  77. font-weight: normal;
  78. color: $font-c;
  79. }
  80. }
  81. .uni-file-picker {
  82. margin-top: 12px;
  83. }
  84. .up {
  85. color: $font-c;
  86. font-size: 15px;
  87. padding: 5px;
  88. .icon {
  89. padding-right: 5px;
  90. }
  91. }
  92. .fjsc {
  93. margin-top: 3px;
  94. color: $font-c;
  95. font-size: 13px;
  96. }
  97. .uni-data-tree {
  98. margin-top: 12px;
  99. .placeholder {
  100. font-size: 15px;
  101. }
  102. }
  103. input {
  104. font-size: 15px;
  105. border-radius: 5px;
  106. padding: 10px;
  107. margin-top: 12px;
  108. border: 1px solid #d0d0d0;
  109. color: $font-c;
  110. }
  111. .ops {
  112. position: absolute;
  113. right: 23px;
  114. top: 53px;
  115. font-size: 15px;
  116. color: $main-color;
  117. z-index: 11;
  118. }
  119. textarea {
  120. font-size: 15px;
  121. border-radius: 5px;
  122. padding: 10px;
  123. margin-top: 12px;
  124. height: 90px;
  125. width: 93%;
  126. border: 1px solid #d0d0d0;
  127. color: $font-c;
  128. }
  129. }
  130. /**标签**/
  131. .tabs {
  132. background-color: white;
  133. padding: 5px;
  134. .label {
  135. display: none;
  136. }
  137. .search {
  138. display: none;
  139. }
  140. }
  141. /**PC端产品列表**/
  142. .goods {
  143. .list {
  144. margin-top: 10px;
  145. padding-left: 10px;
  146. .fimg {
  147. width: 100%;
  148. }
  149. .item {
  150. float: left;
  151. width: 50%;
  152. overflow: hidden;
  153. text-align: center;
  154. position: relative;
  155. .out {
  156. padding: 0px 12px 10px 0px;
  157. .inside {
  158. background-color: white;
  159. padding: 0px 0px 3px 0px;
  160. border-radius: 5px;
  161. overflow: hidden;
  162. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  163. position: relative;
  164. .img {
  165. width: 100%;
  166. height: 164px;
  167. background-color: #e0e0e0;
  168. }
  169. .title {
  170. font-size: 14px;
  171. font-weight: 400;
  172. color: #333;
  173. padding: 8px 10px 0px 10px;
  174. text-align: left;
  175. }
  176. .time {
  177. padding: 8px 10px 10px 10px;
  178. float: left;
  179. color: #919191;
  180. font-size: 13px;
  181. }
  182. .price {
  183. padding: 8px 10px 10px 10px;
  184. float: left;
  185. color: $main-color;
  186. font-size: 14px;
  187. }
  188. .kc {
  189. padding: 8px 10px 10px 10px;
  190. float: right;
  191. color: #919191;
  192. font-size: 13px;
  193. }
  194. }
  195. }
  196. }
  197. }
  198. .detail {
  199. background-color: white;
  200. .content {
  201. padding-bottom: 30px;
  202. .right {
  203. text-align: left;
  204. padding: 15px 15px 0px 15px;
  205. .title {
  206. font-size: 18px;
  207. line-height: 1.6;
  208. }
  209. .price {
  210. font-size: 20px;
  211. font-weight: bold;
  212. color: $main-color;
  213. margin-top: 10px;
  214. .m {
  215. float: right;
  216. font-size: 15px;
  217. font-weight: normal;
  218. color: #545555;
  219. padding-top: 5px;
  220. padding-left: 5px;
  221. }
  222. }
  223. }
  224. }
  225. }
  226. }
  227. /*行业新闻*/
  228. .news {
  229. .list {
  230. margin-top: 10px;
  231. .item {
  232. background-color: white;
  233. border-bottom: 1px solid #f0f2f7;
  234. padding: 10px;
  235. &:last-child {
  236. border: 0px;
  237. }
  238. .img {
  239. float: left;
  240. width: 100px;
  241. height: 70px;
  242. border-radius: 5px;
  243. background-color: #e0e0e0;
  244. }
  245. .con {
  246. float: left;
  247. width: 63%;
  248. color: #888;
  249. height: 71px;
  250. font-size: 13px;
  251. line-height: 1.6;
  252. padding-left: 10px;
  253. position: relative;
  254. .title {
  255. font-size: 14px;
  256. color: #121212;
  257. line-height: 1.6;
  258. }
  259. .desc {
  260. display: none;
  261. }
  262. .date {
  263. margin-top: 5px;
  264. font-size: 13px;
  265. bottom: 0px;
  266. position: absolute;
  267. }
  268. }
  269. .look {
  270. display: none;
  271. float: right;
  272. border-radius: 3px;
  273. padding: 10px 30px;
  274. }
  275. }
  276. }
  277. .detail {
  278. background-color: white;
  279. padding: 0px 20px 20px 20px;
  280. .content {
  281. padding-top: 20px;
  282. .title {
  283. font-size: 18px;
  284. }
  285. .desc {
  286. padding-top: 15px;
  287. font-size: 13px;
  288. color: #7c8388;
  289. text {
  290. padding-right: 25px;
  291. }
  292. }
  293. }
  294. }
  295. }
  296. /*****设置**********/
  297. .cmd {
  298. margin-top: 10px;
  299. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  300. border-radius: 5px;
  301. overflow: hidden;
  302. .s_item {
  303. padding: 10px;
  304. background-color: white;
  305. color: $font-c;
  306. overflow: hidden;
  307. border-bottom: 1px solid #f0f2f7;
  308. .le {
  309. float: left;
  310. font-size: 17px;
  311. .jf {
  312. padding-left: 10px;
  313. color: $main-color;
  314. }
  315. .qd {
  316. font-size: 13px;
  317. margin-top: 5px;
  318. color: #989898;
  319. }
  320. }
  321. .ri {
  322. float: right;
  323. padding: 5px 25px;
  324. border-radius: 30px;
  325. }
  326. .ic {
  327. display: block;
  328. float: left;
  329. width: 27px;
  330. height: 27px;
  331. font-size: 25px;
  332. background-color: red;
  333. text-align: center;
  334. padding: 7px;
  335. border-radius: 50%;
  336. margin-right: 13px;
  337. line-height: 29px;
  338. }
  339. .title {
  340. color: #545555;
  341. padding-top: 11px;
  342. float: left;
  343. }
  344. .arrow {
  345. font-size: 20px;
  346. float: right;
  347. color: #9a9a9a;
  348. margin-top: 10px;
  349. }
  350. }
  351. }
  352. .mfooter {
  353. position: fixed;
  354. width: 100%;
  355. bottom: 0px;
  356. background-color: white;
  357. text-align: center;
  358. padding: 13px 0px 13px 0px;
  359. .btn {
  360. width: 70%;
  361. border-radius: 30px;
  362. .icon {
  363. padding-right: 3px;
  364. }
  365. text {
  366. color: white !important;
  367. }
  368. }
  369. }
  370. .ifnull {
  371. color: red;
  372. font-weight: bold;
  373. }
  374. .ppopup {
  375. padding: 15px;
  376. .sh {
  377. font-size: 14px;
  378. color: $font-c;
  379. padding-top: 7px;
  380. }
  381. .form_group {
  382. padding: 12px 10px 8px 10px;
  383. }
  384. .btn {
  385. width: 70%;
  386. border-radius: 30px;
  387. margin-top: 20px;
  388. }
  389. }
  390. ._success {
  391. background-color: #f0f9eb !important;
  392. color: #67c23a !important;
  393. }
  394. ._info {
  395. background-color: #f4f4f5 !important;
  396. color: #909399 !important;
  397. }
  398. ._error {
  399. background-color: #fef0f0 !important;
  400. color: #f56c6c !important;
  401. }
  402. .message {
  403. padding: 15px;
  404. border-radius: 5px;
  405. font-size: 14px;
  406. background-color: white;
  407. color: $font-c;
  408. margin-bottom: 10px;
  409. .icon {
  410. padding-right: 3px;
  411. font-size: 16px;
  412. }
  413. }
  414. .bitem {
  415. background-color: white;
  416. padding: 5px 11px 11px 11px;
  417. border-radius: 5px;
  418. margin-bottom: 13px;
  419. font-size: 14px;
  420. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  421. overflow: hidden;
  422. .top {
  423. padding: 5px 5px 10px 5px;
  424. color: #545555;
  425. .bt {
  426. float: left;
  427. width: 77%;
  428. overflow: hidden;
  429. }
  430. .state {
  431. float: right;
  432. }
  433. }
  434. .op {
  435. float: right;
  436. margin-top: -30px;
  437. margin-right: -8px;
  438. font-size: 20px;
  439. color: $font-c;
  440. }
  441. .content {
  442. background-color: #f2f2f2;
  443. padding: 10px;
  444. border-radius: 4px;
  445. margin-bottom: 10px;
  446. color: #686868;
  447. .pic {
  448. float: left;
  449. border-radius: 3px;
  450. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  451. }
  452. .con {
  453. float: left;
  454. margin-left: 10px;
  455. width: 63%;
  456. position: relative;
  457. height: 100px;
  458. .title {
  459. margin-bottom: 5px;
  460. }
  461. .desc {
  462. position: absolute;
  463. bottom: 0px;
  464. }
  465. }
  466. }
  467. .tuihuo {
  468. background-color: #fde2e2;
  469. padding: 10px;
  470. border-radius: 4px;
  471. margin-bottom: 10px;
  472. font-size: 14px;
  473. color: #f56c6c;
  474. }
  475. .bot {
  476. font-size: 14px;
  477. .jsb {
  478. color: $main-color;
  479. float: left;
  480. .icon {
  481. padding-right: 3px;
  482. }
  483. }
  484. .date {
  485. float: right;
  486. color: #686868;
  487. font-size: 13px;
  488. }
  489. }
  490. }
  491. .topright {
  492. position: absolute;
  493. width: 107px;
  494. height: 24px;
  495. right: -21px;
  496. top: 26px;
  497. line-height: 23px;
  498. text-align: center;
  499. -webkit-transform: rotate(34deg);
  500. background-color: #ff5722;
  501. top: 9px;
  502. color: white;
  503. font-size: 12px;
  504. }
  505. .pitem {
  506. padding: 15px 0px 15px 0px;
  507. border-bottom: 1px solid #f0f2f7;
  508. color: $font-c;
  509. .tit {
  510. float: left;
  511. }
  512. .icon {
  513. float: right;
  514. font-size: 23px;
  515. padding-left: 13px;
  516. }
  517. }
  518. .vlabel {
  519. position: relative;
  520. color: $font-c;
  521. margin-bottom: 10px;
  522. .tag {
  523. position: absolute;
  524. width: 5px;
  525. height: 15px;
  526. background-color: $main-color;
  527. border-radius: 5px;
  528. top: 3px;
  529. }
  530. .title {
  531. margin-left: 10px;
  532. }
  533. }