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.
327 lines
5.3 KiB
327 lines
5.3 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;
|
|
height: 1624rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.group_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;
|
|
}
|
|
|
|
.group_2 {
|
|
margin: 36rpx 0 0 438rpx;
|
|
width: 34rpx;
|
|
}
|
|
|
|
.group_2,.group_3 {
|
|
background-color: #000;
|
|
height: 22rpx;
|
|
}
|
|
|
|
.group_3 {
|
|
margin: 36rpx 0 0 10rpx;
|
|
width: 32rpx;
|
|
}
|
|
|
|
.image_1 {
|
|
height: 24rpx;
|
|
margin: 36rpx 28rpx 0 8rpx;
|
|
width: 50rpx;
|
|
}
|
|
|
|
.group_4 {
|
|
height: 84rpx;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.box_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 200rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 170rpx;
|
|
}
|
|
|
|
.image_2 {
|
|
height: 56rpx;
|
|
margin-left: 106rpx;
|
|
width: 158rpx;
|
|
}
|
|
|
|
.group_5 {
|
|
background-color: #f8f8f8;
|
|
height: 1564rpx;
|
|
margin: -2rpx 0 112rpx -2rpx;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.section_1 {
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
height: 666rpx;
|
|
margin: 28rpx 0 0 20rpx;
|
|
width: 706rpx;
|
|
}
|
|
|
|
.text-group_1 {
|
|
height: 106rpx;
|
|
margin: 40rpx 0 0 42rpx;
|
|
width: 612rpx;
|
|
}
|
|
|
|
.text_3 {
|
|
color: #000;
|
|
font-family: PingFang SC-Medium;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
height: 44rpx;
|
|
line-height: 32rpx;
|
|
width: 128rpx;
|
|
}
|
|
|
|
.text_3,.text_4 {
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text_4 {
|
|
color: #959595;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin-top: 22rpx;
|
|
width: 612rpx;
|
|
}
|
|
|
|
.box_2 {
|
|
height: 224rpx;
|
|
margin: 266rpx 0 30rpx 42rpx;
|
|
width: 628rpx;
|
|
}
|
|
|
|
.text-wrapper_1 {
|
|
background-color: #f5f5f5;
|
|
border-radius: 2px;
|
|
height: 224rpx;
|
|
width: 230rpx;
|
|
}
|
|
|
|
.text_5 {
|
|
color: #c3c3c3;
|
|
font-size: 80rpx;
|
|
height: 112rpx;
|
|
line-height: 80rpx;
|
|
margin: 56rpx 0 0 90rpx;
|
|
width: 50rpx;
|
|
}
|
|
|
|
.text_5,.text_6 {
|
|
font-family: PingFang SC-Regular;
|
|
font-weight: NaN;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text_6 {
|
|
color: #959595;
|
|
font-size: 28rpx;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin-top: 184rpx;
|
|
width: 82rpx;
|
|
}
|
|
|
|
.section_2 {
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
height: 234rpx;
|
|
margin: 18rpx 0 0 20rpx;
|
|
width: 706rpx;
|
|
}
|
|
|
|
.text-group_2 {
|
|
height: 106rpx;
|
|
margin: 32rpx 0 0 42rpx;
|
|
width: 256rpx;
|
|
}
|
|
|
|
.text_7 {
|
|
color: #000;
|
|
font-family: PingFang SC-Medium;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
height: 44rpx;
|
|
line-height: 32rpx;
|
|
width: 256rpx;
|
|
}
|
|
|
|
.text_7,.text_8 {
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text_8 {
|
|
color: #959595;
|
|
font-family: PingFang SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: NaN;
|
|
height: 40rpx;
|
|
line-height: 28rpx;
|
|
margin-top: 22rpx;
|
|
width: 224rpx;
|
|
}
|
|
|
|
.text-wrapper_2 {
|
|
background-color: #ffdb58;
|
|
border-radius: 36px;
|
|
height: 98rpx;
|
|
margin: 54rpx 0 466rpx 74rpx;
|
|
width: 598rpx;
|
|
}
|
|
|
|
.text_9 {
|
|
color: #888;
|
|
font-family: PingFang SC-Medium;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
height: 44rpx;
|
|
margin: 26rpx 0 0 240rpx;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
width: 128rpx;
|
|
} |