第一提交
This commit is contained in:
176
common/common.css
Normal file
176
common/common.css
Normal file
@@ -0,0 +1,176 @@
|
||||
@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 !important;
|
||||
}
|
||||
|
||||
.oil-main-color {
|
||||
color: #FE0505 !important;
|
||||
}
|
||||
|
||||
.bg-main-oil {
|
||||
background-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-lv {
|
||||
background-color: #FF5200 !important;
|
||||
}
|
||||
|
||||
.bg-wjy {
|
||||
background-color: #FCB72E !important;
|
||||
}
|
||||
|
||||
.color-lv {
|
||||
color: #FF5200 !important;
|
||||
}
|
||||
|
||||
.color-wjy {
|
||||
color: #FCB72E !important;
|
||||
}
|
||||
|
||||
.border-wjy {
|
||||
border: 1px #FCB72E solid;
|
||||
}
|
||||
|
||||
.border-lv {
|
||||
border: 1px #FF5200 solid;
|
||||
}
|
||||
|
||||
.padding-top-0 {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.margin-bottom-0 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.margin-top-0 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.color-333 {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.margin-0 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.w100 {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.padding-bottom-0 {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* 客服热线 */
|
||||
.bottom-part {
|
||||
min-width: 100%;
|
||||
position: absolute;
|
||||
bottom: 50rpx;
|
||||
}
|
||||
|
||||
.bg-transparent {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.position-ab {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.position-re {
|
||||
position: relative;
|
||||
}
|
||||
.mini-label{
|
||||
padding-left: 18upx;
|
||||
}
|
||||
.mini-label::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: #FF5200;
|
||||
width: 8upx;
|
||||
height: 1.4rem;
|
||||
left: 0;
|
||||
top: 0.25rem;
|
||||
}
|
||||
Reference in New Issue
Block a user