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.
651 lines
11 KiB
651 lines
11 KiB
page {
|
|
font-family: PingFangSC-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC-Light,Microsoft YaHei;
|
|
}
|
|
|
|
button {
|
|
background-color: transparent;
|
|
border: 1px solid transparent;
|
|
margin: 0;
|
|
outline: none;
|
|
padding: 0;
|
|
}
|
|
|
|
button:active {
|
|
opacity: .6;
|
|
}
|
|
|
|
.flex-col {
|
|
-webkit-box-orient: vertical;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-col,.flex-row {
|
|
-webkit-box-direction: normal;
|
|
display: flex;
|
|
}
|
|
|
|
.flex-row {
|
|
-webkit-box-orient: horizontal;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.justify-start {
|
|
-webkit-box-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.justify-center,.justify-start {
|
|
display: flex;
|
|
}
|
|
|
|
.justify-center {
|
|
-webkit-box-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.justify-end {
|
|
-webkit-box-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.justify-end,.justify-evenly {
|
|
display: flex;
|
|
}
|
|
|
|
.justify-evenly {
|
|
-webkit-box-pack: space-evenly;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.justify-around {
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.justify-around,.justify-between {
|
|
display: flex;
|
|
}
|
|
|
|
.justify-between {
|
|
-webkit-box-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.align-start {
|
|
-webkit-box-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.align-center,.align-start {
|
|
display: flex;
|
|
}
|
|
|
|
.align-center {
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.align-end {
|
|
-webkit-box-align: end;
|
|
align-items: flex-end;
|
|
display: flex;
|
|
}
|
|
|
|
.page {
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.section_1 {
|
|
height: 88rpx;
|
|
margin-top: 2rpx;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.text_1 {
|
|
color: #000;
|
|
font-family: PingFang SC-Semibold;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
height: 44rpx;
|
|
letter-spacing: -.2800000011920929px;
|
|
line-height: 32rpx;
|
|
margin: 28rpx 0 0 42rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 108rpx;
|
|
}
|
|
|
|
.box_1 {
|
|
margin: 36rpx 0 0 438rpx;
|
|
width: 34rpx;
|
|
}
|
|
|
|
.box_1,.box_2 {
|
|
background-color: #000;
|
|
height: 22rpx;
|
|
}
|
|
|
|
.box_2 {
|
|
margin: 36rpx 0 0 10rpx;
|
|
width: 32rpx;
|
|
}
|
|
|
|
.image_1 {
|
|
height: 24rpx;
|
|
margin: 36rpx 28rpx 0 8rpx;
|
|
width: 50rpx;
|
|
}
|
|
|
|
.section_2 {
|
|
height: 96rpx;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.group_1 {
|
|
height: 56rpx;
|
|
margin: 4rpx 0 0 60rpx;
|
|
width: 664rpx;
|
|
}
|
|
|
|
.thumbnail_1 {
|
|
height: 18rpx;
|
|
margin-top: 38rpx;
|
|
width: 30rpx;
|
|
}
|
|
|
|
.text_2 {
|
|
color: #000;
|
|
font-family: PingFang SC-Medium;
|
|
font-size: 34rpx;
|
|
font-weight: 500;
|
|
height: 48rpx;
|
|
line-height: 34rpx;
|
|
margin: 4rpx 0 0 218rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 136rpx;
|
|
}
|
|
|
|
.image_2 {
|
|
height: 56rpx;
|
|
margin-left: 122rpx;
|
|
width: 158rpx;
|
|
}
|
|
|
|
.section_3 {
|
|
background-color: #f8f8f8;
|
|
height: 1440rpx;
|
|
margin-top: -2rpx;
|
|
position: relative;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.box_3 {
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
left: -34rpx;
|
|
position: absolute;
|
|
top: 248rpx;
|
|
width: 796rpx;
|
|
}
|
|
|
|
.text-wrapper_1 {
|
|
height: 40rpx;
|
|
margin: 28rpx 0 0 86rpx;
|
|
width: 634rpx;
|
|
}
|
|
|
|
.text_3 {
|
|
color: #181818;
|
|
font-family: PingFang SC-Semibold;
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
height: 40rpx;
|
|
width: 198rpx;
|
|
}
|
|
|
|
.text_3,.text_4 {
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text_4 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 24rpx;
|
|
font-weight: NaN;
|
|
height: 34rpx;
|
|
line-height: 24rpx;
|
|
margin-top: 6rpx;
|
|
width: 208rpx;
|
|
}
|
|
|
|
.image_3 {
|
|
height: 294rpx;
|
|
margin: 34rpx 0 0 94rpx;
|
|
width: 616rpx;
|
|
}
|
|
|
|
.text-wrapper_2 {
|
|
height: 44rpx;
|
|
margin: 32rpx 0 0 86rpx;
|
|
width: 634rpx;
|
|
}
|
|
|
|
.text_5 {
|
|
color: #181818;
|
|
font-family: PingFang SC-Semibold;
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin-top: 4rpx;
|
|
width: 198rpx;
|
|
}
|
|
|
|
.text_5,.text_6 {
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text_6 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 24rpx;
|
|
font-weight: NaN;
|
|
height: 34rpx;
|
|
line-height: 24rpx;
|
|
width: 208rpx;
|
|
}
|
|
|
|
.image_4 {
|
|
height: 294rpx;
|
|
margin: 22rpx 0 0 88rpx;
|
|
width: 616rpx;
|
|
}
|
|
|
|
.text-wrapper_3 {
|
|
height: 44rpx;
|
|
margin: 52rpx 0 204rpx 82rpx;
|
|
width: 634rpx;
|
|
}
|
|
|
|
.text_7 {
|
|
color: #181818;
|
|
font-family: PingFang SC-Semibold;
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
height: 40rpx;
|
|
margin-top: 4rpx;
|
|
width: 198rpx;
|
|
}
|
|
|
|
.text_7,.text_8 {
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text_8 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 24rpx;
|
|
font-weight: NaN;
|
|
height: 34rpx;
|
|
line-height: 24rpx;
|
|
width: 208rpx;
|
|
}
|
|
|
|
.box_4 {
|
|
background: url(/static/lanhu_baobeizaixian/FigmaDDSSlicePNGfeb393f2f861fb64f72d81aa4b95ac5c.png-do-not-use-local-path-./pages/lanhu_baobeizaixian/index.wxss&1&4298) 100% no-repeat;
|
|
background-size: 100% 100%;
|
|
height: 294rpx;
|
|
left: 94rpx;
|
|
position: absolute;
|
|
top: 916rpx;
|
|
width: 616rpx;
|
|
}
|
|
|
|
.group_2 {
|
|
background-color: #fff;
|
|
box-shadow: 0 -5px 14px 0 rgba(0,0,0,.07);
|
|
height: 140rpx;
|
|
margin: 136rpx 0 0 -60rpx;
|
|
position: relative;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.image-text_1 {
|
|
height: 108rpx;
|
|
margin: 12rpx 0 0 98rpx;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.label_1 {
|
|
height: 60rpx;
|
|
margin-left: 4rpx;
|
|
width: 52rpx;
|
|
}
|
|
|
|
.text-group_1 {
|
|
color: #000;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
margin-top: 8rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.block_1 {
|
|
height: 90rpx;
|
|
margin: 30rpx 0 0 162rpx;
|
|
width: 112rpx;
|
|
}
|
|
|
|
.box_5 {
|
|
background-color: #ffca03;
|
|
border-radius: 50%;
|
|
height: 36rpx;
|
|
margin-left: 36rpx;
|
|
width: 42rpx;
|
|
}
|
|
|
|
.text_9 {
|
|
color: #000;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin-top: 14rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 112rpx;
|
|
}
|
|
|
|
.image-text_2 {
|
|
height: 100rpx;
|
|
margin: 20rpx 102rpx 0 164rpx;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.label_2 {
|
|
height: 44rpx;
|
|
margin-left: 6rpx;
|
|
width: 44rpx;
|
|
}
|
|
|
|
.text-group_2 {
|
|
color: #000;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin-top: 16rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.label_3 {
|
|
height: 48rpx;
|
|
left: 348rpx;
|
|
top: 18rpx;
|
|
width: 48rpx;
|
|
}
|
|
|
|
.box_6,.label_3 {
|
|
position: absolute;
|
|
}
|
|
|
|
.box_6 {
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
height: 218rpx;
|
|
left: -18rpx;
|
|
top: 14rpx;
|
|
width: 796rpx;
|
|
}
|
|
|
|
.group_3 {
|
|
height: 54rpx;
|
|
margin: 32rpx 0 0 52rpx;
|
|
width: 670rpx;
|
|
}
|
|
|
|
.text-wrapper_4 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_10 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 32rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.text-wrapper_5 {
|
|
background-color: #fad96a;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 16rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_11 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 30rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.text-wrapper_6 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 22rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_12 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 32rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.text-wrapper_7 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 18rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_13 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 32rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.text-wrapper_8 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 24rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_14 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 32rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.group_4 {
|
|
height: 54rpx;
|
|
margin: 36rpx 0 42rpx 52rpx;
|
|
width: 670rpx;
|
|
}
|
|
|
|
.text-wrapper_9 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_15 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
margin: 6rpx 0 0 32rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 56rpx;
|
|
}
|
|
|
|
.text-wrapper_10 {
|
|
background-color: #fad96a;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 16rpx;
|
|
text-align: center;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_16 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
margin: 6rpx 0 0 20rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
width: 84rpx;
|
|
}
|
|
|
|
.text-wrapper_11 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 22rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_17 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 22rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 84rpx;
|
|
}
|
|
|
|
.text-wrapper_12 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 18rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_18 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 22rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 84rpx;
|
|
}
|
|
|
|
.text-wrapper_13 {
|
|
background-color: #f7f7f7;
|
|
border-radius: 21px;
|
|
height: 54rpx;
|
|
margin-left: 24rpx;
|
|
width: 118rpx;
|
|
}
|
|
|
|
.text_19 {
|
|
color: #585858;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin: 6rpx 0 0 22rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 84rpx;
|
|
} |