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.
198 lines
4.0 KiB
198 lines
4.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;
|
|
}
|
|
.box_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;
|
|
}
|
|
.group_1 {
|
|
background-color: rgba(0, 0, 0, 1);
|
|
width: 34rpx;
|
|
height: 22rpx;
|
|
margin: 36rpx 0 0 438rpx;
|
|
}
|
|
.group_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;
|
|
}
|
|
.box_2 {
|
|
width: 750rpx;
|
|
height: 84rpx;
|
|
}
|
|
.group_3 {
|
|
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 198rpx;
|
|
}
|
|
.image_2 {
|
|
width: 158rpx;
|
|
height: 56rpx;
|
|
margin-left: 142rpx;
|
|
}
|
|
.image-wrapper_1 {
|
|
background-color: rgba(245, 245, 245, 1);
|
|
height: 1564rpx;
|
|
width: 770rpx;
|
|
position: relative;
|
|
margin: -2rpx 0 112rpx -2rpx;
|
|
}
|
|
.image_3 {
|
|
width: 634rpx;
|
|
height: 168rpx;
|
|
margin: 138rpx 0 0 12rpx;
|
|
}
|
|
.image_4 {
|
|
position: absolute;
|
|
left: -8rpx;
|
|
top: 8rpx;
|
|
width: 872rpx;
|
|
height: 88rpx;
|
|
}
|
|
|
|
|