You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
240 lines
2.9 KiB
240 lines
2.9 KiB
2 years ago
|
@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: #1890FF !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 !important;
|
||
|
}
|
||
|
|
||
|
.bg-tm {
|
||
|
background-color: transparent !important;
|
||
|
}
|
||
|
|
||
|
.no-mr-border::after {
|
||
|
border-bottom: 0 !important;
|
||
|
}
|
||
|
|
||
|
.page-content {
|
||
|
min-height: 100vh;
|
||
|
}
|
||
|
|
||
|
.person-vip {
|
||
|
background:linear-gradient(to right,#121212,#121212,#555555,#868686);
|
||
|
}
|
||
|
|
||
|
.company-vip {
|
||
|
background: linear-gradient(97deg, #111111, #8F8F8F);
|
||
|
}
|
||
|
|
||
|
.icon-company {
|
||
|
color: #F8CB76;
|
||
|
}
|
||
|
|
||
|
.icon-person {
|
||
|
color: #FCE773;
|
||
|
}
|
||
|
|
||
|
.mr-btn {
|
||
|
background-color: #FF1D1D !important;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.mr-back-btn {
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
|
||
|
.padding-tb-0 {
|
||
|
padding-bottom: 0;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
|
||
|
.my-shadow {
|
||
|
box-shadow: 0px 3px 7px 1px rgba(135, 133, 133, 0.15) !important;
|
||
|
}
|
||
|
|
||
|
.image-self-view {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.image-self-view>>>img {
|
||
|
width: 2rem !important;
|
||
|
height: 2rem !important;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.bg-self-yellow {
|
||
|
color: #fff;
|
||
|
background: #FF9000;
|
||
|
}
|
||
|
|
||
|
.bg-self--dark-yellow {
|
||
|
|
||
|
background: #C06F07;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.yu-tag {
|
||
|
border-radius: 17px 17px 17px 0px;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
|
||
|
.oil-tag {
|
||
|
background-color: #FFE4E4 !important;
|
||
|
color: #FF0000;
|
||
|
border: 0.5px solid #FF0000;
|
||
|
height: 1rem;
|
||
|
border-radius: 3px;
|
||
|
display: inline-block;
|
||
|
line-height: 1rem;
|
||
|
/* padding: 0 4px; */
|
||
|
}
|
||
|
|
||
|
.text-delete {
|
||
|
text-decoration: line-through;
|
||
|
}
|
||
|
|
||
|
.icon-rectangle>>>.van-icon__image {
|
||
|
width: 1.4rem !important;
|
||
|
height: 1rem !important;
|
||
|
background-size: contain;
|
||
|
}
|
||
|
|
||
|
.position-re {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.position-ab {
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.g-shadow {
|
||
|
box-shadow: 0px 0px 4px rgba(26, 26, 26, 0.2);
|
||
|
}
|
||
|
|
||
|
.padding-bottom-0 {
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.margin-top-0 {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.nowrap {
|
||
|
white-space: nowrap !important;
|
||
|
}
|
||
|
|
||
|
.margin-bottom-0 {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.fixed-bottom {
|
||
|
position: fixed;
|
||
|
z-index: 1;
|
||
|
bottom: 0;
|
||
|
width: 750upx;
|
||
|
}
|
||
|
|
||
|
.placeholder-hidden {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
|
||
|
.fixed-top {
|
||
|
position: fixed;
|
||
|
width: 750upx;
|
||
|
z-index: 2;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.margin-center {
|
||
|
margin: auto;
|
||
|
}
|