首次提交
This commit is contained in:
103
common/common.css
Normal file
103
common/common.css
Normal file
@@ -0,0 +1,103 @@
|
||||
@font-face {
|
||||
font-family: texticons;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url('https://at.alicdn.com/t/font_702773_g9f89om4v3j.ttf') format('truetype');
|
||||
}
|
||||
|
||||
page {
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.my-cell {
|
||||
padding: 10px 16px;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.radius {
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.my-card {
|
||||
margin: 4%;
|
||||
}
|
||||
|
||||
.my-bg {
|
||||
background-color: #f1f2f7;
|
||||
}
|
||||
|
||||
.oil-main-color {
|
||||
color: #FE0505 !important;
|
||||
}
|
||||
|
||||
.oil-main-btn-color {
|
||||
background-color: #FFC0B4;
|
||||
}
|
||||
|
||||
.strong {
|
||||
font-weight: 600
|
||||
}
|
||||
|
||||
.s-rich {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.color-999 {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.font-10 {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.font-12 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.font-14 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.font-16 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.oil-free {
|
||||
display: inline-block;
|
||||
background-color: #FE0505;
|
||||
padding: 0.2rem;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
float: left;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.main-color-border {
|
||||
border: 1px #FE0505 solid;
|
||||
}
|
||||
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.bg-wjy {
|
||||
background-color: #FCB72E;
|
||||
}
|
||||
|
||||
.color-wjy {
|
||||
color: #FCB72E;
|
||||
}
|
||||
|
||||
.padding-top-0 {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.margin-bottom-0 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.margin-top-0 {
|
||||
margin-top: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user