github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/qiniu-js-sdk-master/demo/main.css (about) 1 body { 2 font-family: '微软雅黑'; 3 overflow: scroll; 4 } 5 h1 { 6 border-bottom: 1px solid #d2d2d2; 7 padding-bottom: 15px; 8 position: relative; 9 font-weight: bold; 10 margin-bottom: 15px; 11 font-family: '微软雅黑'; 12 } 13 h3,h4 { 14 color: #d2d2d2; 15 font-family: '微软雅黑',"Helvetica Neue", Helvetica, Arial, sans-serif; 16 } 17 h1 .view_github { 18 display: block; 19 font-size: 14px; 20 line-height: 30px; 21 position: absolute; 22 right: 0; 23 bottom: 0; 24 border: 1px solid #d2d2d2; 25 border-bottom: none; 26 border-radius:0; 27 28 } 29 h1 .view_github:hover,h1 .view_code:hover { 30 background-color: #f5f5f5; 31 } 32 33 h1 .view_code { 34 display: block; 35 font-size: 14px; 36 line-height: 30px; 37 position: absolute; 38 right: 225px; 39 bottom: 0; 40 border: 1px solid #d2d2d2; 41 border-bottom: none; 42 border-radius:0; 43 height: 45px; 44 } 45 .col-md-12.no-padding { 46 padding-left:0; 47 padding-right:0; 48 } 49 .info { 50 position: relative; 51 height: 100%; 52 } 53 tr .progress-bar { 54 min-height: 20px; 55 float: none; 56 } 57 tr .progress, tr .progress div { 58 height: 20px; 59 } 60 61 tr .progress .chunk-status { 62 position: absolute; 63 left: 24px; 64 top: 0; 65 } 66 .status { 67 position: absolute; 68 width: 100%; 69 top:0; 70 left: 24px; 71 } 72 .tip { 73 padding-left: 30px; 74 } 75 .tip p { 76 line-height: 1; 77 } 78 #container { 79 margin-bottom: 20px; 80 border-width: 2px; 81 border-radius: 3px; 82 border-color: #dcdcdc; 83 cursor: default; 84 } 85 #container:hover,#container:active { 86 background-color:#fff; 87 border-color: #dcdcdc; 88 -webkit-box-shadow:none; 89 box-shadow:none; 90 } 91 #container.draging { 92 background-color:#fff; 93 border-color:#999999; 94 } 95 #success { 96 line-height: 30px; 97 height: 30px; 98 margin:20px 0 0 0; 99 } 100 #success div { 101 padding-left: 24px; 102 } 103 #container a { 104 width: 15%; 105 min-width: 145px; 106 107 108 } 109 110 button { 111 border-radius: 3px; 112 -webkit-box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75); 113 box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75); 114 color: #646464; 115 border: 1px solid #d2d2d2; 116 text-align: center; 117 -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s; 118 transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s; 119 -webkit-user-select: none; 120 outline: none; 121 } 122 td .Wrapper { 123 margin-top: 20px; 124 text-align: center; 125 overflow: hidden; 126 } 127 td .Wrapper .infoWrapper{ 128 width:50%; 129 height:100px; 130 margin-left: 10px; 131 text-align: left; 132 line-height: 25px; 133 } 134 td .Wrapper .infoWrapper a:first-child{ 135 margin-right: 10px; 136 } 137 td .Wrapper.default { 138 margin-top: 20px; 139 text-align: left; 140 } 141 td .Wrapper.default img{ 142 width:100px; 143 height:100px; 144 } 145 td .imgWrapper { 146 position: relative; 147 width:100px; 148 height: 100px; 149 } 150 td .imgWrapper .linkWrapper { 151 position: absolute; 152 left: 15px; 153 top: 0; 154 width:100px; 155 height: 100px; 156 cursor: pointer; 157 } 158 td .imgWrapper .linkWrapper a{ 159 line-height: 50px; 160 161 } 162 table td .hash { 163 margin-bottom: 20px; 164 } 165 pre { 166 margin-top: 20px; 167 } 168 169 .container .modal-dialog { 170 width: 45%; 171 } 172 .container .modal-dialog .modal-content { 173 max-height: 90%; 174 } 175 .container .modal-dialog .modal-body img{ 176 max-width: 95%; 177 max-height: 70%; 178 } 179 .container .modal-body-footer , .container .modal-body-footer div{ 180 margin-top: 10px; 181 margin-bottom: 10px; 182 } 183 .container .modal-dialog .modal-body-footer { 184 margin-top: 0px; 185 } 186 .container .modal-dialog .modal-body-footer span { 187 margin-right: 20px; 188 } 189 .container .modal-dialog .modal-body-footer .text-warning,.container .modal-dialog .modal-footer span ,.container .modal-dialog .modal-footer a{ 190 font-size: 12px; 191 } 192 .body .btn-default { 193 border-radius: 3px; 194 -webkit-box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75); 195 box-shadow: 0 1px 0 rgba(243, 243, 243, 0.75); 196 color: #646464; 197 border: 1px solid #d2d2d2; 198 text-align: center; 199 -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s; 200 transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s; 201 -webkit-user-select: none; 202 outline: none; 203 } 204 .body .btn-default:hover,.body .btn-default:active,.body .btn-default:focus ,.no-padding button:hover,.no-padding button:active,.no-padding button:focus{ 205 border-color: #bebebe; 206 text-decoration: none; 207 background-color: #fff; 208 color: #262626; 209 outline: none; 210 -webkit-box-shadow: 0 1px 0 rgba(230, 230, 230, 0.8); 211 box-shadow: 0 1px 0 rgba(230, 230, 230, 0.8); 212 } 213 214 a { 215 cursor: pointer; 216 }