goods.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. .container {
  2. margin-bottom: 100rpx;
  3. }
  4. .goodsimgs {
  5. width: 750rpx;
  6. height: 750rpx;
  7. }
  8. .goodsimgs image {
  9. width: 750rpx;
  10. height: 750rpx;
  11. }
  12. .service-policy {
  13. /* width: 750rpx; */
  14. height: 73rpx;
  15. background: #f4f4f4;
  16. padding: 0 31.25rpx;
  17. display: flex;
  18. flex-flow: row nowrap;
  19. align-items: center;
  20. justify-content: space-between;
  21. }
  22. .service-policy .item {
  23. background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/servicePolicyRed-518d32d74b.png) 0 center no-repeat;
  24. background-size: 10rpx;
  25. padding-left: 15rpx;
  26. display: flex;
  27. align-items: center;
  28. font-size: 25rpx;
  29. color: #666;
  30. }
  31. .goods-info {
  32. width: 750rpx;
  33. /* height: 306rpx; */
  34. overflow: hidden;
  35. background: #fff;
  36. }
  37. .goods-info .c {
  38. display: block;
  39. width: 718.75rpx;
  40. height: 100%;
  41. margin-left: 31.25rpx;
  42. padding: 38rpx 31.25rpx 38rpx 0;
  43. border-bottom: 1px solid #f4f4f4;
  44. }
  45. .goods-info .c text {
  46. display: block;
  47. width: 687.5rpx;
  48. }
  49. .goods-info .name {
  50. /* height: 41rpx; */
  51. margin-bottom: 5.208rpx;
  52. font-size: 41rpx;
  53. text-align: center;
  54. /* line-height: 41rpx; */
  55. }
  56. .goods-info .desc {
  57. /* height: 43rpx; */
  58. margin-bottom: 41rpx;
  59. font-size: 24rpx;
  60. line-height: 36rpx;
  61. color: #999;
  62. }
  63. .goods-info .price {
  64. /* height: 35rpx; */
  65. font-size: 40rpx;
  66. line-height: 35rpx;
  67. color: #f94b4b;
  68. margin-top: 30rpx;
  69. margin-bottom: 30rpx;
  70. text-align: center;
  71. }
  72. .goods-info .flex {
  73. display: flex;
  74. }
  75. .goods-info .tag {
  76. position: absolute;
  77. align-items: center;
  78. padding: 0 10rpx;
  79. border-radius: 3px;
  80. width: auto;
  81. color: #f94b4b;
  82. overflow: hidden;
  83. border: 1px solid #f94b4b;
  84. font-size: 30rpx;
  85. right: 100rpx;
  86. }
  87. .goods-info .market-price {
  88. font-size: 29rpx;
  89. line-height: 35rpx;
  90. color: #555;
  91. /* margin-top: 30rpx; */
  92. margin-bottom: 30rpx;
  93. text-decoration: line-through;
  94. text-align: center;
  95. }
  96. .goods-info .brand {
  97. margin-top: 23rpx;
  98. min-height: 40rpx;
  99. text-align: center;
  100. }
  101. .goods-info .brand text {
  102. display: inline-block;
  103. width: auto;
  104. padding: 2px 30rpx 2px 10.5rpx;
  105. line-height: 35.5rpx;
  106. border: 1px solid #f48f18;
  107. font-size: 25rpx;
  108. color: #f48f18;
  109. border-radius: 4px;
  110. background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/detailTagArrow-18bee52dab.png) 95% center no-repeat;
  111. background-size: 10.75rpx 18.75rpx;
  112. }
  113. .section-nav {
  114. width: 750rpx;
  115. background: #fff;
  116. margin-bottom: 20rpx;
  117. padding: 5px;
  118. }
  119. .section-nav .t {
  120. float: left;
  121. width: 600rpx;
  122. height: 108rpx;
  123. line-height: 108rpx;
  124. font-size: 29rpx;
  125. color: #333;
  126. margin-left: 31.25rpx;
  127. }
  128. .section-nav .i {
  129. float: right;
  130. width: 52rpx;
  131. height: 52rpx;
  132. margin-right: 16rpx;
  133. margin-top: 28rpx;
  134. }
  135. .section-act .t {
  136. float: left;
  137. display: flex;
  138. align-items: center;
  139. overflow: hidden;
  140. line-height: 108rpx;
  141. font-size: 29rpx;
  142. color: #999;
  143. width: 700rpx;
  144. height: 70rpx;
  145. /* margin-left: 31.25rpx; */
  146. }
  147. .section-act .label {
  148. color: #999;
  149. }
  150. .section-act .tag {
  151. display: flex;
  152. align-items: center;
  153. padding: 0 10rpx;
  154. border-radius: 3px;
  155. height: 37rpx;
  156. width: auto;
  157. color: #999;
  158. overflow: hidden;
  159. border: 1px solid #999;
  160. font-size: 25rpx;
  161. margin: 0 10rpx;
  162. }
  163. .section-act .y {
  164. color: #f48f18;
  165. border: 1px solid #f48f18;
  166. }
  167. .section-act .r {
  168. color: #f94b4b;
  169. border: 1px solid #f94b4b;
  170. }
  171. .section-act .text {
  172. display: flex;
  173. align-items: center;
  174. height: 37rpx;
  175. width: auto;
  176. overflow: hidden;
  177. color: #f48f18;
  178. font-size: 29rpx;
  179. }
  180. .comments {
  181. width: 100%;
  182. height: auto;
  183. padding-left: 30rpx;
  184. background: #fff;
  185. margin: 20rpx 0;
  186. }
  187. .comments .h {
  188. height: 102.5rpx;
  189. line-height: 100.5rpx;
  190. width: 718.75rpx;
  191. padding-right: 16rpx;
  192. }
  193. .comments .h .t {
  194. display: block;
  195. float: left;
  196. width: 50%;
  197. font-size: 38.5rpx;
  198. color: #333;
  199. }
  200. .comments .h .i {
  201. display: block;
  202. float: right;
  203. width: 164rpx;
  204. height: 100.5rpx;
  205. line-height: 100.5rpx;
  206. background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/address-right-990628faa7.png) right center no-repeat;
  207. background-size: 52rpx;
  208. }
  209. .comments .b {
  210. height: auto;
  211. width: 720rpx;
  212. }
  213. .comments .item {
  214. height: auto;
  215. width: 720rpx;
  216. overflow: hidden;
  217. border-top: 1px solid #d9d9d9;
  218. }
  219. .comments .info {
  220. width: 100%;
  221. padding: 33rpx 0 0 0;
  222. }
  223. .comments .reply-info {
  224. width: 100%;
  225. }
  226. .comments .user {
  227. float: left;
  228. width: auto;
  229. height: 67rpx;
  230. line-height: 67rpx;
  231. font-size: 0;
  232. overflow: hidden;
  233. }
  234. .comments .reply-user {
  235. float: left;
  236. width: auto;
  237. height: 67rpx;
  238. line-height: 67rpx;
  239. font-size: 0;
  240. margin-left: 50rpx;
  241. overflow: hidden;
  242. }
  243. .comments .reply-user image {
  244. float: left;
  245. width: 50rpx;
  246. height: 50rpx;
  247. margin-right: 17rpx;
  248. margin-top: 5rpx;
  249. border-radius: 50%;
  250. }
  251. .comments .reply-user text {
  252. display: inline-block;
  253. width: auto;
  254. height: 66rpx;
  255. overflow: hidden;
  256. font-size: 29rpx;
  257. line-height: 66rpx;
  258. font-weight: bold;
  259. }
  260. .comments .user image {
  261. float: left;
  262. width: 67rpx;
  263. height: 67rpx;
  264. margin-right: 17rpx;
  265. border-radius: 50%;
  266. }
  267. .comments .user text {
  268. display: inline-block;
  269. width: auto;
  270. height: 66rpx;
  271. overflow: hidden;
  272. font-size: 29rpx;
  273. line-height: 66rpx;
  274. font-weight: bold;
  275. }
  276. .comments .time {
  277. display: block;
  278. float: right;
  279. width: auto;
  280. height: 67rpx;
  281. line-height: 67rpx;
  282. color: #7f7f7f;
  283. font-size: 25rpx;
  284. margin-right: 30rpx;
  285. }
  286. .comments .content {
  287. width: 630rpx;
  288. padding-right: 30rpx;
  289. line-height: 45.8rpx;
  290. font-size: 29rpx;
  291. margin-bottom: 24rpx;
  292. margin-left: 80rpx;
  293. }
  294. .comments .reply-content {
  295. /* width: 720rpx; */
  296. width: 600rpx;
  297. padding-right: 30rpx;
  298. line-height: 45.8rpx;
  299. font-size: 29rpx;
  300. margin-bottom: 24rpx;
  301. margin-left: 115rpx;
  302. }
  303. .comments .imgs {
  304. width: 720rpx;
  305. height: auto;
  306. margin-bottom: 25rpx;
  307. }
  308. .comments .imgs .img {
  309. height: 150rpx;
  310. width: 150rpx;
  311. margin-right: 28rpx;
  312. }
  313. .comments .spec {
  314. width: 720rpx;
  315. padding-right: 30rpx;
  316. line-height: 30rpx;
  317. font-size: 24rpx;
  318. color: #999;
  319. margin-bottom: 30rpx;
  320. }
  321. .goods-attr {
  322. width: 750rpx;
  323. height: auto;
  324. overflow: hidden;
  325. padding: 0 31.25rpx 25rpx 31.25rpx;
  326. background: #fff;
  327. }
  328. .goods-attr .t {
  329. width: 687.5rpx;
  330. height: 104rpx;
  331. line-height: 104rpx;
  332. font-size: 38.5rpx;
  333. }
  334. .goods-attr .item {
  335. width: 687.5rpx;
  336. height: 68rpx;
  337. padding: 11rpx 20rpx;
  338. margin-bottom: 11rpx;
  339. background: #f7f7f7;
  340. font-size: 38.5rpx;
  341. }
  342. .goods-attr .left {
  343. float: left;
  344. font-size: 25rpx;
  345. width: 134rpx;
  346. height: 45rpx;
  347. line-height: 45rpx;
  348. overflow: hidden;
  349. color: #999;
  350. }
  351. .goods-attr .right {
  352. float: left;
  353. font-size: 36.5rpx;
  354. margin-left: 20rpx;
  355. width: 480rpx;
  356. height: 45rpx;
  357. line-height: 45rpx;
  358. overflow: hidden;
  359. color: #333;
  360. }
  361. .detail {
  362. width: 750rpx;
  363. height: auto;
  364. overflow: hidden;
  365. }
  366. .detail image {
  367. width: 750rpx;
  368. display: block;
  369. }
  370. .common-problem {
  371. width: 750rpx;
  372. height: auto;
  373. overflow: hidden;
  374. }
  375. .common-problem .h {
  376. position: relative;
  377. height: 145.5rpx;
  378. width: 750rpx;
  379. padding: 56.25rpx 0;
  380. background: #fff;
  381. text-align: center;
  382. }
  383. .common-problem .h .line {
  384. display: inline-block;
  385. position: absolute;
  386. top: 72rpx;
  387. left: 0;
  388. z-index: 2;
  389. height: 1px;
  390. margin-left: 225rpx;
  391. width: 300rpx;
  392. background: #ccc;
  393. }
  394. .common-problem .h .title {
  395. display: inline-block;
  396. position: absolute;
  397. top: 56.125rpx;
  398. left: 0;
  399. z-index: 3;
  400. height: 33rpx;
  401. margin-left: 285rpx;
  402. width: 180rpx;
  403. background: #fff;
  404. }
  405. .common-problem .b {
  406. width: 750rpx;
  407. height: auto;
  408. overflow: hidden;
  409. padding: 0rpx 30rpx;
  410. background: #fff;
  411. }
  412. .common-problem .item {
  413. height: auto;
  414. overflow: hidden;
  415. padding-bottom: 25rpx;
  416. }
  417. .common-problem .question-box .spot {
  418. float: left;
  419. display: block;
  420. height: 8rpx;
  421. width: 8rpx;
  422. background: #b4282d;
  423. border-radius: 50%;
  424. margin-top: 11rpx;
  425. }
  426. .common-problem .question-box .question {
  427. float: left;
  428. line-height: 30rpx;
  429. padding-left: 8rpx;
  430. display: block;
  431. font-size: 26rpx;
  432. padding-bottom: 15rpx;
  433. color: #303030;
  434. }
  435. .common-problem .answer {
  436. line-height: 36rpx;
  437. padding-left: 16rpx;
  438. font-size: 26rpx;
  439. color: #787878;
  440. }
  441. .related-goods {
  442. width: 750rpx;
  443. height: auto;
  444. overflow: hidden;
  445. }
  446. .related-goods .h {
  447. position: relative;
  448. height: 145.5rpx;
  449. width: 750rpx;
  450. padding: 56.25rpx 0;
  451. background: #fff;
  452. text-align: center;
  453. border-bottom: 1px solid #f4f4f4;
  454. }
  455. .related-goods .h .line {
  456. display: inline-block;
  457. position: absolute;
  458. top: 72rpx;
  459. left: 0;
  460. z-index: 2;
  461. height: 1px;
  462. margin-left: 225rpx;
  463. width: 300rpx;
  464. background: #ccc;
  465. }
  466. .related-goods .h .title {
  467. display: inline-block;
  468. position: absolute;
  469. top: 56.125rpx;
  470. left: 0;
  471. z-index: 3;
  472. height: 33rpx;
  473. margin-left: 285rpx;
  474. width: 180rpx;
  475. background: #fff;
  476. }
  477. .related-goods .b {
  478. width: 750rpx;
  479. height: auto;
  480. overflow: hidden;
  481. }
  482. .related-goods .b .item {
  483. float: left;
  484. background: #fff;
  485. width: 375rpx;
  486. height: auto;
  487. overflow: hidden;
  488. text-align: center;
  489. padding: 15rpx 31.25rpx;
  490. border-right: 1px solid #f4f4f4;
  491. border-bottom: 1px solid #f4f4f4;
  492. }
  493. .related-goods .item .img {
  494. width: 311.45rpx;
  495. height: 311.45rpx;
  496. }
  497. .related-goods .item .name {
  498. display: block;
  499. width: 311.45rpx;
  500. height: 35rpx;
  501. margin: 11.5rpx 0 15rpx 0;
  502. text-align: center;
  503. overflow: hidden;
  504. font-size: 30rpx;
  505. color: #333;
  506. }
  507. .related-goods .item .price {
  508. display: block;
  509. width: 311.45rpx;
  510. height: 30rpx;
  511. text-align: center;
  512. font-size: 30rpx;
  513. color: #f94b4b;
  514. }
  515. .bottom-btn {
  516. position: fixed;
  517. left: 0;
  518. bottom: 0;
  519. z-index: 10;
  520. width: 750rpx;
  521. height: 100rpx;
  522. display: flex;
  523. background: #fff;
  524. }
  525. .bottom-btn .l {
  526. float: left;
  527. height: 100rpx;
  528. width: 200rpx;
  529. border: 1px solid #f4f4f4;
  530. display: flex;
  531. align-items: center;
  532. justify-content: center;
  533. }
  534. .bottom-btn .l.l-collect {
  535. border-right: none;
  536. border-left: none;
  537. text-align: center;
  538. }
  539. .bottom-btn .l.l-cart .box {
  540. position: relative;
  541. height: 60rpx;
  542. width: 60rpx;
  543. }
  544. .bottom-btn .l.l-cart .cart-count {
  545. height: 28rpx;
  546. width: 28rpx;
  547. z-index: 10;
  548. position: absolute;
  549. top: 0;
  550. right: 0;
  551. background: #b4282d;
  552. text-align: center;
  553. font-size: 18rpx;
  554. color: #fff;
  555. line-height: 28rpx;
  556. border-radius: 50%;
  557. }
  558. .bottom-btn .l.l-cart .icon {
  559. position: absolute;
  560. top: 10rpx;
  561. left: 0;
  562. }
  563. .bottom-btn .l .icon {
  564. display: block;
  565. height: 44rpx;
  566. width: 44rpx;
  567. margin-right: 10rpx;
  568. }
  569. .bottom-btn .c {
  570. float: left;
  571. height: 100rpx;
  572. line-height: 96rpx;
  573. flex: 1;
  574. text-align: center;
  575. color: #333;
  576. border-top: 1px solid #f4f4f4;
  577. border-bottom: 1px solid #f4f4f4;
  578. }
  579. .bottom-btn .r {
  580. border: 1px solid #f94b4b;
  581. background: #f94b4b;
  582. float: left;
  583. height: 100rpx;
  584. line-height: 96rpx;
  585. flex: 1;
  586. text-align: center;
  587. color: #fff;
  588. }
  589. @import "../../lib/wxParse/wxParse.wxss";
  590. .attr-pop-box {
  591. width: 100%;
  592. height: 100%;
  593. position: fixed;
  594. background: rgba(0, 0, 0, 0.5);
  595. z-index: 8;
  596. bottom: 0;
  597. /* display: none; */
  598. }
  599. .attr-pop {
  600. width: 100%;
  601. height: auto;
  602. max-height: 780rpx;
  603. padding: 10rpx;
  604. background: #fff;
  605. position: fixed;
  606. z-index: 9;
  607. bottom: 100rpx;
  608. }
  609. .attr-pop .close {
  610. position: absolute;
  611. width: 48rpx;
  612. height: 48rpx;
  613. right: 31.25rpx;
  614. overflow: hidden;
  615. top: 31.25rpx;
  616. }
  617. .attr-pop .close .icon {
  618. width: 48rpx;
  619. height: 48rpx;
  620. }
  621. .attr-pop .img-info {
  622. width: 687.5rpx;
  623. height: 177rpx;
  624. overflow: hidden;
  625. margin-bottom: 41.5rpx;
  626. }
  627. .attr-pop .img {
  628. float: left;
  629. height: 177rpx;
  630. width: 177rpx;
  631. background: #f4f4f4;
  632. margin-right: 31.25rpx;
  633. }
  634. .attr-pop .info {
  635. float: left;
  636. height: 177rpx;
  637. display: flex;
  638. align-items: center;
  639. }
  640. .attr-pop .p {
  641. font-size: 33rpx;
  642. color: #333;
  643. height: 33rpx;
  644. line-height: 33rpx;
  645. margin-bottom: 10rpx;
  646. }
  647. .attr-pop .a {
  648. font-size: 29rpx;
  649. color: #333;
  650. height: 40rpx;
  651. line-height: 40rpx;
  652. }
  653. .spec-con {
  654. width: 100%;
  655. height: auto;
  656. overflow: hidden;
  657. }
  658. .spec-con .name {
  659. height: 32rpx;
  660. margin-bottom: 22rpx;
  661. font-size: 29rpx;
  662. color: #333;
  663. }
  664. .spec-con .values {
  665. height: auto;
  666. margin-bottom: 31.25rpx;
  667. font-size: 0;
  668. }
  669. .spec-con .value {
  670. display: inline-block;
  671. height: 62rpx;
  672. padding: 0 35rpx;
  673. line-height: 56rpx;
  674. text-align: center;
  675. margin-right: 25rpx;
  676. margin-bottom: 16.5rpx;
  677. border: 1px solid #333;
  678. font-size: 25rpx;
  679. color: #333;
  680. }
  681. .spec-con .value.disable {
  682. border: 1px solid #ccc;
  683. color: #ccc;
  684. }
  685. .spec-con .value.selected {
  686. border: 1px solid #b4282d;
  687. color: #b4282d;
  688. }
  689. .number-item .selnum {
  690. width: 322rpx;
  691. height: 71rpx;
  692. border: 1px solid #ccc;
  693. display: flex;
  694. }
  695. .number-item .cut {
  696. width: 93.75rpx;
  697. height: 100%;
  698. text-align: center;
  699. line-height: 65rpx;
  700. }
  701. .number-item .number {
  702. flex: 1;
  703. height: 100%;
  704. text-align: center;
  705. line-height: 68.75rpx;
  706. border-left: 1px solid #ccc;
  707. border-right: 1px solid #ccc;
  708. float: left;
  709. }
  710. .number-item .add {
  711. width: 93.75rpx;
  712. height: 100%;
  713. text-align: center;
  714. line-height: 65rpx;
  715. }
  716. .location-time .icon {
  717. padding-left: 35rpx;
  718. display: flex;
  719. align-items: center;
  720. font-size: 25rpx;
  721. color: #666;
  722. overflow: hidden;
  723. }
  724. .location-time .icon.location {
  725. background: url(https://i.postimg.cc/Hkf6dJzv/placeholder-2.png) 0 center no-repeat;
  726. background-size: 25rpx;
  727. /* width:370rpx; */
  728. }
  729. .location-time .icon.time {
  730. background: url(https://i.postimg.cc/nrck0qVr/clock.png) 0 center no-repeat;
  731. background-size: 25rpx;
  732. /* width: 330rpx; */
  733. }
  734. .location-time {
  735. /* width: 750rpx; */
  736. height: 73rpx;
  737. background: #f4f4f4;
  738. padding: 0 30rpx;
  739. display: flex;
  740. flex-flow: row nowrap;
  741. align-items: center;
  742. justify-content: space-between;
  743. overflow: hidden;
  744. }
  745. .seller-avatar {
  746. float: right;
  747. width: 120rpx;
  748. height: 120rpx;
  749. margin: 0 16rpx 0 8rpx;
  750. border-radius: 50%;
  751. }
  752. .section-act .seller-t {
  753. float: left;
  754. display: flex;
  755. align-items: center;
  756. /* width: 600rpx; */
  757. height: 188rpx;
  758. overflow: hidden;
  759. line-height: 108rpx;
  760. font-size: 29rpx;
  761. color: #999;
  762. margin-left: 31.25rpx;
  763. }
  764. .section-act .seller-info {
  765. float: left;
  766. align-items: center;
  767. /* width: 600rpx; */
  768. height: 188rpx;
  769. overflow: hidden;
  770. line-height: 108rpx;
  771. font-size: 29rpx;
  772. color: #999;
  773. margin-left: 31.25rpx;
  774. }
  775. .seller-nav {
  776. width: 750rpx;
  777. height: 188rpx;
  778. background: #fff;
  779. margin-bottom: 20rpx;
  780. }
  781. .seller-nav .i {
  782. float: right;
  783. width: 60rpx;
  784. height: 60rpx;
  785. margin-right: 30rpx;
  786. margin-top: 65rpx;
  787. }
  788. .seller-nav.seller-info {
  789. width: 300rpx;
  790. height: 188rpx;
  791. }
  792. .seller-nav .name {
  793. margin-top: 50rpx;
  794. font-size: 35rpx;
  795. height: 60rpx;
  796. line-height: 50rpx;
  797. }
  798. .seller-nav .history {
  799. line-height: 30rpx;
  800. font-size: 27rpx;
  801. }
  802. .attr-pop-box .attr-pop .post-comment {
  803. display: block;
  804. background: #fff;
  805. font-size: 29rpx;
  806. color: #333;
  807. height: auto;
  808. /* width: 650rpx; */
  809. padding: 20rpx;
  810. /* margin:10px; */
  811. overflow: hidden;
  812. }
  813. .attr-pop-box .attr-pop .title {
  814. margin-bottom: 10rpx;
  815. }
  816. .attr-pop-box .attr-pop .content {
  817. border: 1rpx solid #eee;
  818. border-radius: 20rpx;
  819. padding: 10rpx;
  820. background: #eee;
  821. overflow: hidden;
  822. height: 65rpx;
  823. }
  824. .attr-pop-box .attr-pop input {
  825. display: block;
  826. height: 1.4rem;
  827. text-overflow: clip;
  828. overflow: hidden;
  829. white-space: nowrap;
  830. font-family: UICTFontTextStyleBody;
  831. min-height: 1.4rem;
  832. margin-bottom: 40rpx;
  833. }