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.
308 lines
6.0 KiB
308 lines
6.0 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;
|
|
}
|
|
.group_1 {
|
|
background-image: -webkit-linear-gradient(
|
|
top,
|
|
rgba(249, 215, 97, 1) 0,
|
|
rgba(255, 255, 255, 1) 100%
|
|
);
|
|
background-image: linear-gradient(
|
|
180deg,
|
|
rgba(249, 215, 97, 1) 0,
|
|
rgba(255, 255, 255, 1) 100%
|
|
);
|
|
width: 750rpx;
|
|
height: 428rpx;
|
|
margin-top: -2rpx;
|
|
}
|
|
.box_1 {
|
|
width: 750rpx;
|
|
height: 88rpx;
|
|
margin-top: 4rpx;
|
|
}
|
|
.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_2 {
|
|
background-color: rgba(0, 0, 0, 1);
|
|
width: 34rpx;
|
|
height: 22rpx;
|
|
margin: 36rpx 0 0 438rpx;
|
|
}
|
|
.box_3 {
|
|
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;
|
|
}
|
|
.box_4 {
|
|
width: 664rpx;
|
|
height: 56rpx;
|
|
margin: 4rpx 0 276rpx 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;
|
|
}
|
|
.group_2 {
|
|
position: relative;
|
|
width: 750rpx;
|
|
height: 1200rpx;
|
|
margin-bottom: 2rpx;
|
|
}
|
|
.box_5 {
|
|
width: 604rpx;
|
|
height: 130rpx;
|
|
margin: 392rpx 0 0 58rpx;
|
|
}
|
|
.label_1 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
margin-top: 36rpx;
|
|
}
|
|
.image_3 {
|
|
width: 38rpx;
|
|
height: 48rpx;
|
|
margin: 42rpx 0 0 42rpx;
|
|
}
|
|
.block_1 {
|
|
border-radius: 50%;
|
|
width: 126rpx;
|
|
height: 130rpx;
|
|
margin-left: 104rpx;
|
|
}
|
|
.block_2 {
|
|
background-color: rgba(73, 73, 73, 1);
|
|
width: 38rpx;
|
|
height: 48rpx;
|
|
margin: 38rpx 0 0 118rpx;
|
|
}
|
|
.label_2 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
margin: 32rpx 0 0 18rpx;
|
|
}
|
|
.image_4 {
|
|
position: absolute;
|
|
left: 300rpx;
|
|
top: 386rpx;
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
}
|
|
.image_5 {
|
|
position: absolute;
|
|
left: 18rpx;
|
|
top: 194rpx;
|
|
width: 712rpx;
|
|
height: 528rpx;
|
|
}
|
|
.group_3 {
|
|
background-color: rgba(39, 39, 39, 0.5);
|
|
border-radius: 6px;
|
|
position: absolute;
|
|
left: 18rpx;
|
|
top: 192rpx;
|
|
width: 712rpx;
|
|
height: 530rpx;
|
|
-webkit-box-pack: flex-center;
|
|
-webkit-justify-content: flex-center;
|
|
justify-content: flex-center;
|
|
}
|
|
.text_3 {
|
|
width: 290rpx;
|
|
height: 44rpx;
|
|
overflow-wrap: break-word;
|
|
color: rgba(255, 255, 255, 1);
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 32rpx;
|
|
margin: 36rpx 0 0 42rpx;
|
|
}
|
|
.box_6 {
|
|
background-color: rgba(255, 255, 255, 0.81);
|
|
border-radius: 2px;
|
|
width: 82rpx;
|
|
height: 82rpx;
|
|
margin: 146rpx 0 0 392rpx;
|
|
}
|
|
.image-wrapper_1 {
|
|
background-color: rgba(47, 47, 47, 0.5);
|
|
border-radius: 50%;
|
|
height: 68rpx;
|
|
width: 68rpx;
|
|
margin: 96rpx 0 0 624rpx;
|
|
}
|
|
.thumbnail_2 {
|
|
width: 38rpx;
|
|
height: 38rpx;
|
|
margin: 14rpx 0 0 16rpx;
|
|
}
|
|
.box_7 {
|
|
background-color: rgba(217, 217, 217, 1);
|
|
border-radius: 4px;
|
|
height: 6rpx;
|
|
width: 636rpx;
|
|
margin: 16rpx 0 36rpx 38rpx;
|
|
}
|
|
.group_4 {
|
|
background-color: rgba(85, 175, 255, 1);
|
|
border-radius: 4px;
|
|
width: 124rpx;
|
|
height: 6rpx;
|
|
}
|
|
.box_8 {
|
|
background-color: rgba(85, 175, 255, 1);
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 142rpx;
|
|
top: 484rpx;
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
}
|
|
|
|
|