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.
 
 
 
 
 
 

608 lines
12 KiB

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