github.com/jincm/wesharechain@v0.0.0-20210122032815-1537409ce26a/app/css/api.css (about) 1 html{ 2 3 font-family: sans-serif; 4 5 } 6 7 html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{ 8 9 margin:0; 10 11 border:0; 12 13 padding:0; 14 15 font-style:normal; 16 17 color:rgb(50,50,50); 18 19 } 20 21 html,body { 22 23 -webkit-touch-callout:none; 24 25 -webkit-text-size-adjust:none; 26 27 -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 28 29 -webkit-user-select:none; 30 31 background-color: #fff; 32 33 } 34 35 nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{ 36 37 display: block; 38 39 } 40 41 img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{ 42 43 display:inline-block; 44 45 } 46 47 header,section,footer { 48 49 position:relative; 50 51 } 52 53 ol,ul{ 54 55 list-style:none; 56 57 } 58 59 input,button,textarea { 60 61 border:0; 62 63 margin:0; 64 65 padding:0; 66 67 font-size:1em; 68 69 line-height:1em; 70 71 /*-webkit-appearance:none;*/ 72 73 background-color:rgba(0, 0, 0, 0); 74 75 } 76 77 span{ 78 79 display:inline-block; 80 81 } 82 83 a:active, a:hover { 84 85 outline: 0; 86 87 } 88 89 a, a:visited{ 90 91 text-decoration:none; 92 93 } 94 95 96 97 label, .wordWrap{ 98 99 word-wrap: break-word; 100 101 word-break: break-all; 102 103 } 104 105 table { 106 107 border-collapse: collapse; 108 109 border-spacing: 0; 110 111 } 112 113 td,th { 114 115 padding: 0; 116 117 } 118 119 .clearfix:after{ 120 121 content: ' '; 122 123 display: block; 124 125 clear: both; 126 127 visibility:hidden; 128 129 line-height: 0; 130 131 height:0; 132 133 } 134 135 .loading_more{ 136 137 display: block; 138 139 height: 1.5em; 140 141 width: 100%; 142 143 } 144 145 .loading_more:before { 146 147 background-image: url(../image/loading_more.gif) 30% center; 148 149 background-repeat: no-repeat; 150 151 background-size: contain; 152 153 text-align: center; 154 155 } 156 157 .loading_more:after { 158 159 content: '加载更多'; 160 161 } 162 #secHeader {background-color: #D43C33;} 163 #thridHeader {background-color: #D43C33;}