海鲜小程序

public_css.css 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @charset "utf-8";html{background-color:#fff;color:#000;font-size:16px}
  2. body,div,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0;-webkit-overflow-scrolling: touch;}
  3. body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;}
  4. h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
  5. h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
  6. h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
  7. address,cite,dfn,em,i,optgroup,var{font-style:normal}
  8. table{border-collapse:collapse;border-spacing:0;text-align:left}
  9. caption,th{text-align:inherit}
  10. ul,ol,menu{list-style:none}
  11. fieldset,img{border:0}
  12. img{display: block;}
  13. img,object,input,textarea,button,select{vertical-align:middle}
  14. article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
  15. audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
  16. blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
  17. textarea{overflow:auto;resize:vertical}
  18. input,textarea,button,select,a{outline:0 none;}
  19. button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
  20. mark{background-color:transparent}
  21. a,ins,s,u,del{text-decoration:none}
  22. sup,sub{vertical-align:baseline}
  23. html {overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
  24. body {color: #333;font-size: 16px;line-height: 1;-webkit-text-size-adjust: none;}
  25. hr {height: 2px;margin: .1rem 0;border: medium none;border-top: 2px solid #cacaca;}
  26. a {color: #25a4bb;text-decoration: none;}
  27. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  28. /* WebKit browsers */
  29. color: #AAAAAA;
  30. }
  31. input:-moz-placeholder, textarea:-moz-placeholder {
  32. /* Mozilla Firefox 4 to 18 */
  33. color: #AAAAAA;
  34. }
  35. input::-moz-placeholder, textarea::-moz-placeholder {
  36. /* Mozilla Firefox 19+ */
  37. color: #AAAAAA;
  38. }
  39. input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  40. /* Internet Explorer 10+ */
  41. color: #AAAAAA;
  42. }
  43. .loading {
  44. position: fixed;
  45. top: 0;
  46. left: 0;
  47. display: none;
  48. width: 100%;
  49. height: 100vh;
  50. z-index: 99;
  51. }
  52. .loading img {
  53. position: absolute;
  54. top: 0;
  55. bottom: 0;
  56. left: 0;
  57. right: 0;
  58. margin: auto;
  59. width: 0.3rem;
  60. height: 0.3rem;
  61. }
  62. .alert-info {
  63. position: fixed;
  64. top: 1.74rem;
  65. right: 0;
  66. left: 0;
  67. bottom: 0;
  68. text-align: center;
  69. z-index: 9;
  70. }
  71. .alert-info p {
  72. display: inline-block;
  73. text-align: left;
  74. height: 0.38rem;
  75. color: #fff;
  76. font-size: 0.14rem;
  77. line-height: 0.38rem!important;
  78. padding: 0 0.10rem;
  79. background-color: rgba(0, 0, 0, 0.7);
  80. border-radius: 5px;
  81. }