foxui.diy.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199
  1. /*.fui-notice {*/
  2. /*border-top: 1px solid #e2e2e2;*/
  3. /*border-bottom: 1px solid #e2e2e2;*/
  4. /*}*/
  5. .fui-notice{
  6. margin-bottom: 0.5rem;
  7. }
  8. .fui-notice:before,
  9. .fui-notice:after {
  10. border: 0;
  11. }
  12. .fui-line-diy {
  13. height: auto;
  14. display: block;
  15. display: -webkit-box;
  16. display: -ms-flexbox;
  17. display: -webkit-flex;
  18. display: flex;
  19. -webkit-box-align: center;
  20. -ms-flex-align: center;
  21. -webkit-align-items: center;
  22. padding: 10px 0;
  23. }
  24. .fui-line-diy .line {
  25. height: 0px;
  26. width: 100%;
  27. border-top: 1px solid #000000;
  28. }
  29. .fui-line-diy:before {
  30. border: 0;
  31. height: 0;
  32. }
  33. .fui-title {
  34. color: #888;
  35. font-size: 14px;
  36. padding: 0 0.7rem;
  37. }
  38. .fui-picture {
  39. display: block;
  40. margin: 0;
  41. padding: 0;
  42. height: auto;
  43. overflow: hidden;
  44. }
  45. .fui-picture img {
  46. display: block;
  47. width: 100%;
  48. }
  49. .fui-goods-group {
  50. background: none;
  51. }
  52. .fui-goods-item .image {
  53. height: 5.75rem;
  54. width: 5.75rem;
  55. float:left;
  56. background-size:100%;
  57. position: relative;
  58. overflow: hidden;
  59. }
  60. /*.fui-goods-item .detail .price .buy {*/
  61. /*display:block;*/
  62. /*text-align: center;*/
  63. /*line-height: 20px;*/
  64. /*color: #fff; font-size: 12px;*/
  65. /*background: #fe5455;*/
  66. /*border-radius: 20px;*/
  67. /*display: block;*/
  68. /*font-size: 12px;*/
  69. /*height: 20px;*/
  70. /*width: 20px;*/
  71. /*padding: 0;*/
  72. /*}*/
  73. .fui-goods-item .detail .price .buy i{
  74. font-size:0.7rem;
  75. }
  76. .fui-goods-item .detail .price .buy{
  77. display: inline-block;
  78. height: 1.1rem;
  79. color: #ff5555;
  80. line-height: 1rem;
  81. border-radius: 0;
  82. background: #fff;
  83. padding: 0rem 0.35rem;
  84. width: auto;
  85. border-radius: 0.1rem;
  86. border:1px solid transparent;
  87. }
  88. .fui-goods-item .detail .price .buy.buybtn-2{
  89. background: #ff5555;
  90. color: #fff;
  91. }
  92. .fui-goods-item .detail .price .buy.buybtn-3{
  93. background: #ff5555;
  94. color: #fff;
  95. vertical-align: middle;
  96. width: 1.1rem;
  97. padding: 0;
  98. text-align: center;
  99. line-height: 1.1rem;
  100. }
  101. .fui-goods-item .detail .price .buy.buybtn-4,.fui-goods-item .detail .price .buy.buybtn-5{
  102. vertical-align: middle;
  103. width: 1.1rem;
  104. padding: 0.01rem 0.01rem 0 0.02rem;
  105. /*padding: 0.04rem 0 0 0.02rem;*/
  106. /*text-align: center;*/
  107. line-height: 1rem;
  108. border-radius: 50%;
  109. background: #fff;
  110. border: 1px solid #ff5555;
  111. text-align: center;
  112. }
  113. .fui-goods-item .detail .price .buy.buybtn-4 i,.fui-goods-item .detail .price .buy.buybtn-5 i{
  114. color: #ff5555;
  115. }
  116. .fui-goods-item .detail .price .buy.buybtn-6{
  117. vertical-align: middle;
  118. width: 1.1rem;
  119. padding: 0.01rem 0 0;
  120. text-align: center;
  121. line-height: 1rem;
  122. border-radius: 50%;
  123. color: #fff;
  124. }
  125. .fui-goods-item .image .goodsicon {
  126. position: absolute;
  127. height: auto;
  128. width: auto;
  129. display: block;
  130. overflow: hidden;
  131. }
  132. .fui-goods-group .image.triangle{
  133. position: relative;
  134. overflow: hidden;
  135. }
  136. .fui-goods-group .image.triangle:before{
  137. content: attr(data-text);
  138. position: absolute;
  139. width: 3.39rem;
  140. height:2.4rem;
  141. background: #ff5555;
  142. z-index: 10;
  143. transform-origin: left bottom;
  144. transform:rotate(-45deg);
  145. -ms-transform:rotate(-45deg);
  146. -moz-transform:rotate(-45deg);
  147. -webkit-transform:rotate(-45deg);
  148. -o-transform:rotate(-45deg);
  149. color: #fff;
  150. line-height: 3.7rem;
  151. font-size:0.6rem;
  152. text-align: center;
  153. }
  154. .fui-goods-group .image.rectangle{
  155. position: relative;
  156. }
  157. .fui-goods-group .image.rectangle:before{
  158. content: attr(data-text);
  159. position: absolute;
  160. width: 2.25rem;
  161. height: 1rem;
  162. background: #04a6f8;
  163. z-index: 10;
  164. text-align: center;
  165. color: #fff;
  166. font-size: 0.6rem;
  167. line-height: 1rem;
  168. }
  169. .fui-goods-group .image.circle{
  170. position: relative;
  171. }
  172. .fui-goods-group .image.circle:before{
  173. content: attr(data-text);
  174. position: absolute;
  175. width:1.6rem;
  176. height: 1.6rem;
  177. background: #ffb805;
  178. z-index: 10;
  179. text-align: center;
  180. border-radius: 50%;
  181. color: #fff;
  182. font-size: 0.6rem;
  183. line-height: 0.6rem;
  184. display: -webkit-box;
  185. display: -webkit-flex;
  186. display: -ms-flexbox;
  187. display: flex;
  188. align-items: center;
  189. -webkit-align-items: center;
  190. -webkit-justify-content: center;
  191. justify-content: center;
  192. }
  193. .fui-goods-group .image.square{
  194. position: relative;
  195. }
  196. .fui-goods-group .image.square:before{
  197. content: attr(data-text);
  198. position: absolute;
  199. width:1.6rem;
  200. height: 1.6rem;
  201. background: #19dbab;
  202. z-index: 10;
  203. text-align: center;
  204. color: #fff;
  205. font-size: 0.6rem;
  206. line-height: 0.6rem;
  207. display: -webkit-box;
  208. display: -webkit-flex;
  209. display: -ms-flexbox;
  210. display: flex;
  211. align-items: center;
  212. -webkit-align-items: center;
  213. -webkit-justify-content: center;
  214. justify-content: center;
  215. }
  216. .fui-goods-group .image.echelon{
  217. position: relative;
  218. }
  219. .fui-goods-group .image.echelon:before{
  220. content: attr(data-text);
  221. position: absolute;
  222. height: 1rem;
  223. width: 3.4rem;
  224. background: #ff7104;
  225. top: 1.4rem;
  226. color: #fff;
  227. font-size: 0.6rem;
  228. line-height: 1rem;
  229. text-align: center;
  230. transform:rotate(-45deg);
  231. -ms-transform:rotate(-45deg);
  232. -moz-transform:rotate(-45deg);
  233. -webkit-transform:rotate(-45deg);
  234. -o-transform:rotate(-45deg);
  235. -webkit-transform-origin:left bottom;
  236. transform-origin: left bottom;
  237. }
  238. .fui-goods-item .image .goodsicon img {
  239. display: inline-block;
  240. max-width: 100%;
  241. }
  242. .fui-goods-item .image .goodsicon.left {
  243. left: 0;
  244. }
  245. .fui-goods-item .image .goodsicon.right {
  246. right: 0;
  247. }
  248. .fui-goods-item .image .goodsicon.top {
  249. top: 0;
  250. }
  251. .fui-goods-item .image .goodsicon.bottom {
  252. bottom: 0;
  253. }
  254. .fui-swipe-page {
  255. height: 14px;
  256. padding: 0;
  257. position: absolute;
  258. left: 0;
  259. right: 0;
  260. bottom: 0;
  261. opacity: 1;
  262. line-height: 14px;
  263. }
  264. .fui-swipe-page.left {
  265. text-align: left;
  266. }
  267. .fui-swipe-page.center {
  268. text-align: center;
  269. }
  270. .fui-swipe-page.right {
  271. text-align: right;
  272. }
  273. .fui-swipe-page.rectangle .fui-swipe-bullet {
  274. height: 12px;
  275. width: 20px;
  276. }
  277. .fui-swipe-page.square .fui-swipe-bullet {
  278. height: 12px;
  279. width: 12px;
  280. }
  281. .fui-swipe-page.round .fui-swipe-bullet {
  282. height: 12px;
  283. width: 12px;
  284. border-radius: 12px;
  285. }
  286. .fui-swipe-page .fui-swipe-bullet {
  287. display: inline-block;
  288. margin: 0 4px 0 0;
  289. border-radius: 0;
  290. }
  291. .searchbtn {
  292. background: none;
  293. border: 0;
  294. }
  295. .searchbar,
  296. .fui-searchbar {
  297. height: auto;
  298. }
  299. .searchbar {
  300. padding: 0;
  301. }
  302. .searchbar.right {
  303. text-align: right;
  304. }
  305. .search-input.radius {
  306. border-radius: 5px;
  307. }
  308. .search-input.round {
  309. border-radius: 30px;
  310. }
  311. .fui-picturew {
  312. height: auto;
  313. display: block;
  314. overflow: hidden;
  315. }
  316. .fui-picturew .item {
  317. height: auto;
  318. width: 100%;
  319. display: block;
  320. float: left;
  321. }
  322. .fui-picturew .item img {
  323. display: block;
  324. max-width: 100%;
  325. max-height: 100%;
  326. }
  327. .fui-picturew .item .image {
  328. position: relative;
  329. }
  330. .fui-picturew .item .image .title {
  331. position: absolute;
  332. bottom: 0;
  333. left: 0;
  334. right: 0;
  335. line-height: 1rem;
  336. color: #fff;
  337. padding: 0.4rem 0.15rem 1px;
  338. font-size: 0.7rem;
  339. background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  340. background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  341. background: -o-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  342. background: -ms-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  343. background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  344. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#99000000,gradientType='0') ;
  345. display:block;
  346. white-space:nowrap;
  347. overflow:hidden;
  348. text-overflow:ellipsis;
  349. }
  350. .fui-picturew .item .text {
  351. font-size: 0.7rem;
  352. height: 1rem;
  353. line-height: 1.2rem;
  354. display:block;
  355. white-space:nowrap;
  356. overflow:hidden;
  357. text-overflow:ellipsis;
  358. padding-left: 0.15rem;
  359. }
  360. .fui-picturew.row-2 .item {
  361. width: 50%;
  362. }
  363. .fui-picturew.row-3 .item {
  364. width: 33.33%;
  365. }
  366. .fui-picturew.row-4 .item {
  367. width: 25%;
  368. }
  369. .fui-picturew.row-5 .item {
  370. width: 20%;
  371. }
  372. .diymenu-page {
  373. height: 100%;
  374. width: 100%;
  375. line-height: 600px;
  376. text-align: center;
  377. position: absolute;
  378. top: 0;
  379. left: 0;
  380. z-index: 0;
  381. }
  382. .diymenu {
  383. height: 2.5rem;
  384. width: 100%;
  385. position: absolute;
  386. z-index: 1;
  387. left: 0;
  388. bottom: 0;
  389. box-shadow:0 0 4px rgba(0,0,0,0.1);
  390. -webkit-box-shadow:0 0 4px rgba(0,0,0,0.1);
  391. -moz-box-shadow:0 0 4px rgba(0,0,0,0.1);
  392. }
  393. .diymenu .item {
  394. height: 2.5rem;
  395. width: 25%;
  396. display: block;
  397. background: #fff;
  398. float: left;
  399. position: relative;
  400. cursor: pointer;
  401. }
  402. .diymenu .item.item-col-1 {
  403. width: 100%;
  404. }
  405. .diymenu .item.item-col-2 {
  406. width: 50%;
  407. }
  408. .diymenu .item.item-col-3 {
  409. width: 33.33%;
  410. }
  411. .diymenu .item.item-col-4 {
  412. width: 25%;
  413. }
  414. .diymenu .item.item-col-5 {
  415. width: 20%;
  416. }
  417. .diymenu .item .child {
  418. display: block;
  419. height: auto;
  420. min-width: 90px;
  421. max-width: 130px;
  422. background: #eee;
  423. position: absolute;
  424. bottom: 60px;
  425. left: 50%;
  426. margin-left: -45px;
  427. z-index: 996;
  428. border-radius: 3px;
  429. border: 1px solid #ccc;
  430. -moz-transition-duration: 0.4s;
  431. -webkit-transition-duration: 0.4s;
  432. transition-duration: 0.4s;
  433. -webkit-transform: translate3d(0, 150%, 0);
  434. transform: translate3d(0, 150%, 0);
  435. }
  436. .diymenu .item .child.in {
  437. -moz-transition-duration: 0.4s;
  438. -webkit-transition-duration: 0.4s;
  439. transition-duration: 0.4s;
  440. -webkit-transform: translate3d(0, 0, 0);
  441. transform: translate3d(0, 0, 0);
  442. }
  443. .diymenu .item .child a {
  444. clear: both;
  445. display: block;
  446. padding: 8px;
  447. font-size: 13px;
  448. position: relative;
  449. color: #666;
  450. text-align: center;
  451. white-space: nowrap;
  452. overflow: hidden;
  453. text-overflow: ellipsis;
  454. }
  455. .diymenu .item .child a:after {
  456. content: '';
  457. position: absolute;
  458. left: 10px;
  459. right: 10px;
  460. top: 0;
  461. height: 0;
  462. border-top: 1px solid #ccc;
  463. }
  464. .diymenu .item .child a:first-child:after {
  465. border: none;
  466. }
  467. .diymenu .item .child .arrow {
  468. width: 18px;
  469. height: 18px;
  470. color: #ccc;
  471. position: absolute;
  472. bottom: -10px;
  473. left: 50%;
  474. margin-left: -9px;
  475. }
  476. .diymenu .item .child .arrow:after,
  477. .diymenu .item .child .arrow:before {
  478. position: absolute;
  479. bottom: 3px;
  480. left: 3px;
  481. content: "";
  482. height: 12px;
  483. width: 12px;
  484. background: #000;
  485. transform:rotate(45deg);
  486. -ms-transform:rotate(45deg);
  487. -webkit-transform:rotate(45deg);
  488. z-index: 997;
  489. }
  490. .diymenu .item .child .arrow:after {
  491. bottom: 4.5px;
  492. background: #ccc;
  493. z-index: 998;
  494. }
  495. .diymenu .item .inner {
  496. height: 100%;
  497. width: 100%;
  498. background: #fff;
  499. position: absolute;
  500. top: 0;
  501. left: 0;
  502. z-index: 997;
  503. text-align: center;
  504. color: #fff;
  505. padding: 0;
  506. }
  507. .diymenu .item .inner.left {
  508. padding-top: 0.25rem;
  509. }
  510. .diymenu .item .inner:before {
  511. content: "";
  512. position: absolute;
  513. top: 0;
  514. left: 0;
  515. height: 0;
  516. width: 100%;
  517. border-top: 1px solid rgba(0,0,0,0);
  518. }
  519. .diymenu .item .inner:after {
  520. content: "";
  521. position: absolute;
  522. top: 0;
  523. left: 0;
  524. height: 100%;
  525. width: 0;
  526. border-left: 1px solid rgba(0,0,0,0);
  527. }
  528. .diymenu .item:first-child .inner:after {
  529. border-left: 0;
  530. }
  531. .diymenu .item .inner .icon {
  532. display: block;
  533. font-size: 1rem;
  534. height: 1.5rem;
  535. line-height: 1.7rem;
  536. color: #f90;
  537. }
  538. .diymenu .item .inner .text {
  539. display: block;
  540. font-size: 0.55rem;
  541. color: #999;
  542. overflow: hidden;
  543. margin: 0 2px;
  544. }
  545. .diymenu .item .inner .icon.left,
  546. .diymenu .item .inner .text.left {
  547. display: inline-block;
  548. }
  549. .diymenu .item .inner .text.left {
  550. margin-top: 10px;
  551. font-size: 14px;
  552. }
  553. .diymenu .item .inner .icon.left {
  554. font-size: 18px;
  555. }
  556. .diymenu .item .inner.image {
  557. padding: 1px 0 2px 0;
  558. }
  559. .diymenu .item .inner.image img {
  560. display: inline-block;
  561. height: 100%;
  562. max-width: 100%;
  563. }
  564. .diymenu .item .inner .badge {
  565. background: red none repeat scroll 0 0;
  566. border-radius: 0.5rem;
  567. color: white;
  568. font-size: 0.6rem;
  569. height: 0.8rem;
  570. left: 50%;
  571. line-height: 0.8rem;
  572. margin-left: 0.1rem;
  573. min-width: 0.8rem;
  574. padding: 0 0.2rem;
  575. position: absolute;
  576. top: 0.1rem;
  577. vertical-align: top;
  578. z-index: 100;
  579. }
  580. .diy-richtext a {
  581. color: #337ab7;
  582. }
  583. .diy-richtext img {
  584. display: block;
  585. max-width: 100%;
  586. }
  587. .diy-richtext video {
  588. display: block;
  589. width: 100%;
  590. }
  591. .fui-list {
  592. position: relative;
  593. display: -webkit-box;
  594. display: -webkit-flex;
  595. display: -ms-flexbox;
  596. display: flex;
  597. padding: .5rem;
  598. -moz-transition-duration: 300ms;
  599. -webkit-transition-duration: 300ms;
  600. transition-duration: 300ms;
  601. -webkit-box-align: center;
  602. -webkit-align-items: center;
  603. -ms-flex-align: center;
  604. align-items: center;
  605. overflow: hidden;
  606. }
  607. .fui-list.align-start {
  608. -webkit-box-align: start;
  609. -webkit-align-items: start;
  610. -ms-flex-align: start;
  611. align-items: start
  612. }
  613. .fui-list:before {
  614. content: " ";
  615. position: absolute;
  616. left: 0;
  617. top: 0;
  618. right: .5rem;
  619. height: 1px;
  620. border-top: 1px solid #D9D9D9;
  621. color: #D9D9D9;
  622. -webkit-transform-origin: 0 0;
  623. -ms-transform-origin: 0 0;
  624. transform-origin: 0 0;
  625. -webkit-transform: scaleY(0.5);
  626. -ms-transform: scaleY(0.5);
  627. transform: scaleY(0.5);
  628. left: .5rem;
  629. }
  630. .fui-list:first-child:before {
  631. display: none;
  632. }
  633. .fui-list:active {
  634. background: #ececec;
  635. }
  636. .fui-list.noclick:active {
  637. background: #fff;
  638. }
  639. .fui-list a {
  640. color:#666;
  641. }
  642. .fui-list-media {
  643. display: -webkit-box;
  644. display: -webkit-flex;
  645. display: flex;
  646. -webkit-flex-shrink: 0;
  647. -ms-flex: 0 0 auto;
  648. -webkit-flex-shrink: 0;
  649. flex-shrink: 0;
  650. -webkit-box-lines: single;
  651. -moz-box-lines: single;
  652. -webkit-flex-wrap: nowrap;
  653. flex-wrap: nowrap;
  654. box-sizing: border-box;
  655. -webkit-box-align: center;
  656. -webkit-align-items: center;
  657. align-items: center;
  658. margin-right:.5rem;
  659. color:#aaa;
  660. position: relative;
  661. }
  662. .fui-list-media .title {
  663. background: rgba(0,0,0,0.8);
  664. color: white;
  665. font-size: 0.7rem;
  666. height: 1rem;
  667. right: 0;
  668. left: 0;
  669. line-height: 1rem;
  670. font-size: 0.6rem;
  671. padding: 0 0.15rem;
  672. position: absolute;
  673. bottom: 0;
  674. text-align: center;
  675. vertical-align: top;
  676. z-index: 100;
  677. }
  678. .fui-list-media img {
  679. width:2.5rem;
  680. }
  681. .fui-list-media img.round {
  682. border-radius: .3rem;
  683. }
  684. .fui-list-media .badge {
  685. background: red none repeat scroll 0 0;
  686. border-radius: 0.5rem;
  687. color: white;
  688. font-size: 0.7rem;
  689. height: 0.9rem;
  690. right: -.35rem;
  691. line-height: 0.9rem;
  692. min-width: 0.9rem;
  693. padding: 0 0.15rem;
  694. position: absolute;
  695. top: -.3rem;
  696. text-align: center;
  697. vertical-align: top;
  698. z-index: 100;
  699. }
  700. .fui-remark:after {
  701. content: " ";
  702. display: inline-block;
  703. -webkit-transform: rotate(45deg);
  704. -ms-transform: rotate(45deg);
  705. transform: rotate(45deg);
  706. height: 0.4rem;
  707. width: 0.4rem;
  708. border-width: 1px 1px 0 0;
  709. border-color: #b2b2b2;
  710. border-style: solid;
  711. position: relative;
  712. top: -1px;
  713. margin-left: .1em;
  714. }
  715. /* 方块组 */
  716. .fui-block-group {background: #fff; border-bottom: 1px solid #ececec; position: relative; margin-top:.5rem}
  717. .fui-block-group .fui-block-child {
  718. height: auto;
  719. float:left;
  720. padding: 0.4rem 0 ;
  721. background: #fff;
  722. transition:background-color 300ms;
  723. -webkit-transition: background-color 300ms;
  724. position: relative;
  725. }
  726. .fui-block-group .fui-block-child:before {
  727. content: "";
  728. width: 0px;
  729. border-right: 1px solid #ececec;
  730. position: absolute;
  731. right: 0;
  732. top: 0;
  733. bottom: 0;
  734. }
  735. .fui-block-group .fui-block-child:after {
  736. content: "";
  737. height: 0px;
  738. border-bottom: 1px solid #ececec;
  739. position: absolute;
  740. right: 0;
  741. left: 0;
  742. bottom: 0;
  743. }
  744. .fui-block-group.col-2 .fui-block-child {
  745. width:50%
  746. }
  747. .fui-block-group.col-3 .fui-block-child {
  748. width:33.3%
  749. }
  750. .fui-block-group.col-4 .fui-block-child {
  751. width:25%
  752. }
  753. .fui-block-group.col-5 .fui-block-child {
  754. width:20%
  755. }
  756. .fui-block-group .fui-block-child:active {background: #ececec;}
  757. .fui-block-group .fui-block-child .icon {height: 2.7rem; padding-top: 1rem; text-align: center; font-size: 1.4rem; line-height: 1.5rem;}
  758. .fui-block-group .fui-block-child .icon i { font-size:1.8rem;}
  759. .fui-block-group .fui-block-child .title {height: 1rem; font-size: 0.6rem; line-height: 1.5rem; text-align: center; color: #666;}
  760. .fui-block-group .fui-block-child .title.bigsize {font-size: 0.7rem;}
  761. .fui-block-group .fui-block-child .text {height: 1.2rem; font-size: 0.5rem; text-align: center; color: #666; line-height: 1rem;}
  762. .fui-block-group .fui-block-child .text span {color: #feb312;}
  763. .fui-block-group .fui-block-child .text.remark {color: #a9a9a9; font-size: 0.6rem; line-height: 1.2rem;}
  764. .fui-block-group .fui-block-child .num {height: 0.9rem; text-align: center; font-size: 0.8rem; color: #fb6665; line-height: 1.4rem;}
  765. .fui-block-group .fui-block-dots {height: 0.9rem; text-align: center; line-height: 0.6rem;}
  766. .fui-block-group .fui-block-dots a {height: 0.3rem; width: 0.3rem; background: #e6e6e6; border-radius: 0.4rem; display: inline-block;}
  767. .fui-block-group .fui-block-dots a.on {background: #fa5453;}
  768. .headinfo-m {
  769. position: relative;
  770. height: auto;
  771. background: #fe5455;
  772. padding-top: 20px;
  773. border-top: 1px #b2423f solid;
  774. border-bottom: 1px #fa9d9d solid;
  775. display: -webkit-box;
  776. display: -webkit-flex;
  777. display: -ms-flexbox;
  778. display: flex;
  779. -webkit-box-pack: justify;
  780. -ms-flex-pack: justify;
  781. -webkit-justify-content: space-between;
  782. justify-content: space-between;
  783. -webkit-box-align: center;
  784. -ms-flex-align: center;
  785. -webkit-align-items: center;
  786. }
  787. .headinfo-m .setbtn {
  788. height: 24px;
  789. width: 24px;
  790. position: absolute;
  791. top: 4px;
  792. right: 10px;
  793. font-size: 24px;
  794. color: #fff;
  795. line-height: 24px;
  796. text-align: center;
  797. }
  798. .headinfo-m .child {
  799. width: 30%;
  800. height: auto;
  801. padding-bottom: 24px;
  802. text-align: center;
  803. }
  804. .headinfo-m .child.userinfo {
  805. width: 40%;
  806. color: #fff;
  807. }
  808. .headinfo-m .child.userinfo .face {
  809. height: 56px;
  810. width: 56px;
  811. background: #fff;
  812. margin: auto;
  813. border-radius: 56px;
  814. border: 2px solid #fff;
  815. }
  816. .headinfo-m .child.userinfo .face img {
  817. height: 52px;
  818. width: 52px;
  819. border-radius: 52px;
  820. display: block;
  821. }
  822. .headinfo-m .child.userinfo .face.radius{
  823. border-radius: 10px;
  824. }
  825. .headinfo-m .child.userinfo .face.radius img{
  826. border-radius: 10px;
  827. }
  828. .headinfo-m .child.userinfo .name {
  829. height: 20px;
  830. padding-top: 4px;
  831. font-size: 12px;
  832. color: inherit;
  833. text-align: center;
  834. white-space: nowrap;
  835. text-overflow: ellipsis;
  836. overflow: hidden;
  837. }
  838. .headinfo-m .child.userinfo .level {
  839. font-size: 12px;
  840. color: inherit;
  841. text-align: center;
  842. }
  843. .headinfo-m .child .title {
  844. padding-top: 24px;
  845. font-size: 14px;
  846. color: #fff;
  847. text-align: center;
  848. }
  849. .headinfo-m .child .num {
  850. font-size: 14px;
  851. color: #fef31f;
  852. text-align: center;
  853. white-space: nowrap;
  854. text-overflow: ellipsis;
  855. overflow: hidden;
  856. }
  857. .headinfo-m .child .btn {
  858. width: 52px;
  859. height: 20px;
  860. padding: 0;
  861. margin: 4px auto 0;
  862. color: #fff;
  863. font-size: 12px;
  864. line-height: 18px;
  865. text-align: center;
  866. border-radius: 20px;
  867. border: 1px solid #fff;
  868. }
  869. .page-commission-index .headinfo {
  870. border: 0;
  871. }
  872. /*.swiper-button-next, .swiper-button-prev{*/
  873. /*top:1.725rem;*/
  874. /*}*/
  875. .swiper-pagination-bullet-active {
  876. background: #000;
  877. opacity: 0.5;
  878. }
  879. .swiper-button-white {
  880. background: rgba(0, 0, 0, 0.3);
  881. background-size: 70%;
  882. background-repeat: no-repeat;
  883. background-position: center;
  884. }
  885. .swiper-pagination {
  886. position: relative;
  887. }
  888. .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  889. bottom: 5px;
  890. }
  891. .swiper-container-autoheight .swiper-wrapper {
  892. -webkit-box-align: center;
  893. -webkit-align-items: center;
  894. -ms-flex-align: center;
  895. align-items: center;
  896. }
  897. .fui-picturew .fui-picturew-pagination {
  898. height: 10px;
  899. position: absolute;
  900. left: 0;
  901. right: 0;
  902. bottom: 8px;
  903. text-align: center;
  904. padding: 0;
  905. margin: 0;
  906. line-height: 10px;
  907. }
  908. .fui-picturew .fui-picturew-pagination a {
  909. height: 8px;
  910. width: 8px;
  911. background: #000;
  912. border-radius: 8px;
  913. display: inline-block;
  914. opacity: 0.3;
  915. }
  916. .fui-picturew .fui-picturew-pagination a.active {
  917. opacity: 0.5;
  918. }
  919. .diy-coupon {
  920. padding: 0 0.3rem;
  921. height: auto;
  922. overflow: hidden;
  923. }
  924. .diy-coupon .diy-coupon-item {
  925. width: 33.33%;
  926. float: left;
  927. -webkit-box-sizing: border-box;
  928. -moz-box-sizing: border-box;
  929. box-sizing: border-box;
  930. }
  931. .diy-coupon .diy-coupon-item .inner {
  932. height: 100%;
  933. border-radius: 0;
  934. border: none;
  935. background: #fd5454;
  936. color: #fff;
  937. font-size: 0.55rem;
  938. line-height: 0.6rem;
  939. position: relative;
  940. margin: 0.3rem;
  941. text-align: center;
  942. }
  943. .diy-coupon.col-2 .diy-coupon-item {
  944. width: 50%;
  945. }
  946. .diy-coupon.col-3 .diy-coupon-item {
  947. width: 33.33%;
  948. }
  949. .diy-coupon .diy-coupon-item .name {
  950. font-size: 1rem;
  951. line-height: 1.75rem;
  952. position: relative;
  953. }
  954. .diy-coupon .diy-coupon-item .desc {
  955. font-size: 0.6rem;
  956. line-height: 1.6rem;
  957. }
  958. .diy-coupon .diy-coupon-item .receive {
  959. width: 3.3rem;
  960. border-radius: 1rem;
  961. border: 1px solid #fff;
  962. height: 1rem;
  963. line-height: 1rem;
  964. margin: 0 auto 0.4rem;
  965. }
  966. .diy-coupon .diy-coupon-item i{
  967. position: absolute;
  968. height: 0.7rem;
  969. width: 0.7rem;
  970. border-radius: 50%;
  971. top: 50%;
  972. margin-top: -0.35rem;
  973. }
  974. .diy-fixedsearch {
  975. height: 44px;
  976. overflow: hidden;
  977. position: relative;
  978. }
  979. .diy-fixedsearch.fixed {
  980. position: absolute;
  981. top: 0;
  982. left: 0;
  983. right: 0;
  984. z-index: 100;
  985. }
  986. .diy-fixedsearch .background {
  987. position: absolute;
  988. top: 0;
  989. left: 0;
  990. right: 0;
  991. bottom: 0;
  992. background: #000000;
  993. opacity: 0.5;
  994. z-index: 1;
  995. }
  996. .diy-fixedsearch .inner {
  997. position: relative;
  998. z-index: 2;
  999. display: -webkit-box;
  1000. display: -ms-flexbox;
  1001. display: -webkit-flex;
  1002. display: flex;
  1003. -webkit-box-align: center;
  1004. -ms-flex-align: center;
  1005. -webkit-align-items: center;
  1006. color: #fff;
  1007. height: 44px;
  1008. padding: 8px;
  1009. }
  1010. .diy-fixedsearch .inner .leftnav {
  1011. height: 28px;
  1012. line-height: 28px;
  1013. }
  1014. .diy-fixedsearch .inner .rightnav {
  1015. height: 28px;
  1016. line-height: 28px;
  1017. }
  1018. .diy-fixedsearch .inner .leftnav img,
  1019. .diy-fixedsearch .inner .rightnav img {
  1020. height: 28px;
  1021. width: auto;
  1022. display: block;
  1023. }
  1024. .diy-fixedsearch .inner .leftnav .icon,
  1025. .diy-fixedsearch .inner .rightnav .icon {
  1026. font-size: 24px;
  1027. }
  1028. .diy-fixedsearch .inner .center {
  1029. height: 28px;
  1030. width: 100%;
  1031. padding: 0 8px;
  1032. -webkit-box-flex: 1;
  1033. -webkit-flex: 1;
  1034. -ms-flex: 1;
  1035. flex: 1;
  1036. }
  1037. .diy-fixedsearch .inner .center input {
  1038. border-radius: 0;
  1039. background: #fff;
  1040. -webkit-appearance : none;
  1041. height: 28px;
  1042. border: 0;
  1043. width: 100%;
  1044. padding: 0 6px;
  1045. font-size: 14px;
  1046. color: #666;
  1047. float: left;
  1048. line-height: 28px;
  1049. padding-top: 1px;
  1050. }
  1051. .diy-fixedsearch .inner .center.round input {
  1052. border-radius: 4px;
  1053. }
  1054. .diy-fixedsearch .inner .center.circle input {
  1055. border-radius: 28px;
  1056. }
  1057. .follow_topbar ~ .diy-fixedsearch {
  1058. top: 2.6rem;
  1059. }
  1060. .fui-header ~ .diy-fixedsearch {
  1061. top: 2.2rem;
  1062. }
  1063. .fui-goods-group .fui-goods-item .salez.diy{
  1064. background-size: 100%;
  1065. background-position: top center;
  1066. z-index: 11;
  1067. top: 10px;
  1068. left: 10px;
  1069. right: 10px;
  1070. width:5.75rem;
  1071. }
  1072. .fui-goods-group.block .fui-goods-item .salez.diy {
  1073. background-size: 100%;
  1074. background-position: top center;
  1075. z-index: 11;
  1076. top: 5px;
  1077. left: 5px;
  1078. right: 5px;
  1079. width:auto;
  1080. }