style.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. html{ font-size:62.5%; }
  2. body{ background-color:#FFF; }
  3. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,textarea{margin:0;padding:0;border:0;font-size:100%; font-weight:normal; font-style:normal; vertical-align:baseline; font-family:Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,sans-self;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
  4. body{line-height:1;max-width:640px;min-width:320px;margin:0 auto !important}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}html,body{width:100%}
  5. /*全局*/
  6. .l{ float:left; }
  7. .y{ float:right; }
  8. a{ text-decoration:none; }
  9. .ml10{ margin-left:10px; }
  10. .mr10{ margin-right:10px; }
  11. .mt10{ margin-top:10px; }
  12. .mt50{ margin-top:50px; }
  13. ::-webkit-input-placeholder{ color:#CCC; font-size:1rem; /* WebKit browsers */}/*文本框默认字体颜色*/
  14. :-moz-placeholder { color:#CCC; font-size:1rem; /* Mozilla Firefox 4 to 18 */}
  15. ::-moz-placeholder { color:#CCC; font-size:1rem; /* Mozilla Firefox 19+ */}
  16. :-ms-input-placeholder { color:#CCC; font-size:1rem; /* Internet Explorer 10+ */}
  17. /*颜色*/
  18. .c333{ color:#333; } .c666{ color:#666; } .c999{ color:#999; } .cCCC{ color:#CCC; } .cOrange{ color:#FF6400; } .cBlue{color:#1BBCD5; } .c00D0FA{ color:#00D0FA; } .cRed{ color:#D83F31; } .bgGray{ background-color:#F6F6F6; }
  19. /*线段*/
  20. .line-10-EEE{ height:10px; background-color:#EEE; }
  21. .line-1-EEE{ height:1px; background-color:#EEE; }
  22. /*首页顶部*/
  23. .index-top{ width:100%; height:46px; position:fixed; top:0; left:0; background-color:#FFF; box-shadow:0 1px 1px rgba(0,0,0,.1); }
  24. .index-top button{ width:28px; height:28px; margin:9px 6px; border:none; background:url(class-icon.png) no-repeat; background-size:28px; cursor:pointer; border-radius:2px; }
  25. .index-top .txt{ overflow:hidden; padding-left:30px; margin:8px 6px 8px 0; background:url(index-top-f.png) no-repeat left #EEE; background-size:30px; height:30px; border-radius:14px; }
  26. .index-top .txt input{ width:100%; height:30px; line-height:30px; font-size:1rem; border:none; background-color:transparent; }
  27. .bgDiv{ width: 100%; height: 100%; background-color:#000; opacity:.5; position:fixed; display: none; z-index: 99; bottom: 0; }
  28. .leftNav{ width: 70%; max-width: 500px; height: 200%; background-color: #fff; position: fixed; z-index: 999; top: 0; left: -70%; }
  29. .leftNav h3{ font-size:1rem; color:#D83F31; margin:10px 5%; }
  30. .leftNav a{ width:90%; margin:0 5%; height:50px; line-height:50px; display:inline-block; border-bottom:1px solid #F6F6F6; font-size:1rem; background:url(index-list-m.png) no-repeat center right; padding-left:10px; color:#777; background-size:10px; }
  31. /*公告*/
  32. .notice{ margin:6px; height:36px; display:block; line-height:36px; padding-left:28px; background:url(notice-icon.png) no-repeat center left #FFF; font-size:.8rem; color:#999; background-size:22px; }
  33. /*入口*/
  34. .nav{ display:block; overflow:hidden; margin-top:10px; }
  35. .nav li{ width:25%; float:left; height:70px; }
  36. .nav li a{ width:100%; height:70px; display:block; text-align:center; }
  37. .nav li img{ width:40px; height:40px; margin:auto; }
  38. .nav li p{ line-height:30px; font-size:.7rem; text-align:center; color:#666; }
  39. /*套餐列表*/
  40. .v-list{}
  41. .v-list .t{ font-size:.8rem; color:#999; margin:15px 10px 0; }
  42. .v-list h2{ margin:10px 10px 5px; border-left:4px solid #D83F31; padding-left:10px; font-size:1rem; font-weight:bold; }
  43. .v-list a{ display:block; padding:15px 10px 10px; background-color:#FFF; border-bottom:.6px solid #EEE; overflow:hidden; }
  44. .v-list dl{ display:block; }
  45. .v-list dt{ font-size:1rem; color:#333; margin-bottom:5px; white-space:nowrap; }
  46. .v-list dd{ height:2rem; font-size:.8rem; color:#999; margin-bottom:5px; line-height:1rem; text-align:justify; text-justify:inter-ideograph; }
  47. .v-list .img{ width:100px; overflow:hidden; }
  48. .v-list .img img{ width:100px; height:70px; }
  49. .v-list .price-new{ color:#D83F31; font-size:1rem; margin-right:20px; line-height:1rem; }
  50. .v-list em{ font-size:.7rem; margin-right:4px; }
  51. /*页脚*/
  52. .n-tab{ width:100%; height:47px; border-top:3px solid rgba(240,240,240,.9); position:fixed; bottom:0; left:0; background-color:rgba(240,240,240,.95); }
  53. .n-tab td{ border:none; width:33.3%; }
  54. .n-tab .n-1, .n-tab .n-2, .n-tab .n-3, .n-tab .n-1-c, .n-tab .n-2-c, .n-tab .n-3-c{ width:100%; height:20px; line-height:18px; display:inline-block; text-align:center; font-size:12px; padding-top:27px; color:#999; }
  55. .n-tab .n-1{ background:url(tab-n-1.png) no-repeat center top; background-size:26px; }
  56. .n-tab .n-1-c{ background:url(tab-n-1-c.png) no-repeat center top; color:#999; background-size:26px; }
  57. .n-tab .n-2{ background:url(tab-n-2.png) no-repeat center top; background-size:26px; }
  58. .n-tab .n-2-c{ background:url(tab-n-2-c.png) no-repeat center top; color:#999; background-size:26px; }
  59. .n-tab .n-3{ background:url(tab-n-3.png) no-repeat center top; background-size:26px; }
  60. .n-tab .n-3-c{ background:url(tab-n-3-c.png) no-repeat center top; color:#999; background-size:26px; }
  61. /*套餐详情页*/
  62. .v-banner{ width:100%; }
  63. .v-v{ padding:20px 10px 0px; }
  64. .v-v h1{ font-size:1.2rem; margin-bottom:8px; }
  65. .v-v h3{ font-size:.8rem; line-height:1.2rem; color:#999; margin-bottom:8px; }
  66. .v-v .price{ line-height:1.4rem; }
  67. .v-v .price em{ font-size:1rem; color:#D83F31; margin:0 2px; }
  68. .v-v .price .new{ font-size:1.5rem; color:#D83F31; margin-right:20px; }
  69. .v-v .price .old{ font-size:1rem; color:#CCC; text-decoration:line-through; }
  70. .v-v .tag{ height:22px; margin:10px 0; text-align:justify; text-justify:inter-ideograph; }
  71. .v-v .sstk, .v-v .ksyy{ height:22px; line-height:22px; display:inline-block; padding-left:25px; margin-right:10px; font-size:.8rem; color:#999; }
  72. .v-v .sstk{ background:url(tag-sstk.png) no-repeat center left; background-size:18px; }
  73. .v-v .ksyy{ background:url(tag-ksyy.png) no-repeat center left; background-size:18px; }
  74. .v-tel{ padding:5px 10px; background-color:#FFF; height:50px; display:block; }
  75. .v-tel div{ height:40px; line-height:40px; padding-left:36px; background:url(v-tel.png) no-repeat center left; color:#D83F31; background-size:30px; }
  76. .v-title{ text-align:center; margin-top:30px; margin-bottom:20px; }
  77. .v-title span{ padding:3px 15px; background-color:#EEE; color:#AAA; margin:auto; font-size:1rem; border-radius:2px; }
  78. .v-syrq{ width:100%; }
  79. .v-syrq td{ border:none; text-align:center; }
  80. .v-syrq td img{ width:40px; height:50px; }
  81. .v-syrq td p{ font-size:.8rem; color:#333; margin-top:10px; }
  82. .v-view{ margin:10px; }
  83. .v-view h3{ width:100%; text-align:center; font-size:.6rem; color:#999; }
  84. .v-view table{ width:100%; border:none; margin-top:10px; margin-bottom:20px; }
  85. .v-view td{ height:30px; vertical-align:middle; border:1px solid #F6F6F6; padding:12px 10px; font-size:.8rem; }
  86. .v-tips{ font-size:.8rem; color:#666; line-height:160%; padding:10px; }
  87. .v-bottom{ width:100%; height:50px; background-color:rgba(255,255,255,.9); position:fixed; bottom:0; left:0; }
  88. .v-bottom div{ padding:5px 10px; height:40px; }
  89. .v-bottom div button{ width:100%; height:40px; border:none; background-color:#D83F31; border-radius:20px; color:#FFF; font-size:1rem; -webkit-appearance:none; }
  90. /*180630新增——商城订单*/
  91. .shopOrder{}
  92. .shopOrder .date{ height:30px; line-height:30px; padding:0 15px; background-color:#EEE; color:#AAA; }
  93. .shopOrder .li{ display:block; overflow:hidden; padding:15px; border-bottom:.5px solid #EEE; background-color:#FFF; }
  94. .shopOrder img{ height:50px; float:left; margin-right:15px; }
  95. .shopOrder .title{ width:80%; }
  96. .shopOrder .title h3{ margin-bottom:5px; font-size:.9rem; color:#666;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
  97. .shopOrder .title span{ color:#BBB; }
  98. .shopOrder .price{ float:right; line-height:50px; color:#666; }
  99. .shopOrder p{ border-top:.5px solid #EEE; overflow:hidden; padding:5px 15px; background-color:#FFF; text-align:right; }
  100. .shopOrder p span{ color:#0DC6E4; padding:2px 0; display:inline-block; }
  101. .shopOrder p a{ display:inline-block; margin-left:10px; border-radius:3px; font-size:1rem;padding:5px 10px; }
  102. .shopOrder a.btnRed{ background-color:#E05656; border:1px solid #E05656; color:#FFF; }
  103. .shopOrder a.btnBlue{ background-color:#0DC6E4; border:1px solid #0DC6E4; color:#FFF; }
  104. .shopOrder a.cancel{ background-color:#FFF; border:1px solid #CCC; color:#999; }
  105. /*180630新增——预约体检*/
  106. .