main.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. /* Css Reset */
  2. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
  3. form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
  4. fieldset,img { border: 0; }
  5. address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
  6. ol,ul,li { list-style: none; }
  7. div,dl,dt,dd,ol,ul,li{ zoom:1; }
  8. caption,th { text-align: left; }
  9. q:before,q:after { content:''; }
  10. abbr,acronym { border: 0; }
  11. /*loading*/
  12. .loading{width: 100%;height:100%;position: fixed;top: 0;padding-top: 50%; left: 0;background: rgba(0,0,0,0.8);z-index: 999;}
  13. .loading-bj{background: url(../images/loading.png);width: 20px;height: 20px;background-size: 20px;margin: 0.3rem auto 0;animation:rotateIn 1s .2s linear infinite;-moz-animation:rotateIn 1s .2s linear infinite;-webkit-animation:rotateIn 1s .2s linear infinite;}
  14. .loading p{color:#fff;opacity: .7; font-size: 12px;text-align: center;margin-top: 0.1rem;}
  15. @-webkit-keyframes rotateIn{
  16. 0%{transform: rotate(0)}
  17. 100%{transform: rotate(360deg)}
  18. }
  19. @-moz-keyframes rotateIn{
  20. 0%{transform: rotate(0)}
  21. 100%{transform: rotate(360deg)}
  22. }
  23. body{background-color: #fff;font-size: 14px;}
  24. p{color: #999;}
  25. .mui-pull-caption,.mui-pull{font-size: 12px;font-weight: 300;}
  26. .loading-bg{width: 100%;min-width:100%;height: 100%;min-height:100%; background-color:#F0F0F0;position: fixed;left: 0;top: 0;z-index: 999;}
  27. .loading-bg .mui-loading{margin-top: 50%;text-align: center;color: #aaa;}
  28. .my-content-padded{margin: 15px;}
  29. .mui-table-view-cell:after{left: 0;}
  30. .details-content{max-width: 100%;overflow: hidden;word-break: break-all;}
  31. .details-content img{max-width: 100% !important;}
  32. .mui-content{background-color: #fff;}
  33. .mui-bar-nav{-webkit-box-shadow: 0 0 0 #fff;box-shadow: 0 0 0 #fff;position: fixed;background-color: #fff; padding: 10px 14px;height: 55px;}
  34. .mui-bar-nav:after{display: none;}
  35. .mui-bar-nav~.mui-content{padding-top: 55px;}
  36. .my-btn-cancel {display: none; position: absolute;right: 10px;top: 10px;padding: 7px 5px;width: 15%;text-align: center;border-radius: 5px;color: #666;}
  37. .header{margin: 10px 0;}
  38. #index-top-menu{border: 0;}
  39. #index-top-menu .mui-control-item{color: #333;border: 0;position: relative;}
  40. #index-top-menu .mui-control-item.mui-active{background-color: #fff;color: #333;}
  41. #index-top-menu .mui-control-item.mui-active:after{content: '';position: absolute;left: 50%;bottom: 6px;width: 26px;margin-left: -13px;height: 1px;background-color: #333;}
  42. #pro-top-menu{border: 0;padding-top: 5px;}
  43. #pro-top-menu .mui-control-item{color: #333;border: 0;position: relative;}
  44. #pro-top-menu .mui-control-item.mui-active{background-color: #fff;color: #333;}
  45. #pro-top-menu .mui-control-item:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background-color: #ccc;}
  46. #pro-top-menu .mui-control-item.mui-active:after{background-color: #333;}
  47. .pro-name{font-size: 14px;color: #333;padding: 2px 0;}
  48. .pro-price{font-size: 14px;color: #f16071;padding: 2px 0;}
  49. .banner-box{margin: 0;}
  50. .swiper-slide img{width: 100%;}
  51. .banner-box-pro{margin: 12px 14px 5px 14px;}
  52. .mui-slider-indicator .mui-indicator {display: inline-block;width: 8px;height: 8px;margin: 1px 2px;cursor: pointer;border-radius: 8px;background: #e8e8e8;-webkit-box-shadow: 0 0 0 0 rgba(130,130,130,.7);box-shadow: 0 0 0 0 rgba(130,130,130,.7);}
  53. .mui-slider-indicator .mui-active.mui-indicator{background-color: #f16071;width: 8px;}
  54. .mui-slider-indicator{bottom: 4px;}
  55. .table-top{vertical-align: top;}
  56. .table-bottom{vertical-align: bottom;}
  57. .table-middle{vertical-align: middle;}
  58. .div-btn-buy-know{background-color: #f16071;color: #fff;font-size: 16px;}
  59. .cart{line-height: 1.1;}
  60. .cart div{font-size: 12px;}
  61. .my-badge-danger{background: #f16071;color: #fff; -webkit-transform: scale(.7);}
  62. .cart .my-badge-danger{position: absolute;top: 3px;display: none;}
  63. .cart:after{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 1px;background: #ccc;-webkit-transform: scaleY(.5);}
  64. .my-picker{position: fixed;bottom: 0;padding-top: 0;max-height: 500px; left: 0;width: 100%;z-index: 999; background-color: #fff; -webkit-transform: translateY(100%);transform: translateY(100%); -webkit-transition: .5s;transition: .5s;}
  65. .my-picker.active{-webkit-transform: translateY(0%);transform: translateY(0%);}
  66. .my-picker .icon-guanbi{position: absolute;right:0;top:0;color: #999;font-size: 16px;padding: 10px;}
  67. .pro-select-color{padding: 3px 0;background: #f8f8f8;color: #999;border-radius: 15px;margin-right: 8px;margin-bottom: 15px; display: inline-block;width: 22.4%;text-align: center;}
  68. .pro-select-color.active{background: #f16071;color: #fff;}
  69. .my-btn-block{font-size: 16px;display: block;width: 100%;margin-bottom:0;padding: 15px 0;border-radius: 0;}
  70. .my-btn-buy-know{border: 0;background-color: #f16071;color: #fff;}
  71. .my-btn-buy-know:active{background-color: #f16071 !important;color: #fff;}
  72. .my-btn-add-cart{border: 0;background-color: #f7a0aa;color: #fff;}
  73. .my-btn-add-cart:active{background-color: #f7a0aa !important;color: #fff;}
  74. .my-btn-user-know{border: 0;background-color: #dddddd;color: #fff;}
  75. .my-btn-user-know.active{border: 0;background-color: #f16071;}
  76. .div-btn-buy-cart{background-color: #f7a0aa;color: #fff;font-size: 16px;}
  77. .mui-bar-tab{background-color: #fff;-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);box-shadow: 0 0 1px rgba(0,0,0,.2);}
  78. .swiper-button-next.swiper-button-black{background-image: url(../images/next.png);width: 15px;height: 24px;background-size: 15px 24px;right: 15px;}
  79. .swiper-button-prev.swiper-button-black{background-image: url(../images/prev.png);width: 15px;height: 24px;background-size: 15px 24px;left: 15px;}
  80. .mui-bar-tab .mui-tab-item{color: #bbb;}
  81. .mui-bar-tab .mui-tab-item .iconfont {top: 3px;width: 24px;height: 24px;padding-top: 0;padding-bottom: 0;}
  82. .mui-bar-tab .mui-tab-item .iconfont~.mui-tab-label{font-size: 12px;display: block;overflow: hidden;text-overflow: ellipsis; padding-top: 5px;line-height: 1;}
  83. .mui-bar-tab .mui-tab-item.mui-active{color: #333;}
  84. .my-grid-view-no:after,.my-grid-view-no:before,.my-grid-view-no .mui-table-view-cell:after{display: none;}
  85. .my-view-no:after,.my-view-no:before{display: none;}
  86. #vip-menu-nav{border: 0;}
  87. #vip-menu-nav .mui-control-item{color: #333;border: 0;position: relative;line-height: 28px;}
  88. #vip-menu-nav .mui-control-item.mui-active{background-color: #fff;color: #333;}
  89. #vip-menu-nav .mui-control-item.mui-active:after{content: '';position: absolute;left: 50%;bottom: 6px;width: 26px;margin-left: -13px;height: 1px;background-color: #333;}
  90. .mui-numbox [class*=btn-numbox], .mui-numbox [class*=numbox-btn]{line-height: 22px;}
  91. #jifen-menu-nav {border: 0;}
  92. #jifen-menu-nav .mui-control-item{color: #999;border: 0;position: relative;line-height: 20px;font-size: 13px;}
  93. #jifen-menu-nav .mui-control-item>div{color: #f16071;font-size: 14px;}
  94. #jifen-menu-nav .mui-control-item:before{content:'';position: absolute;left: 0;top: 30%;height: 40%;width: 1px;background: #ccc;-webkit-transform: scaleX(.5);}
  95. #jifen-menu-nav .mui-control-item:first-child:before{display: none;}
  96. #jifen-menu-nav .mui-control-item.mui-active{background-color: #fff;color: #999;}
  97. .tel{color: #333;}
  98. .mui-bar-tab .my-grid-view-no{height: 100%;}
  99. .mui-bar-tab .mui-table-view-cell{height: 100%;padding:0;}
  100. .mui-bar-tab .mui-table-view-cell.mui-active{background-color: #fff;}
  101. .mui-bar-tab .mui-table{height: 100%;text-align: center;}
  102. .buy-footer1 {position: fixed;bottom: 0;left: 0;height: 50px;background-color: #f0f0f0;width: 100%;padding: 0;}
  103. .btn-add-address{height: 20px;line-height: 20px; position: relative;width: 110px; margin: 0 auto;text-align: right;color: #666;}
  104. .btn-add-address .icon-jia{position: absolute;left:0%;top: 0;font-size: 20px;}
  105. .my-btn{width: 100px;color: #666;}
  106. .pro-table-pull{padding-bottom: 50px;}
  107. .mui-table-view.mui-grid-view .mui-table-view-cell{font-size: 14px;}
  108. .dalog-vip-center{
  109. display: none;
  110. -webkit-transition-duration: 400ms;
  111. transition-duration: 400ms;
  112. position: fixed;
  113. width: 280px;
  114. height: 260px;
  115. top: 50%;
  116. left: 50%;
  117. margin-left: -140px;
  118. margin-top: -140px;
  119. opacity: 1;
  120. z-index: 999;
  121. }
  122. .buy-footer1 {position: fixed;bottom: 0;left: 0;height: 50px;background-color: #f0f0f0;width: 100%;padding: 0;}
  123. .buy-footer1 .tb-clearing tr td:first-child,.buy-footer1 .tb-clearing tr td:nth-of-type(2){position: relative;}
  124. .buy-footer1 .tb-clearing tr td:first-child:after,.buy-footer1 .tb-clearing tr td:nth-of-type(2):after{content: '';position: absolute;left: 0;top: 0;right: 0;height: 1px;width: 100%;background: #ccc;}
  125. .buy-footer1 .tb-clearing{border-top: 0;}
  126. .status-list li{font-size: 12px;color: #666;padding: 5px 15px;}
  127. .my-btn-black{border: 1px solid rgba(0,0,0,.5);padding: 10px 0;text-align: center;width: 32%;margin: 0 4% 50px 4%;border-radius: 0;}
  128. .cusomer-ul .mui-table-view-cell>a:not(.mui-btn){margin: -11px -30px;}
  129. #pro-menu{top: 0;border: 0; border-bottom: 1px solid rgba(0,0,0,.1);border-radius: 0;padding-top: 10px;}
  130. #pro-menu .mui-control-item{color: #bbb;border-left: 0;position: relative;}
  131. #pro-menu .mui-control-item:after{content: '';position: absolute;left: 0; width:100%;height: 1px;background-color: transparent;bottom: 0;}
  132. #pro-menu .mui-control-item:first-child{border-left-width: 0px;}
  133. /*#pro-menu .mui-control-item:last-child:after{width: 4em;}*/
  134. #pro-menu .mui-control-item.mui-active{color: #333;background-color: #fff;}
  135. #pro-menu .mui-control-item.mui-active:after{background-color: #333;}
  136. .price{padding:0 0 2px 0;}
  137. .add_gwc{padding: 18px 25px;border-radius: 0;background-color: #f16071 !important;color: #fff;border: 0;}
  138. .add_gwc1 {padding: 18px 25px;border-radius: 0;background-color: #ddd;color: #fff;border: 0;width: 100%;}
  139. .add_gwc:active{color: #fff;background-color:#ff1b68;}
  140. .gwc_null {padding: 12% 0 8% 0;text-align: center;display: none;}
  141. .tb-clearing {width: 100%;background-color: #fff;border-top: 1px solid rgba(0,0,0,.1);}
  142. .tb-clearing tr td:first-child {width: 22%;text-align: right;min-width: 3.5em;}
  143. .shopping-box{margin-bottom: 55px;}
  144. .quanxuan {position: relative;}
  145. .tb-clearing tr td:nth-of-type(2) {width: 50%;}
  146. .mt-mr-che {margin: 2.5em .3em 0 0;}
  147. .wh-100 {width: 130px !important;max-width: 130px !important;height: 100px !important;line-height: 100px; margin-top: 0;overflow: hidden;}
  148. .wh-100 img {height: 100%;}
  149. .count_price_box {color: #e4004d;}
  150. .cl-red{color: #f16071;}
  151. .gift{padding-top: 5px;margin-bottom: 0;font-size: 12px;}
  152. .clearing-box{margin: 14px;}
  153. .clearing-box .center{margin-left: 35%;}
  154. .my-view-no-top:before{display: none;}
  155. .my-view-no-top .mui-navigate-right:after{right: 0;font-size: 22px;}
  156. input[name=checkbox] {
  157. width: 18px;
  158. height: 18px;
  159. -webkit-appearance: none;
  160. appearance: none;
  161. cursor: pointer;
  162. vertical-align: top;
  163. background: url(../images/select-1.png) center center no-repeat;
  164. -webkit-box-sizing: border-box;
  165. -moz-box-sizing: border-box;
  166. box-sizing: border-box;
  167. position: relative;
  168. border: 0;
  169. background-size: 100%;
  170. }
  171. input[name=checkbox]:checked {
  172. background: url(../images/select-2.png) center center no-repeat;
  173. background-size: 100%;
  174. }
  175. input[name=radio] {
  176. width: 18px;
  177. height: 18px;
  178. -webkit-appearance: none;
  179. appearance: none;
  180. cursor: pointer;
  181. vertical-align: top;
  182. background: url(../images/radio-1.png) center center no-repeat;
  183. -webkit-box-sizing: border-box;
  184. -moz-box-sizing: border-box;
  185. box-sizing: border-box;
  186. position: relative;
  187. border: 0;
  188. background-size: 100%;
  189. }
  190. input[name=radio]:checked {
  191. background: url(../images/radio-2.png) center center no-repeat;
  192. background-size: 100%;
  193. }
  194. .pay-yes{background: #fde9eb;border-radius: 0 0 50% 50%;-webkit-transform: scaleX(1.2);transform: scaleX(1.2); background-size: 100% auto; height:220px;text-align: center;padding: 50px 0;}
  195. .add-tooth{background: #fde9eb;border-radius:50% 50% 0 0;-webkit-transform: scaleX(1.2);transform: scaleX(1.2); background-size: 100% auto; height:220px;text-align: center;padding: 50px 0;position: fixed;left: 0;width: 100%;bottom: 0;}
  196. .mui-input-row label{padding: 11px 10px;}
  197. .my-table{padding: 0 10px;}
  198. .my-table .my-label{padding-left:50px !important;padding-right:0 !important;}
  199. .my-table .mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{font-size: 25px !important;}
  200. .my-table .mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before{color: #f16071;}
  201. .mui-input-group .mui-input-row:after{display: none;}
  202. .mui-input-group .line-bottom:after{display: block;left: 10px;right: 10px;}
  203. .mui-input-group .line-bottom input,.mui-input-group .line-top input{font-size: 12px;}
  204. .mui-card{border-radius: 5px;box-shadow: 0 1px 5px rgba(0,0,0,.2);}
  205. .my-tooth-ul>li{margin: 15px 0;}
  206. .my-tooth-ul>li .footer{color: #666;font-size: 12px;padding-top: 10px;}
  207. .my-tooth-ul>li .mui-card-header.mui-card-media .mui-media-body{line-height: 27px;padding-left: 20px;}
  208. .my-tooth-ul>li .mui-card-header>img:first-child{width: 55px;height: 55px;}
  209. .update {
  210. font-style: normal;
  211. color: #999999;
  212. margin-right: -25px;
  213. }
  214. .my-vip-msg-list:after,.my-vip-msg-list:before,.my-vip-msg-list .mui-table-view-cell:after{left: 10px;right: 10px;}
  215. .my-vip-msg-list.mui-table-view-chevron .mui-table-view-cell{padding: 11px 59px 11px 13px;}
  216. .my-vip-msg-list input{font-size: 14px;color: #999;}
  217. .my-vip-msg-list input::-webkit-input-placeholder{color: #ccc;}
  218. .my-btn-receive{display: block;width: 170px;border: 0;border-radius: 0; padding: 13px 0; margin: 0 auto;background: #f16071;color: #fff;font-size: 16px;}
  219. .cl-blue{color: #0bacf7;}
  220. .cl-yellow{color: #f4b200;}
  221. .integral-list .mui-col-xs-4:after{content:'';position: absolute;right: 0;top: 20%;height: 60%; width: 1px;background: #ccc;}
  222. .integral-list .mui-col-xs-4:last-child:after{display: none;}
  223. .my-integral-cell{padding:12px 10px 12px 0;border-radius: 5px; box-shadow: 0 1px 5px rgba(0,0,0,.2);}
  224. .integral-number{display: inline-block;border-radius: 50%;width:60px;height: 60px;background: #f8f8f8;line-height: 60px;font-weight: bold;}
  225. .mui-input-group .line-top:before{content: '';position: absolute;
  226. right: 10px;
  227. top: 0;
  228. left: 10px;
  229. height: 1px;
  230. content: '';
  231. -webkit-transform: scaleY(.5);
  232. transform: scaleY(.5);
  233. background-color: #c8c7cc;}
  234. .mui-input-group:before,.mui-input-group:after{left: 10px;right: 10px;}
  235. .my-table .mui-radio input[type=radio].icon-boy:before{ position: relative;
  236. font-family: "iconfont" !important;
  237. font-size: 28px !important;
  238. font-style: normal;
  239. -webkit-font-smoothing: antialiased;
  240. padding: 0;content: '\e6d2';}
  241. .my-table .mui-radio input[type=radio].icon-girl:before{ position: relative;
  242. font-family: "iconfont" !important;
  243. font-size: 28px !important;
  244. font-style: normal;
  245. -webkit-font-smoothing: antialiased;
  246. padding: 0;content: '\e6d3';}
  247. .address-cantainner{margin:14px 14px 0 14px;background-color: #f3f3f3;text-align: center;}
  248. .address-cantainner .mui-table-view-cell{background-color: #f3f3f3;border-radius: 5px;padding: 11px 8px;}
  249. .address-cantainner .mui-table-view-cell.mui-active{background-color: #f3f3f3;}
  250. .address-cantainner .mui-table{max-height: 80px;min-height: 42px;}
  251. .address-cantainner .add-address{height: 20px;position: relative;width: 150px; margin: 0 auto;}
  252. .address-cantainner .icon-jia{position: absolute;left:0%;top: 0;font-size: 20px;}
  253. .address-cantainner p{font-size: 12px;}
  254. .btn-youhuiquan:after{right: 0;}
  255. .lbl-remarks{width: 20% !important;padding:12px 0 10px 0 !important;}
  256. .ipt-remarks{font-size: 12px;width: 80% !important;}
  257. .btn-youhuiquan .cl-red{margin-right: 10px;}
  258. .icon-dingwei{color: #f16071;}
  259. .btn-add-address{height: 20px;line-height: 20px; position: relative;width: 110px; margin: 0 auto;text-align: right;color: #666;}
  260. .btn-add-address .icon-jia{position: absolute;left:0%;top: 0;font-size: 20px;}
  261. .mui-btn-red{background-color: #f16071;}
  262. .dalog-vip-center>div{position: relative;}
  263. .dalog-vip-center img{display: block;}
  264. .dalog-vip-center .icon-guanbi{position: absolute;right: 12px;top: 12px;font-size: 20px;color: #f16071;}
  265. .dalog-vip-center button{background-color: #f16071;color: #fff;border: 0;border-radius: 0;padding: 8px 0;position: absolute;left: 50%;width: 100px;margin-left: -50px;bottom: 20px;}
  266. .jifen-box{padding: 10px 0;border-bottom: 1px solid rgba(0,0,0,.1);margin-bottom: 20px;}
  267. .order-menu-box{padding:0;background: #fff;margin-bottom: 8px;}
  268. .order-menu-box .my-badge-danger{position: absolute;top: -2px;right: 25%;}
  269. .user-leave{position: absolute;right: 0;bottom: 0;width: 20px;}
  270. .user-leave img{width: 100%;}
  271. h4{color: #333;font-weight: 500;}
  272. .mui-demo-container{
  273. background-color: #fff;
  274. padding: 10px 15px;
  275. }
  276. .mui-progressbar{
  277. margin-bottom: 6px;
  278. background-color: #e6e6e6;
  279. }
  280. .mui-btn-block{
  281. padding: 5px 0;
  282. }
  283. #demo5 .mui-progressbar{
  284. margin: 15px 10px;
  285. }
  286. .mui-progressbar-success span {
  287. background-color: #4cd964;
  288. }
  289. .mui-progressbar-warning span {
  290. background-color: #f0ad4e;
  291. }
  292. .mui-progressbar-danger span {
  293. background-color: #dd524d;
  294. }
  295. .mui-progressbar-royal span {
  296. background-color: #8a6de9;
  297. }
  298. .mui-progressbar span{
  299. background-color: #f16071;
  300. }
  301. .content article,.content section,.content time,.content aside {
  302. display: block;
  303. }
  304. .point-time {
  305. content: "";
  306. position: absolute;
  307. width: 13px;
  308. height: 13px;
  309. top: 14px;
  310. left: 10%;
  311. background: #f16071;
  312. margin-left: -4px;
  313. border-radius: 50%;
  314. box-shadow: 0 0 0 2px #fff;
  315. }
  316. .text-red {
  317. color: #f6393f;
  318. }
  319. .text-blue {
  320. color: #1c87bf;
  321. }
  322. .text-green {
  323. color: #95c91e;
  324. }
  325. .text-yellow {
  326. color: #ffb902;
  327. }
  328. .text-purple {
  329. color: #d32d93;
  330. }
  331. .content {
  332. width: 100%;
  333. margin: 20px auto;
  334. }
  335. .content article {
  336. position: relative;
  337. }
  338. .content article > h3 {
  339. width: 100%;
  340. height: 20px;
  341. line-height: 20px;
  342. text-align: left;
  343. text-indent: 3%;
  344. font-size: 1.4em;
  345. color: #fff;
  346. padding: 10px 0 20px;
  347. background-color: #dd6d01;
  348. }
  349. .content article section {
  350. padding: 0 0 17px;
  351. position: relative;
  352. }
  353. .content article section:before {
  354. content: "";
  355. width: 5px;
  356. top: 17px;
  357. bottom: -17px;
  358. left: 10%;
  359. background: #e6e6e6;
  360. position: absolute;
  361. }
  362. .content article section:last-child:before {
  363. display: none;
  364. }
  365. .content article section time {
  366. width: 25%;
  367. display: block;
  368. position: absolute;
  369. left: 12%;
  370. padding-top: 10px;
  371. }
  372. .content article section time > span {
  373. display: block;
  374. text-align: center;
  375. }
  376. .content article section aside {
  377. color: #3a3a38;
  378. margin-left: 40%;
  379. padding-bottom: 15px;
  380. }
  381. .content article section .brief {
  382. color: #333;
  383. }
  384. .content article section .things {
  385. color: #333;
  386. }
  387. .scan-frame-box{margin:50px auto;width:240px;text-align: center;}
  388. .scan-frame-box img{width: 180px;display: block;margin: 0 auto;}
  389. .add-tooth-footer{position: fixed;width: 100%;left: 0;bottom: 50px;text-align: left;}
  390. .add-tooth-content{padding:20px 0 10px 15%;}
  391. .my-pull-right{float: right;margin-right: 25px;}
  392. .mui-table-view-cell .my-order-btn{width: 40%;color: #666;margin: 0 0 0 10px;padding: 6px 0;}
  393. .my-table-view-order>li{position: relative;padding-bottom: 0;}
  394. .my-table-view-order .mui-col-xs-6{font-size: 15px !important;}
  395. .my-table-view-order>li:after{content: '';position: absolute;left: 14px;bottom: 0;right:14px;height: 1px;background-color: #ccc;-webkit-transform: scaleY(.5);}
  396. .mui-col-xs-8 div,.mui-col-xs-8 p,.mui-col-xs-8 h6{margin:0 0 5px 0;}
  397. .my-table-view{padding: 15px 0;}
  398. .my-table-view>li{margin: 10px 0;}
  399. .mui-table-view-cell.mui-active{background-color: #fff;}
  400. .share-dalog{background: rgba(0,0,0,.7);position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: 99;display: none;}
  401. .share-dalog img{width: 100%;}
  402. .mui-table-view-cell>a:not(.mui-btn).mui-active{background-color: #fff;}
  403. .my-btn-request{width: 100px;color: #666;padding: 10px 15px;border-radius: 5px;}
  404. .user-head{width: 80px;margin: 0 auto;line-height: 0;font-size: 0;border: 2px solid #fff;position: relative;}
  405. .xiajia{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(255,255,255,.6);padding-top: 43px;padding-left: 60px;}
  406. .xiajia:before{content: '';background: rgba(0,0,0,.1);position: absolute;left: 25px;top: 0;width: 120px;height: 100px;opacity: .5;}
  407. .user-head img{width: 100%;display: block;border-radius: 50%;}
  408. .user-name{font-size: 16px;padding: 10px 0;}
  409. .my-center-no:after,.my-center-no:before{display: none;}
  410. .my-center-no .mui-table-view-cell{color: #666;padding: 15px;}
  411. .my-center-no .mui-table-view-cell:nth-of-type(5){padding-top: 25px;}
  412. .my-center-no .mui-table-view-cell .mui-icon{color: #666;}
  413. .my-center-no .mui-table-view-cell .iconfont{color: #333;margin-right: 10px;float: left;}
  414. .my-center-no .mui-table-view-cell:after{right: 14px;}
  415. .my-center-no .mui-table-view-cell:last-child:after{height: 1px;}
  416. .back_top {position: fixed;right: 15px; bottom: 20px;width: 45px;height: 45px;background: rgba(0,0,0,.2);border-radius: 50%;cursor: pointer;display: none;text-align: center;line-height: 50px;color: #666;}
  417. .card-input-group .mui-input-row{border: 1px solid #ccc;margin: 10px;border-radius: 5px;}
  418. .card-input-group .mui-input-row:after,.card-input-group:before,.card-input-group:after{display: none;}
  419. .card-input-group .mui-input-row input{font-size: 14px;}
  420. .card-input-group .mui-input-row label{width: 25%;}
  421. .card-input-group .mui-input-row label~input{width: 75%;}
  422. .card-input-group .btn-pull-code{background-color: #666;color: #fff;border: 0;float: right;margin:3px 3px 0 0;width: 100px;}
  423. .card-input-group input::-webkit-input-placeholder{color: #bbb;}
  424. .my-btn-submit{width: 100%;background-color: #666;color: #fff;border-radius: 0;border: 0;height: 50px;font-size: 18px;}
  425. .vip-user-box{position: relative;height: 180px;}
  426. .user-middle{position: absolute;left: 0; top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 100%;text-align: center;}
  427. .progressbar-box{width: 200px;margin: 0 auto;text-align: center;}
  428. .vip-user-box .my-h6{font-size: 12px;color: #999;margin: 10px 0 0 0;}
  429. .shopping-cart-list .mui-table-view-cell.mui-active{background-color: #fff;}
  430. .shopping-cart-list .mui-table-view-cell.mui-active>.mui-slider-handle{background-color: #fff;}
  431. .mui-preview-image.mui-fullscreen {
  432. position: fixed;
  433. z-index: 20;
  434. background-color: #000;
  435. }
  436. .mui-preview-header,
  437. .mui-preview-footer {
  438. position: absolute;
  439. width: 100%;
  440. left: 0;
  441. z-index: 10;
  442. }
  443. .mui-preview-header {
  444. height: 24px;
  445. bottom: 0;
  446. }
  447. .mui-preview-footer {
  448. height: 50px;
  449. bottom: 0px;
  450. }
  451. .mui-preview-header .mui-preview-indicator {
  452. display: block;
  453. line-height: 25px;
  454. color: #fff;
  455. text-align: center;
  456. margin: 15px auto 4;
  457. width: 70px;
  458. background-color: rgba(0, 0, 0, 0.4);
  459. border-radius: 12px;
  460. font-size: 12px;
  461. margin: 0 auto;
  462. }
  463. .mui-preview-image {
  464. display: none;
  465. -webkit-animation-duration: 0.5s;
  466. animation-duration: 0.5s;
  467. -webkit-animation-fill-mode: both;
  468. animation-fill-mode: both;
  469. }
  470. .mui-preview-image.mui-preview-in {
  471. -webkit-animation-name: fadeIn;
  472. animation-name: fadeIn;
  473. }
  474. .mui-preview-image.mui-preview-out {
  475. background: none;
  476. -webkit-animation-name: fadeOut;
  477. animation-name: fadeOut;
  478. }
  479. .mui-preview-image.mui-preview-out .mui-preview-header,
  480. .mui-preview-image.mui-preview-out .mui-preview-footer {
  481. display: none;
  482. }
  483. .mui-zoom-scroller {
  484. position: absolute;
  485. display: -webkit-box;
  486. display: -webkit-flex;
  487. display: flex;
  488. -webkit-box-align: center;
  489. -webkit-align-items: center;
  490. align-items: center;
  491. -webkit-box-pack: center;
  492. -webkit-justify-content: center;
  493. justify-content: center;
  494. left: 0;
  495. right: 0;
  496. bottom: 0;
  497. top: 0;
  498. width: 100%;
  499. height: 100%;
  500. margin: 0;
  501. -webkit-backface-visibility: hidden;
  502. }
  503. .mui-zoom {
  504. -webkit-transform-style: preserve-3d;
  505. transform-style: preserve-3d;
  506. }
  507. .mui-slider .mui-slider-group .mui-slider-item img {
  508. width: auto;
  509. height: auto;
  510. max-width: 100%;
  511. max-height: 100%;
  512. }
  513. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  514. width: 100%;
  515. }
  516. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  517. display: inline-table;
  518. }
  519. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  520. display: table-cell;
  521. vertical-align: middle;
  522. }
  523. .mui-preview-loading {
  524. position: absolute;
  525. width: 100%;
  526. height: 100%;
  527. top: 0;
  528. left: 0;
  529. display: none;
  530. }
  531. .mui-preview-loading.mui-active {
  532. display: block;
  533. }
  534. .mui-preview-loading .mui-spinner-white {
  535. position: absolute;
  536. top: 50%;
  537. left: 50%;
  538. margin-left: -25px;
  539. margin-top: -25px;
  540. height: 50px;
  541. width: 50px;
  542. }
  543. .mui-preview-image img.mui-transitioning {
  544. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  545. transition: transform 0.5s ease, opacity 0.5s ease;
  546. }
  547. @-webkit-keyframes fadeIn {
  548. 0% {
  549. opacity: 0;
  550. }
  551. 100% {
  552. opacity: 1;
  553. }
  554. }
  555. @keyframes fadeIn {
  556. 0% {
  557. opacity: 0;
  558. }
  559. 100% {
  560. opacity: 1;
  561. }
  562. }
  563. @-webkit-keyframes fadeOut {
  564. 0% {
  565. opacity: 1;
  566. }
  567. 100% {
  568. opacity: 0;
  569. }
  570. }
  571. @keyframes fadeOut {
  572. 0% {
  573. opacity: 1;
  574. }
  575. 100% {
  576. opacity: 0;
  577. }
  578. }
  579. p img {
  580. max-width: 100%;
  581. height: auto;
  582. }
  583. .my-yhq-list{background-color: transparent;padding:0 15px;}
  584. .my-yhq-list:before,.my-yhq-list:after{display: none;}
  585. .my-yhq-list .my-yhq-cell{margin: 15px 0;position: relative;}
  586. .my-yhq-list .my-yhq-cell:last-child{margin-bottom: 0;}
  587. .my-yhq-list .fixed-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
  588. .my-yhq-list .table{display: table;height: 100%;width: 100%;}
  589. .my-yhq-list .left-cell{display: table-cell;width: 69%;height: 100%;padding:5%;}
  590. .my-yhq-list .right-cell{display: table-cell;width: 31%;height: 100%;text-align: center;vertical-align: middle;}
  591. .my-yhq-list .left-cell .tit{font-size: 18px;color: #333;}
  592. .my-yhq-list .active .left-cell .tit{color: #999;}
  593. .my-yhq-list .left-cell .time{color: #666;font-size: 12px;}
  594. .my-yhq-list .active .left-cell .time{color: #999;}
  595. .my-yhq-list .left-cell .condition{position: absolute;left: 5%;bottom: 18%;font-size: 12px;color: #666;}
  596. .my-yhq-list .active .left-cell .condition{color: #999;}
  597. .my-yhq-list .right-cell .money{color: #f16071;margin: 5px 0;}
  598. .my-yhq-list .active .right-cell .money{color: #999;}
  599. .my-yhq-list .right-cell .money>span{font-size: 35px;}
  600. .my-yhq-list .right-cell .my-btn{color: #fff;padding:8px 10px;font-size: 14px;border-radius: 5px;}
  601. .my-yhq-list .right-cell .my-btn:active{background-color: rgba(0,0,0,.5);}
  602. .grayscale{color: #807f80 !important;}
  603. .my-yhq-list .right-cell .my-btn.grayscale{opacity: 0;}
  604. .tab-yhq-list{background: #fff;border: 0;position: fixed;left: 0;top: 0;width: 100%;z-index: 10;}
  605. .tab-yhq-list .mui-control-item{position: relative;}
  606. .tab-yhq-list .mui-control-item{color: #a1a1a1;}
  607. .tab-yhq-list .mui-control-item.mui-active {color: #f44f80 !important;border-bottom: 2px solid #f44f80;}
  608. .follow-me-box{background-color: #fff;height:220px;text-align: center;padding: 50px 0;}
  609. .follow-me-cell{margin:-40px auto 0 auto;width:240px;text-align: center;}
  610. .integral-log-nav{position: fixed;left: 0;top: 0;width: 100%;height: 44px;}
  611. .logistics-massage-head{background-color: #fff;height:175px;text-align: center;padding:10px 0;border-bottom: 1px solid rgba(0,0,0,.1);}
  612. .logistics-massage-cell{position: absolute;width: 100%;left: 0;top: 18px;text-align: center;}
  613. .logistics-massage-cell h4,.logistics-massage-cell h6{margin: 10px 0;}