You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2492 lines
36 KiB
Plaintext

2 years ago
@import "./assets/iconfont-weapp/iconfont-weapp-icon.wxss";
@import "./assets/iconfont/iconfont.wxss";
2 years ago
page {
2 years ago
height: 100vh;
background: #f5f5f5;
2 years ago
--color-ysd: #0dcc91;
--color-ysd-bg:#E8FFF8;
2 years ago
--color-hover: #3DD6A7;
--color-be: #ff4400;
--color-f40: #ff4400;
--color-027: #ff4400;
}
2 years ago
.overText{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2 years ago
::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
.weui-cells {
font-size: 16px;
margin: 0 !important;
}
.ysd-basebg-color {
background-color: var(--color-ysd) !important;
}
.ysd-base-color {
color: var(--color-ysd) !important;
}
.color-f40{
color: var(--color-f40) !important;
}
.br8 {
border-radius: 8px;
2 years ago
}
.dil {
2 years ago
display: inline;
2 years ago
}
.dib {
2 years ago
display: inline-block;
2 years ago
}
.fl {
2 years ago
float: left;
2 years ago
}
.fr {
2 years ago
float: right;
2 years ago
}
.clb {
2 years ago
clear: both;
2 years ago
}
.tl {
2 years ago
text-align: left;
2 years ago
}
.tr {
2 years ago
text-align: right;
2 years ago
}
2 years ago
.tc,
.center {
2 years ago
text-align: center;
2 years ago
}
.f14 {
2 years ago
font-size: 14px !important;
2 years ago
}
.f14s {
2 years ago
font-size: 14px;
2 years ago
}
.ml8 {
2 years ago
margin-left: 8px;
2 years ago
}
2 years ago
.ml24 {
margin-left: 24px;
}
.m16 {
margin: 16px;
}
.m0 {
margin: 0 !important;
}
.m016 {
margin: 0 16px;
}
.m010 {
margin: 0 10px;
}
.m160 {
margin: 16px 0;
}
.mr4 {
margin-right: 4px;
}
2 years ago
.mr8 {
2 years ago
margin-right: 8px;
2 years ago
}
2 years ago
.mr12 {
margin-right: 12px;
}
2 years ago
.mt8 {
2 years ago
margin-top: 8px;
2 years ago
}
2 years ago
2 years ago
.mb8 {
2 years ago
margin-bottom: 8px;
2 years ago
}
.mb4 {
2 years ago
margin-bottom: 4px;
2 years ago
}
2 years ago
.mb2 {
margin-bottom: 2px;
}
.p0 {
padding: 0 !important;
2 years ago
}
.pr16 {
2 years ago
padding-right: 16px;
2 years ago
}
2 years ago
2 years ago
.pl16 {
2 years ago
padding-left: 16px;
2 years ago
}
2 years ago
.pb12 {
padding-bottom: 12px;
}
.pb4 {
padding-bottom: 4px;
}
.p08 {
padding: 0 8px;
}
.p012 {
padding: 0 12px !important;
}
2 years ago
.p016 {
2 years ago
padding: 0 16px;
2 years ago
}
2 years ago
.mt6 {
margin-top: 6px;
}
.mt2 {
margin-top: 2px;
}
2 years ago
.p160 {
2 years ago
padding: 16px 0;
2 years ago
}
2 years ago
.p1612 {
padding: 16px 12px;
}
.pb10{
padding-bottom: 10px;
}
2 years ago
.ml10 {
2 years ago
margin-left: 10px;
2 years ago
}
2 years ago
.ml12 {
margin-left: 12px;
}
2 years ago
.mr10 {
2 years ago
margin-right: 10px;
2 years ago
}
2 years ago
.ml6 {
margin-left: 6px;
}
.ml4 {
margin-left: 4px;
}
.mr6 {
margin-right: 6px;
}
.mr14 {
margin-right: 14px;
}
.ml14 {
margin-left: 14px;
}
.mb32 {
margin-bottom: 32px;
}
.mt2 {
margin-top: 2px;
}
2 years ago
.mt10 {
2 years ago
margin-top: 10px;
2 years ago
}
.mb10 {
2 years ago
margin-bottom: 10px;
2 years ago
}
2 years ago
.mb12 {
margin-bottom: 12px;
}
.mb6 {
margin-bottom: 6px;
}
2 years ago
.mb16 {
2 years ago
margin-bottom: 16px;
2 years ago
}
.pl8 {
2 years ago
padding-left: 8px;
2 years ago
}
.pr8 {
2 years ago
padding-right: 8px;
2 years ago
}
.pt8 {
2 years ago
padding-top: 8px;
2 years ago
}
2 years ago
.pt12 {
padding-top: 12px;
}
.pb8 {
padding-bottom: 8px;
}
2 years ago
.p16 {
2 years ago
padding: 16px;
2 years ago
}
2 years ago
.border1 {
border: 1px solid #eee;
}
2 years ago
.bb1 {
2 years ago
border-bottom: 1px solid #eee;
2 years ago
}
2 years ago
.br1 {
border-right: 1px solid #eee;
}
2 years ago
.bt1 {
2 years ago
border-top: 1px solid #eee;
}
.bl1 {
border-left: 1px solid #eee;
}
.bbd1 {
border-bottom: 1px dotted #eee;
}
.brd1 {
border-right: 1px dotted #eee;
}
.btd1 {
border-top: 1px dotted #eee;
}
.bld1 {
border-left: 1px dotted #eee;
}
.f6 {
font-size: 6px;
2 years ago
}
.f10 {
2 years ago
font-size: 10px;
2 years ago
}
.f11 {
2 years ago
font-size: 10px;
2 years ago
}
.va-center {
2 years ago
display: flex;
align-items: center;
2 years ago
}
2 years ago
.db {
display: block;
}
2 years ago
.display-flex {
2 years ago
display: flex;
2 years ago
}
2 years ago
.tac {
text-align: center;
}
2 years ago
.flex-1 {
2 years ago
flex: 1;
2 years ago
}
2 years ago
.bgcf {
background-color: #fff;
2 years ago
}
.c085 {
2 years ago
color: rgba(0, 0, 0, 0.85);
2 years ago
}
.cf085 {
2 years ago
color: rgba(255, 255, 255, 1);
2 years ago
}
.c065 {
2 years ago
color: rgba(0, 0, 0, 0.65);
2 years ago
}
.c3 {
2 years ago
color: #333333 !important;
2 years ago
}
.p10 {
2 years ago
padding: 10px;
2 years ago
}
.c045 {
2 years ago
color: rgba(0, 0, 0, 0.45);
2 years ago
}
.cgreen {
2 years ago
color: #39bc8b;
2 years ago
}
.c025 {
2 years ago
color: rgba(0, 0, 0, 0.25);
2 years ago
}
.am-icon.c015 {
2 years ago
color: rgba(0, 0, 0, 0.15);
2 years ago
}
2 years ago
.pr0 {
padding-right: 0px !important;
}
.pl0 {
padding-left: 0px !important;
}
.pb0 {
padding-bottom: 0px !important;
}
.pt0 {
padding-top: 0px !important;
}
2 years ago
.pt16{
padding-top: 16px;
}
2 years ago
.pl20 {
2 years ago
padding-left: 20px;
2 years ago
}
2 years ago
.pr10 {
padding-right: 10px;
}
.pl10 {
padding-left: 10px;
}
2 years ago
.pr20 {
2 years ago
padding-right: 20px;
2 years ago
}
.pb20 {
2 years ago
padding-bottom: 20px;
2 years ago
}
.ml20 {
2 years ago
margin-left: 20px;
2 years ago
}
.mr20 {
2 years ago
margin-right: 20px;
2 years ago
}
.mt20 {
2 years ago
margin-top: 20px;
2 years ago
}
.mt24 {
2 years ago
margin-top: 24px;
2 years ago
}
.mt32 {
2 years ago
margin-top: 32px !important;
2 years ago
}
.f11 {
2 years ago
font-size: 11px;
2 years ago
}
.f12 {
2 years ago
font-size: 12px;
2 years ago
}
.f16 {
2 years ago
font-size: 16px !important;
}
.f17 {
font-size: 17px !important;
}
.f22 {
font-size: 22px;
}
.f24 {
font-size: 24px;
}
.f26 {
font-size: 26px;
}
.f28 {
font-size: 28px;
2 years ago
}
.mt4 {
2 years ago
margin-top: 4px;
2 years ago
}
.mt5 {
2 years ago
margin-top: 5px;
}
2 years ago
2 years ago
.f18 {
2 years ago
font-size: 18px;
2 years ago
}
.f20 {
2 years ago
font-size: 20px;
2 years ago
}
2 years ago
.f28 {
font-size: 28px;
}
2 years ago
.p1620 {
2 years ago
padding: 16px 20px;
2 years ago
}
.p020 {
2 years ago
padding: 0px 20px;
2 years ago
}
.p200 {
2 years ago
padding: 20px 0px;
2 years ago
}
.lineT {
2 years ago
height: 1rpx;
width: calc(100vw - 40px);
margin: 0 auto;
2 years ago
background-color: rgba(0, 0, 0, 0.1);
2 years ago
}
.p1020 {
2 years ago
padding: 16px 16px 15px;
2 years ago
}
.pen {
2 years ago
pointer-events: none;
2 years ago
}
.pea {
2 years ago
pointer-events: auto;
2 years ago
}
.p1016 {
2 years ago
padding: 10px 16px;
2 years ago
}
.p20 {
2 years ago
padding: 20px;
2 years ago
}
2 years ago
.p24 {
padding: 24px;
}
2 years ago
.c633 {
2 years ago
color: var(--color-f40);
}
.c6 {
color: #666666 !important;
}
.c9 {
color: #999999 !important;
}
.cbc {
color: #ccc !important;
}
.cf40 {
color: var(--color-ysd) !important;
}
.tar {
text-align: right;
}
.tal {
text-align: left;
}
.por {
position: relative;
}
.poa {
position: absolute;
2 years ago
}
.tagsLi {
2 years ago
display: inline-block;
font-size: 12px;
font-weight: 400;
2 years ago
color: #888;
2 years ago
background: #f1f1f1;
border-radius: 2px;
padding: 0 4px 0px;
line-height: 18px;
margin-right: 6px;
margin-bottom: 4px;
position: relative;
top: 1px;
2 years ago
}
2 years ago
.ticon {
background-repeat: no-repeat !important;
background-size: 100%;
}
.wsn {
white-space: nowrap;
}
2 years ago
.tagsLi.spli {
2 years ago
color: var(--color-ysd);
2 years ago
background-color: rgba(234, 67, 58, 0.2);
2 years ago
}
.f00,
.cf00 {
2 years ago
color: var(--color-ysd) !important;
}
.cfred {
color: #ff1000;
}
.cf {
color: #ffffff;
2 years ago
}
.pr {
2 years ago
position: relative;
2 years ago
}
/* .tagsLi.spli{
color: #FFFFFF;
2 years ago
background-color: var(--color-ysd);
2 years ago
} */
.sbLine {
2 years ago
height: 1px;
background-color: rgba(0, 0, 0, 0.08);
/* margin-left: 20px; */
2 years ago
}
.ahover {
2 years ago
background-color: rgba(0, 0, 0, 0.08);
2 years ago
}
.h2 {
2 years ago
font-size: 16px;
color: rgba(0, 0, 0, 0.85);
line-height: 1;
/* margin-top:12px; */
margin-bottom: 10px;
font-weight: bold;
2 years ago
}
.lh1 {
2 years ago
line-height: 1;
2 years ago
}
2 years ago
.lh12 {
line-height: 12px;
}
2 years ago
.w70 {
2 years ago
/* width: 100px; */
white-space: nowrap;
text-align: right;
line-height: 1.5;
2 years ago
}
.fw500 {
2 years ago
font-weight: bold;
2 years ago
}
.fw400 {
2 years ago
font-weight: 400;
2 years ago
}
2 years ago
.w70 + .c085 {
line-height: 1.5;
/* white-space: pre-line; */
2 years ago
}
.fwb {
2 years ago
font-weight: bold;
2 years ago
}
/* .wspl {
white-space: pre-line;
} */
button.weui-btn_primary::after {
2 years ago
border: 0;
2 years ago
}
2 years ago
button[type="primary"] {
color: #ffffff;
2 years ago
background-color: var(--color-ysd);
2 years ago
}
2 years ago
.button-hover[type="primary"] {
color: #ffffff;
/* opacity: 0.8; */
2 years ago
background-color: var(--color-ysd) !important;
2 years ago
}
2 years ago
/* .login-hover {
opacity: 0.8 !important;
} */
2 years ago
button[disabled][type="primary"] {
2 years ago
background-color: #c0deff;
2 years ago
}
.am-button-ghost {
2 years ago
padding: 8px !important;
2 years ago
color: #1f6bbf !important;
box-shadow: inset 0 0 0 1px #1f6bbf !important;
2 years ago
}
.am-button-primary {
2 years ago
padding: 8px !important;
2 years ago
background-color: #1f6bbf !important;
2 years ago
}
.w180 {
2 years ago
width: 184px;
margin: 0 auto;
line-height: 42px;
2 years ago
}
.tImage {
2 years ago
width: 50px;
height: 50px;
margin-right: 6px;
border-radius: 4px;
/* border: 1rpx solid #ddd; */
2 years ago
}
.row-extra.c025 {
2 years ago
color: rgba(0, 0, 0, 0.25);
2 years ago
}
.page-description {
2 years ago
margin-bottom: 32rpx;
2 years ago
}
.page-section {
2 years ago
background: #fff;
2 years ago
}
.page-section-title {
2 years ago
padding: 16rpx 32rpx;
2 years ago
}
.page-section-demo {
2 years ago
padding: 32rpx;
2 years ago
}
button {
2 years ago
margin-top: 20rpx;
margin-bottom: 20rpx;
2 years ago
}
.bc_blue {
2 years ago
background-color: #49a9ee;
2 years ago
}
.bc_red {
2 years ago
background-color: #f04134;
2 years ago
}
.bc_yellow {
2 years ago
background-color: #ffbf00;
2 years ago
}
.bc_green {
2 years ago
background-color: #00a854;
2 years ago
}
2 years ago
.inherit_c {
color: inherit !important;
}
2 years ago
.form-row {
2 years ago
display: flex;
align-items: center;
padding: 0 20px;
height: 44px;
align-items: center;
2 years ago
}
.form-row-label {
2 years ago
width: 50px;
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 22px;
margin-right: 10px;
2 years ago
}
.form-row-content {
2 years ago
flex: 1;
font-size: 16px;
background: #f4f4f4;
border-radius: 6px;
line-height: 50px;
2 years ago
}
.form-line {
2 years ago
height: 1px;
background-color: rgba(0, 0, 0, 0.08);
margin-left: 16px;
/*margin-left: 30rpx;*/
2 years ago
}
.f13 {
2 years ago
font-size: 13px;
2 years ago
}
.row-title.f14 {
2 years ago
font-size: 14px;
2 years ago
}
.inlineBlock .am-loading-wrap {
2 years ago
margin: 0 auto;
2 years ago
}
.am-list-content-title {
2 years ago
font-size: 14px !important;
2 years ago
}
.inlineBlock {
2 years ago
display: inline-block;
vertical-align: middle;
2 years ago
}
.rightIcon {
2 years ago
position: relative;
padding-right: 16px;
2 years ago
}
.rightIcon:after {
2 years ago
content: " ";
width: 12px;
height: 24px;
-webkit-mask-position: 0 0;
mask-position: 0 0;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100%;
mask-size: 100%;
background-color: currentColor;
color: var(--weui-FG-2);
-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
position: absolute;
top: 50%;
right: 0;
margin-top: -12px;
-webkit-mask-position-x: 0px;
-webkit-mask-position-y: 0px;
-webkit-mask-repeat-x: no-repeat;
-webkit-mask-repeat-y: no-repeat;
2 years ago
}
2 years ago
.mt10 {
margin-top: 10px;
}
2 years ago
.mt16 {
2 years ago
margin-top: 16px;
2 years ago
}
.mb16 {
2 years ago
margin-bottom: 16px;
2 years ago
}
2 years ago
.ml4 {
margin-left: 4px;
}
2 years ago
.mb8 {
2 years ago
margin-bottom: 8px;
2 years ago
}
.pb8 {
2 years ago
padding-bottom: 8px;
2 years ago
}
.bgf {
2 years ago
background-color: #fff;
2 years ago
}
2 years ago
.weui-cells {
font-size: 16px;
margin: 0 !important;
}
2 years ago
.wx-border-tb {
2 years ago
border-top: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3;
2 years ago
}
.userImg {
2 years ago
width: 120rpx;
height: 120rpx;
/* border-radius: 4px; */
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
2 years ago
}
button::after {
2 years ago
border: 0;
2 years ago
}
.v-center {
2 years ago
display: flex;
align-items: center;
justify-content: center;
2 years ago
}
.vsb {
2 years ago
justify-content: space-between;
display: flex;
flex-flow: column;
2 years ago
}
2 years ago
.fss {
display: flex;
align-items: center;
justify-content: start;
}
2 years ago
.fsa {
display: flex;
align-items: center;
justify-content: space-between;
}
.fsc {
display: flex;
/* flex-direction: column; */
align-items: center;
justify-content: center;
}
2 years ago
.jobTitle {
2 years ago
font-size: 22px;
font-weight: 601;
color: rgba(0, 0, 0, 0.85);
line-height: 30px;
flex: 1;
2 years ago
}
2 years ago
[data-title*="null"] {
display: none;
2 years ago
}
.ui-poptips {
2 years ago
transform: translateY(-40px);
transition: all 0.5s;
padding: 0 30px;
2 years ago
}
.ui-poptips.ui-poptipsTop {
2 years ago
transform: translateY(0px);
2 years ago
}
.ui-poptips {
2 years ago
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999999;
padding: 0 10px;
box-sizing: border-box;
2 years ago
}
.ui-poptips-cnt {
2 years ago
background-color: rgba(0, 0, 0, 0.5);
line-height: 40px;
height: 40px;
color: #fff;
font-size: 16px;
text-align: center;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2 years ago
}
.ui-poptips {
2 years ago
transform: translateY(-40px);
transition: all 0.5s;
padding: 0 30px;
2 years ago
}
.ui-poptips.ui-poptipsTop {
2 years ago
transform: translateY(0px);
2 years ago
}
.icon-weixuanzhong {
2 years ago
color: #888;
padding-right: 8px;
font-size: 20px;
2 years ago
}
.icon-xuanzhong {
2 years ago
color: var(--color-ysd);
2 years ago
padding-right: 8px;
font-size: 20px;
2 years ago
}
.radioText {
2 years ago
font-size: 16px;
color: rgba(0, 0, 0, 0.65);
position: relative;
top: -2px;
2 years ago
}
.userName {
2 years ago
font-size: 16px;
2 years ago
font-weight: 400;
color: #333333;
2 years ago
line-height: 25px;
margin-top: 3px;
2 years ago
}
.time {
2 years ago
font-size: 14px;
font-weight: 400;
color: #919191;
line-height: 16px;
margin-top: 6px;
2 years ago
}
.ava {
2 years ago
width: 44px;
height: 44px;
border-radius: 4px;
margin-right: 6px;
2 years ago
display: block;
2 years ago
}
.sm {
2 years ago
font-size: 14px;
2 years ago
font-weight: 400;
text-align: left;
color: #333333;
line-height: 44px;
2 years ago
}
.oneP {
2 years ago
display: flex;
2 years ago
/* padding-bottom: 12px;
padding-top: 16px; */
2 years ago
padding-bottom: 16px;
padding-top: 16px;
box-sizing: border-box;
2 years ago
border-bottom: 1px solid #f3f3f3;
2 years ago
}
.staticTitle {
2 years ago
margin-top: 20px;
font-size: 22px;
font-weight: 601;
text-align: center;
color: #262626;
line-height: 30px;
2 years ago
}
2 years ago
.cccc {
color: #ccc;
}
.aca {
color: #c2c2c2;
}
.mr4 {
margin-right: 4px;
}
2 years ago
2 years ago
.weui-btn_input-clear [class*="weui-icon-"] {
width: 18px;
height: 18px;
2 years ago
}
.weui-btn_input-clear {
2 years ago
padding-top: 3px;
2 years ago
}
.mr16 {
2 years ago
margin-right: 16px;
2 years ago
}
.ml16 {
2 years ago
margin-left: 16px;
2 years ago
}
.p2010 {
2 years ago
padding: 20px 10px;
2 years ago
}
.weui-dialog__title {
2 years ago
font-size: 18px;
font-weight: 400;
color: #333333;
line-height: 25px;
2 years ago
}
.weui-dialog__bd {
2 years ago
font-size: 16px;
font-weight: 400;
text-align: center;
color: #787878;
line-height: 22px;
margin-bottom: 20px;
/* border-bottom: 1rpx solid #e2e2e2; */
2 years ago
}
.weui-dialog__bd view {
2 years ago
/* padding-bottom: 20px; */
2 years ago
2 years ago
/* border-bottom: 1rpx solid #e2e2e2; */
2 years ago
}
.weui-dialog__hd {
2 years ago
padding: 32px 24px 20px;
2 years ago
}
.lflex {
2 years ago
font-size: 18px;
font-weight: 601;
text-align: center;
2 years ago
color: var(--color-ysd);
2 years ago
line-height: 28px;
/* margin-top: 7px; */
padding: 0 10px 0 30px;
2 years ago
}
.rflex {
2 years ago
flex: 1;
padding: 0 30px 0 10px;
2 years ago
}
.rflex button {
2 years ago
margin-top: 0;
margin-bottom: 0;
2 years ago
height: 42px;
2 years ago
opacity: 1;
2 years ago
background: var(--color-ysd);
2 years ago
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
2 years ago
line-height: 26px;
}
.f22 {
font-size: 22px;
2 years ago
}
.pb16 {
2 years ago
padding-bottom: 16px !important;
2 years ago
}
.pb20 {
2 years ago
padding-bottom: 20px;
2 years ago
}
2 years ago
.mb0 {
margin-bottom: 0px !important;
}
2 years ago
.btnFlex {
2 years ago
margin: 0;
padding: 0;
background-color: #fff;
line-height: 28px;
2 years ago
color: var(--color-ysd);
2 years ago
}
.lflex.p020 {
2 years ago
padding: 0 20px;
2 years ago
}
2 years ago
.newList {
padding: 17px 20px;
}
.newList .lefticon {
/* font-size:20px; */
width: 20px;
height: 20px;
2 years ago
line-height: 1;
2 years ago
color: #666;
2 years ago
}
2 years ago
.newList .icon-you {
line-height: 1;
2 years ago
}
2 years ago
.newList .mw-labe {
display: flex;
flex-direction: row;
align-items: center;
}
.storeName {
font-size: 18px;
color: rgba(0, 0, 0, 0.85);
/* flex:1; */
width: 360rpx;
font-weight: 601;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.servicePrice {
border: 1rpx solid var(--color-ysd);
background-color: #ffeee7;
justify-content: space-between;
border-right-color: transparent;
border-left-color: transparent;
}
.newList .iconOut {
margin-right: 12px;
}
.newList .mw-labe .flex-1 {
display: flex;
flex-direction: row;
align-items: center;
}
.flex-2 {
flex: 2;
}
.weui-cells__group_form .weui-cell {
padding: 18px 20px;
}
.weui-cells__group_form .weui-cell:before,
.weui-cells__group_form .weui-cells:before,
.weui-cells__group_form .weui-cells:after {
left: 20px;
right: 20px;
}
.mt12 {
margin-top: 12px;
}
2 years ago
.rtText,
.rbText {
2 years ago
font-size: 14px;
font-weight: 400;
text-align: right;
color: #333333;
line-height: 18px;
margin-top: 3px;
2 years ago
}
.rbText {
2 years ago
margin-top: 5px;
color: #919191;
2 years ago
}
2 years ago
.rtText {
font-size: 16px;
}
2 years ago
.weui-loading {
display: none;
}
.weui-btn_loading {
pointer-events: none;
}
.weui-btn_loading .weui-loading {
display: inline-block;
2 years ago
}
2 years ago
.gztop {
background-color: #00a0ff;
padding: 20px 15px;
color: #fff;
2 years ago
}
2 years ago
.cred_new {
color: #e60012 !important;
}
.ui-step {
padding-bottom: 10px;
margin-bottom: 60px;
padding-top: 32rpx;
border-top: 1px solid #f3f3f3;
2 years ago
}
2 years ago
2 years ago
.ui-step.ui-list > view {
margin-left: 48rpx;
padding-top: 0;
padding-bottom: 0;
padding-right: 32rpx;
2 years ago
position: relative;
2 years ago
}
.mb18 {
margin-bottom: 36rpx;
}
2 years ago
.br4 {
border-radius: 4px;
2 years ago
}
.tc {
2 years ago
text-align: center;
2 years ago
}
.flex-2 {
flex: 2;
}
.weui-cells:after {
border-bottom: 0;
}
.mbtn {
background-color: #10aeff;
}
.pull-right {
float: right;
}
.size100 {
width: 100%;
height: 100%;
}
.cardTitle {
flex: 1;
font-size: 34rpx;
font-weight: 400;
color: rgba(0, 0, 0, 0.9);
line-height: 48rpx;
}
.cardTime {
font-size: 28rpx;
line-height: 56rpx;
color: rgba(0, 0, 0, 0.3);
}
.smd-container {
padding: 40rpx;
}
.thover {
opacity: 0.8 !important;
}
.thover view {
opacity: 0.8 !important;
}
.textHov {
opacity: 0.8 !important;
}
.c009 {
color: rgba(0, 0, 0, 0.9);
}
.leftText {
color: rgba(0, 0, 0, 0.45);
font-size: 28rpx;
min-width: 160rpx;
}
.rightText {
flex: 1;
font-size: 28rpx;
}
.c030 {
color: rgba(0, 0, 0, 0.3);
}
.c050 {
color: rgba(0, 0, 0, 0.5);
}
.c090 {
color: rgba(0, 0, 0, 0.9);
}
.p1220 {
padding: 32rpx 40rpx;
}
.mt8 {
margin-top: 16rpx;
}
.mt12 {
margin-top: 24rpx;
}
.mt32 {
margin-top: 64rpx;
}
.mPicker {
text-align: right;
margin-right: 36px;
}
.weui-cell::before {
left: 0;
}
.weui-cells::before {
2 years ago
display: none;
}
2 years ago
.weui-cells::after {
display: none;
}
.mbtn {
background-color: var(--color-ysd);
}
.primaryColor {
color: var(--color-ysd);
}
.p010 {
padding: 0 10px;
}
.c065 {
color: rgba(0, 0, 0, 0.65);
}
.c045 {
color: rgba(0, 0, 0, 0.45);
}
.lh24 {
line-height: 48rpx;
2 years ago
}
2 years ago
.mt0 {
margin-top: 0 !important;
}
.dn {
display: none !important;
}
.aic {
align-items: center;
}
.weui-loading {
2 years ago
display: none;
}
2 years ago
.weui-btn_loading {
pointer-events: none;
}
.weui-btn_loading .weui-loading {
display: inline-block;
}
.gztop {
background-color: #00a0ff;
padding: 20px 15px;
color: #fff;
}
.cred_new {
color: #e60012 !important;
}
.ui-step {
padding-bottom: 10px;
margin-bottom: 60px;
padding-top: 32rpx;
border-top: 1px solid #f3f3f3;
}
.ui-step.ui-list > view {
margin-left: 48rpx;
padding-top: 0;
padding-bottom: 0;
padding-right: 32rpx;
position: relative;
2 years ago
}
2 years ago
.cg-cricle,
.cb-cricle {
position: absolute;
left: -4.5px;
top: -2px;
background: #cce0b7;
2 years ago
width: 10px;
height: 10px;
2 years ago
border-radius: 100%;
}
.cb-cricle {
background-color: var(--color-ysd);
}
.ui-step .ui-list-info {
padding-left: 26rpx;
border-left: 2px solid var(--color-ysd);
padding-bottom: 15px;
margin-top: -2px;
}
.ui-step li:last-child .ui-list-info {
border-left: 0;
}
.ui-step .f14.c3,
.ui-step .f12.c6 {
position: relative;
top: -5px;
}
.ui-step view:last-child .ui-list-info {
border-left: 0;
2 years ago
}
2 years ago
.mb18 {
margin-bottom: 36rpx;
2 years ago
}
2 years ago
.flex-2 {
flex: 2;
2 years ago
}
2 years ago
button.newBtn {
width: 200px;
height: 42px;
background: var(--color-ysd);
border-radius: 25px;
font-size: 18px;
line-height: 42px;
font-weight: 601;
padding: 0;
2 years ago
}
2 years ago
2 years ago
button.newBtn.mbtn-hover {
background-color: #1890ff;
}
.topMenu {
2 years ago
display: flex;
2 years ago
padding: 12px 0;
border-bottom: 1px solid #f3f3f3;
background-color: #fff;
2 years ago
}
2 years ago
.onMune {
flex: 1;
font-size: 16px;
font-weight: 400;
text-align: center;
color: #000;
line-height: 18px;
2 years ago
}
2 years ago
.menuBorder {
position: absolute;
width: 20px;
height: 3px;
opacity: 1;
background: var(--color-ysd);
border-radius: 2px;
bottom: -12px;
left: 50%;
margin-left: -10px;
}
.onMune .menuBorder {
display: none;
}
.onMune.active .menuBorder {
display: block;
}
.onMune.active {
font-size: 16px;
font-weight: 601;
text-align: center;
color: var(--color-ysd);
line-height: 18px;
2 years ago
}
2 years ago
.loadMore {
border-top: 1rpx solid transparent;
border-bottom: 1rpx solid transparent;
background-color: #fff;
2 years ago
}
2 years ago
.loadMore view {
width: 120px;
height: 28px;
border: 1px solid #f3f3f3;
border-radius: 20px;
2 years ago
font-size: 14px;
2 years ago
text-align: center;
color: #8c8c8c;
line-height: 28px;
margin: 20px auto;
}
view:empty,
text:empty {
content: "-";
}
.c027 {
color: var(--color-ysd);
}
page {
/* padding: 10px; */
/* height: 100vh !important; */
/* background-color: #fff; */
2 years ago
color: #333;
2 years ago
box-sizing: border-box;
}
.navigationbar {
width: 100%;
height: 88px;
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
.navigationbar text {
2 years ago
position: absolute;
2 years ago
bottom: 10px;
left: 50%;
transform: translateX(-50%);
2 years ago
}
2 years ago
.navigationbar view {
position: absolute;
width: 15px;
height: 18px;
bottom: 15px;
left: 18px;
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
2 years ago
}
2 years ago
.mt_10 {
margin-top: 10px !important;
2 years ago
}
2 years ago
.br_8 {
border-radius: 8px;
2 years ago
}
2 years ago
/* .container{
margin-top: 88px !important;
} */
.logout-hover {
background-color: #ff44001a;
}
/* 搜索栏的样式 */
.navigatortool {
position: fixed;
width: 100vw;
top: 0;
z-index: 1000;
}
.navigatortool .weui-search-bar {
display: flex;
justify-content: space-between;
/* padding-top: 52px; */
margin-bottom: 4px;
padding-right: 120px;
position: relative;
background-color: #fff;
/* padding: 8px 16px; */
/* padding-bottom: 10px; */
/* background-color: #ff4400; */
}
.navigatortool .weui-search-bar .weui-search-bar__box {
flex: 1;
/* width: 198px; */
margin-left: 10px;
border-radius: 999px;
background-color: #f5f5f5 !important;
margin-left: 0px;
padding-left: 6px;
}
.navigatortool .weui-search-bar .weui-search-bar__box i {
margin-left: 6px;
margin-right: 4px;
color: #ccc;
}
.navigatortool .weui-search-bar .weui-search-bar__box .iconfont {
-webkit-text-stroke-width: 0.3px;
}
.navigatortool .weui-search-bar .weui-search-bar__input {
padding: 4px 0;
}
.navigatortool .weui-search-bar .weui-search-bar__input::placeholder {
line-height: 24px !important;
}
.navigatortool .weui-search-bar .icon-xiangzuo {
width: 30px;
height: 30px;
line-height: 30px;
2 years ago
text-align: center;
2 years ago
font-weight: bold;
}
.normalBtn {
width: 260px !important;
height: 42px;
color: #fff;
border-radius: 999px;
}
2 years ago
button.loginOut {
2 years ago
width: 200px;
height: 42px;
opacity: 1;
background: var(--color-ysd);
border-radius: 25px;
font-size: 18px;
font-weight: 601;
color: #ffffff;
padding: 0;
line-height: 42px;
/* margin-top: 30px; */
margin-bottom: unset;
2 years ago
}
.uploadZheng image,
.uploadFan image {
width: 313px;
height: 167px;
border-radius: 8px;
}
.uploadFan {
text-align: center;
margin-top: 20px;
}
2 years ago
.circleNum {
2 years ago
display: inline-block;
2 years ago
width: 16px;
height: 16px;
background-color: #ff4400;
color: #fff;
font-size: 12px;
line-height: 16px;
text-align: center;
border-radius: 50%;
/* position: relative; */
/* top: -2px; */
/* right: 8px; */
2 years ago
}
2 years ago
.weui-cell:before {
transform: scaleY(1);
2 years ago
}
2 years ago
.hcb {
background-color: #f2f2f2 !important;
2 years ago
}
2 years ago
.weui-dialog__ft:after {
border-top: 1px solid #eeeeee;
transform: scaleY(1);
}
.weui-loadmore_line {
border-top: 1px solid #f3f3f3;
}
.weui-grid4,
.weui-grid5 {
position: relative;
float: left;
text-align: center;
padding: 20px 10px;
width: 25%;
box-sizing: border-box;
}
.weui-grid5 {
width: 20%;
padding: 10px 10px;
}
.weui-grids:after,
.weui-grids:before {
z-index: 99;
2 years ago
}
2 years ago
.weui-grids:after {
border-left: 0;
}
.weui-grid4:active,
.weui-grid5:active {
/* background-color: #ececec; */
}
.weui-grid4:before,
.weui-grid5::before {
content: " ";
position: absolute;
right: 0;
bottom: 0;
color: var(--weui-FG-3);
top: 0;
width: 1px;
border-right: 1px solid var(--weui-FG-3);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
.weui-grid5:nth-child(1):before {
border-left: 0;
}
.weui-grid4:nth-child(4):before,
.weui-grid5:nth-child(5):before {
border-right: 0;
border-right-width: 0px;
border-right-style: initial;
border-right-color: initial;
}
.btmFix {
position: fixed;
z-index: 999;
bottom: 0px;
left: 0;
width: 100%;
padding: 0 32px;
box-sizing: border-box;
/* margin-top: 24px;
position: relative; */
background-color: #fff !important;
height: 88px;
box-shadow: 0px -2px 4px 0px rgba(218, 218, 218, 0.5);
/* margin-bottom: 24px; */
}
.dtBtn,
.dtBtnD {
display: inline-block;
border-radius: 18px;
font-size: 16px;
font-weight: 601;
padding: 0;
color: #ffffff;
width: 128px !important;
height: 36px;
line-height: 36px;
box-sizing: border-box;
margin: 12px 0;
}
.button-hover[type="primary"] {
background-color: var(--color-hover) !important;
}
.dtBtn {
background-color: var(--color-ysd) !important;
}
.dtBtnD {
border: 1px solid var(--color-ysd);
border-radius: 18px;
background-color: #fff;
line-height: 34px;
color: var(--color-ysd);
}
.dtBtnD:active {
background-color: #fff5f1;
}
.iconView {
display: inline-block;
width: 24px;
height: 24px;
background: #f6f6f6;
border-radius: 50%;
text-align: center;
}
.iconView.active {
background: #fff5f1;
}
.editClass {
font-size: 16px;
text-align: center;
border-top: 1px solid #eee;
color: #576b95;
line-height: 48px;
}
.iconView .iconfont {
font-size: 12px;
line-height: 24px;
color: #ccc;
}
.iconView.active .iconfont {
color: #ff4400;
}
.weui-search-bar__input.c9 {
color: #999999 !important;
}
.weui-search-bar__input.c3 {
color: #333333 !important;
}
/* 搜索框的公用样式 */
.weui-search-bar {
padding-right: 12px;
}
.weui-search-bar__form {
border-radius: 40px !important;
}
.weui-search-bar__form .icon-sousuo {
position: absolute;
2 years ago
left: 8px;
2 years ago
width: 16px;
top: 1px;
height: 16px;
color: #cccccc;
}
.weui-search-bar__box {
position: relative;
line-height: 40px;
height: 40px;
padding-left: 32px;
display: flex;
justify-content: space-between;
padding-right: 0;
}
.weui-search-bar__box .weui-search-bar__input {
width: 220px;
padding: 0;
height: 40px !important;
line-height: 40px !important;
font-size: 16px;
}
.weui-search-bar__box {
height: 40px !important;
line-height: 40px !important;
}
.weui-search-bar__box .search {
position: relative;
text-align: left;
2 years ago
width: 56px;
2 years ago
padding-left: 12px;
box-sizing: border-box;
/* left: -10px; */
font-size: 16px;
height: 40px !important;
font-weight: bold;
line-height: 40px !important;
color: var(--color-ysd);
}
.weui-search-bar__box .search::before {
content: "";
position: absolute;
width: 1px;
height: 16px;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: #ddd;
}
2 years ago
.weui-search-bar .icon-qingchu {
2 years ago
position: absolute;
top: 50%;
right: 62px;
padding-right: 0;
transform: translateY(-50%);
width: 16px;
height: 16px;
z-index: 3;
line-height: 16px;
/* -webkit-mask-size: 16px; */
/* mask-size: 16px; */
}
2 years ago
.weui-search-bar .icon-qingchu::before {
2 years ago
color: rgba(0, 0, 0, 0.25);
}
.navigatortool {
position: fixed;
width: 100vw;
top: 0;
z-index: 1000;
}
.navigatortool .weui-search-bar {
display: flex;
justify-content: space-between;
/* padding-top: 52px; */
margin-bottom: 4px;
padding-right: 120px;
position: relative;
background-color: #fff;
/* padding: 8px 16px; */
/* padding-bottom: 10px; */
/* background-color: #ff4400; */
}
.navigatortool .weui-search-bar .weui-search-bar__box {
flex: 1;
/* width: 198px; */
margin-left: 10px;
border-radius: 999px;
background-color: #f5f5f5 !important;
margin-left: 0px;
padding-left: 6px;
}
.navigatortool .weui-search-bar .weui-search-bar__box i {
margin-left: 6px;
margin-right: 4px;
color: #ccc;
}
.navigatortool .weui-search-bar .weui-search-bar__box .iconfont {
-webkit-text-stroke-width: 0.3px;
}
.navigatortool .weui-search-bar .weui-search-bar__input::placeholder {
line-height: 24px !important;
}
.navigatortool .weui-search-bar .icon-xiangzuo {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-weight: bold;
}
.iconClass {
position: relative;
left: 0px;
top: -2px;
display: flex;
align-items: center;
justify-content: center;
width: 148px;
height: 34px;
background: #fff5f1;
border-radius: 17px;
}
.weui-dialog__hd {
padding: 16px 20px;
}
.weui-dialog__btn.weui-dialog__btn_primary {
color: var(--color-ysd);
}
.weui-dialog__btn.weui-dialog__btn_default {
color: #333;
}
.weui-dialog__bd.wbv0 view {
padding-bottom: 0;
border-bottom: 0;
text-align: left;
}
.weui-dialog__btn:after {
transform: scaleX(1);
border-left: 1px solid #eeeeee;
}
.elps {
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
word-break: break-all;
}
.oelps {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* 伪元素加大识别区域 */
.biggerSize,
.biggerSize2 {
position: relative;
}
.biggerSize::after {
content: "";
/* display: inline-block; */
width: 50px;
height: 50px;
position: absolute;
left: 50%;
top: 50%;
z-index: 99;
transform: translate(-50%, -50%);
}
.biggerSize2::after {
content: "";
/* display: inline-block; */
width: 100px;
height: 70px;
position: absolute;
left: 50%;
top: 50%;
z-index: 99;
transform: translate(-50%, -50%);
}
.tobe {
height: 70% !important;
}
.tobe .guanbi {
top: 12px !important;
}
.tobe .weui-dialog__hd {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 8%;
}
.tobe .weui-dialog__hd .top {
padding-bottom: 20px;
width: 100%;
}
.tobe .weui-dialog__hd .bottom {
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
/* padding-top: 10px; */
}
.tobe .weui-dialog__hd .bottom > view {
margin-top: -30px;
}
/*
成为代理二维码弹窗
*/
.contact {
width: 80%;
height: 350px;
}
.contact .contact_bottomBtn .v-center {
width: 80px !important;
}
.contact .contact_bottomBtn .rflex button {
padding: 0;
width: 100%;
}
.contact .weui-dialog__hd {
margin-top: 40px;
padding: 0;
position: relative;
}
.contact .guanbi {
position: absolute;
right: 16px;
top: -28px;
}
.contact .contact_bottomBtn .v-center {
width: 80px !important;
}
.contact .contact_bottomBtn .rflex button {
padding: 0;
width: 100%;
}
.navigatorBar {
position: relative;
letter-spacing:1px;
2 years ago
opacity: 0;
2 years ago
/* z-index: 999; */
/* background-color: var(--color-ysd); */
padding-bottom: 8px;
}
.navigatorBar {
position: absolute;
letter-spacing:1px;
background-color: #fff;
padding-bottom: 8px;
z-index: 999;
left: 0;
right: 0;
}
.navigatorBar .tabs {
position: relative;
left: 50%;
color: #000;
font-size: 35rpx;
transform: translateX(-50%);
/* justify-content: center; */
box-sizing: border-box;
}
.navigatorBar .tabs > view {
flex: 1;
line-height: 26px;
width: 56px;
color: #666;
text-align: center;
2 years ago
}
.btnHover,.loginBtn:active,.loginOut:active{
color: #fff;
background-color: var(--color-hover) !important;
2 years ago
}
/* 弹性布局 */
.g_border_c {
border: 1rpx solid #ccc;
}
.g_border_c_t {
border-top: 1rpx solid #ccc;
}
.g_border_c_r {
border-right: 1rpx solid #ccc;
}
.g_border_c_b {
border-bottom: 1rpx solid #ccc;
}
.g_border_c_l {
border-left: 1rpx solid #ccc;
}
.g_border_c_l_2 {
border-left: 2rpx solid #ccc;
}
.g_border_d {
border: 1rpx solid #ddd;
}
.g_border_d_t {
border-top: 1rpx solid #ddd;
}
.g_border_d_r {
border-right: 1rpx solid #ddd;
}
.g_border_d_b {
border-bottom: 1rpx solid #ddd;
}
.g_border_d_l {
border-left: 1rpx solid #ddd;
}
.g_border_d_l_2 {
border-left: 2rpx solid #ddd;
}
.g_border_e {
border: 1rpx solid #eee;
}
.g_border_e_t {
border-top: 1rpx solid #eee;
}
.g_border_e_r {
border-right: 1rpx solid #eee;
}
.g_border_e_b {
border-bottom: 1rpx solid #eee;
}
.g_border_e_l {
border-left: 1rpx solid #eee;
}
.g_border_main {
border: 1rpx solid #00b666;
}
.g_border_f5 {
border: 1rpx solid #f5f5f5;
}
.g_border_f5_t {
border-top: 1rpx solid #f5f5f5;
}
.g_border_f5_r {
border-right: 1rpx solid #f5f5f5;
}
.g_border_f5_b {
border-bottom: 1rpx solid #f5f5f5;
}
.g_border_f5_l {
border-left: 1rpx solid #f5f5f5;
}
.g_border_0_b {
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
}
.g_flex_1 {
flex: 1;
}
.g_flex_2 {
flex: 2;
}
.g_flex_3 {
flex: 3;
}
.g_flex_4 {
flex: 4;
}
.g_flex_none {
flex: none;
}
.g_flex_c {
display: flex;
display: -webkit-flex;
justify-content: center;
align-items: center;
}
.g_flex_rowRight_columnCenter {
display: flex;
display: -webkit-flex;
justify-content: flex-end;
align-items: center;
}
.g_flex_rowRight_columnEnd {
display: flex;
display: -webkit-flex;
justify-content: flex-end;
align-items: flex-end;
}
.g_flex_row_start {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.g_flex_row_start_none {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
.g_flex_row_start_c {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}
.g_flex_row_between {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.g_flex_row_around {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.g_flex_row_center {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.g_flex_row_end {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
}
.g_flex_column_start {
display: flex;
display: -webkit-flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
}
.g_flex_column_between {
display: flex;
display: -webkit-flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
}
.g_flex_column_around {
display: flex;
display: -webkit-flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
}
.g_flex_column_end {
display: flex;
display: -webkit-flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-end;
}
.g_flex_column_center {
display: flex;
display: -webkit-flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
}
.g_ell_1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
}
.g_ell_2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;
}
.g_ell_3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
word-break: break-all;
}
.g_ell_4 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
word-break: break-all;
}
.g_fw_100 {
font-weight: 100;
}
.g_fw_200 {
font-weight: 200;
}
.g_fw_300 {
font-weight: 300;
}
.g_fw_400 {
font-weight: 400;
}
.g_fw_500 {
font-weight: 500;
}
.g_fw_600 {
font-weight: 600;
}
.g_fw_700 {
font-weight: 700;
}
.g_fw_800 {
font-weight: 800;
}
.g_fw_900 {
font-weight: 900;
}
.g_fw_bold {
font-weight: bold;
}
.g_c_0 {
color: #000;
}
.g_c_3 {
color: #333;
}
.g_c_6 {
color: #666;
}
.g_c_7 {
color: #777777;
}
.g_c_8 {
color: #888888;
}
.g_c_9 {
color: #999;
}
.g_c_c0 {
color: #c0c4cc;
}
.g_c_c {
color: #ccc;
}
.g_c_f {
color: #fff;
}
.g_c_f0 {
color: #ff0000;
}
.g_c_f40 {
color: #ff4400;
}
.g_c_b1 {
color: #b1b1b1;
}
.g_c_fa2b {
color: #fa2b2b;
}
.g_c_a {
color: #aaaaaa;
}
.g_c_5e {
color: #5e5e5e;
}
.g_c_ff4d {
color: #ff4d4f;
}
.g_c_main {
color: #00b666;
}
.g_c_sub {
color: #576b95;
}
.g_bg_f {
background-color: #fff;
}
.g_bg_f_2 {
background-color: #f2f2f2;
}
.g_bg_f_5 {
background-color: #f5f5f5;
}
.g_bg_f_7 {
background-color: #f7f7f7;
}
.g_bg_f_9 {
background-color: #f9f9f9;
}
.g_bg_f0a {
background-color: #ff0a0a;
}
.g_bg_f40 {
background-color: #ff4400;
}
.g_bg_f40_7 {
background-color: rgba(255, 68, 0, 0.07);
}
.g_bg_f0 {
background-color: #f0f0f0;
}
.g_bg_e {
background-color: #eee;
}
.g_bg_c {
background-color: #ccc;
}
.g_bg_0 {
background-color: #000;
}
.g_bg_main {
background-color: #00b666;
}
.g_text_l {
text-align: left;
}
.g_text_c {
text-align: center;
}
.g_text_r {
text-align: right;
}
.g_text_word_c {
text-align: justify;
text-align-last: justify;
}
.g_text_underline {
text-decoration: underline;
}
.g_position_rela {
position: relative;
}
.g_position_abso {
position: absolute;
}
.g_position_abso_c {
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.g_position_fixed {
position: fixed;
}
.g_position_fixed_c {
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.g_position_c {
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.g_clear_scroll::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
.g_w_all {
width: 100%;
}
.g_w_pull {
width: 100vw;
}
.g_w_three {
width: 33.3333%;
}
.g_w_four {
width: 25%;
}
.g_h_all {
height: 100%;
}
.g_h_pull {
height: 100vh;
}
.g_h_three {
width: 33.3333%;
}
.g_h_four {
width: 25%;
}
.g_lh_1 {
line-height: 1;
}
.g_lh_1_2 {
line-height: 1.2 !important;
}
.g_animate {
transition: all 2s;
}