KMS代码提交
This commit is contained in:
parent
5ab902d47c
commit
b2f0f03c9f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 993 KiB |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
.van-info,.van-tabs__line{
|
||||
background-color: #04a76b !important;
|
||||
}
|
||||
.van-cell-group{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
@ -0,0 +1,115 @@
|
||||
body,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,blockquote,th,td,h1,h2,h3,h4,h4,h5{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", <EFBFBD><EFBFBD><EFBFBD>ź<EFBFBD>, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #333333;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
html, body, img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
outline: none;
|
||||
}
|
||||
ul, li {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/*fileset*/
|
||||
fieldset {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
margin-bottom: 10px
|
||||
}
|
||||
address,caption,em,strong,th,i {
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table caption {
|
||||
margin-left: -1px;
|
||||
}
|
||||
legend {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
font-size: 16px;
|
||||
line-height: inherit;
|
||||
color: #333333;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
label {display: inline-block;}
|
||||
select[multiple], select[size] {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
select optgroup {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-style: inherit;
|
||||
}
|
||||
|
||||
input, button, select, textarea {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
input[type=text]::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: #ccc;
|
||||
opacity: 1;
|
||||
}
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
button[disabled], input:disabled {
|
||||
border: 1px solid #e9e9e9 !important;
|
||||
box-shadow: none !important;
|
||||
background: #f5f5f5 !important;
|
||||
color: #666 !important;
|
||||
cursor: not-allowed !important;
|
||||
opacity: .6;
|
||||
}
|
||||
q:before,q:after,blockquote:before,blockquote:after {
|
||||
content: <EFBFBD><EFBFBD><EFBFBD><EFBFBD>;
|
||||
}
|
||||
h2{
|
||||
color:red;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #fff;
|
||||
border-radius: 6px;
|
||||
background: #cecece;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user