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.
|
|
|
page {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
background: #fff;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
height: 300rpx;
|
|
|
|
/* position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .header-bg {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
/* position: absolute;
|
|
|
|
z-index: 10;
|
|
|
|
left: 0;
|
|
|
|
top: 0; */
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
z-index: -999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .navigation {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
color: #333333;
|
|
|
|
font-size: 32rpx;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.w20 {
|
|
|
|
width: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex1 {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mtf80 {
|
|
|
|
margin-top: -80rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back {
|
|
|
|
width: 20rpx;
|
|
|
|
height: 20rpx;
|
|
|
|
margin-left: 20rpx;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
border-radius: 0rpx;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
padding: 20rpx 35rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item {
|
|
|
|
padding: 40rpx 40rpx;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vcenter {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item .icon {
|
|
|
|
width: 130rpx;
|
|
|
|
height: 130rpx;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
border-radius: 0rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item .go {
|
|
|
|
width: 20rpx;
|
|
|
|
height: 20rpx;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
border-radius: 0rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item .h1 {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: #333333;
|
|
|
|
line-height: 1rem;
|
|
|
|
margin-bottom: 5rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item .h2 {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999;
|
|
|
|
line-height: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .item .h2 .time {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
width: 400rpx;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.by {
|
|
|
|
width: 400rpx;
|
|
|
|
height: 450rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.erweima {
|
|
|
|
width: 150rpx;
|
|
|
|
height: 150rpx;
|
|
|
|
position: absolute;
|
|
|
|
margin-left: -275rpx;
|
|
|
|
margin-top: 140rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h1 {
|
|
|
|
|
|
|
|
font-size: 38rpx;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h2 {
|
|
|
|
|
|
|
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
line-height: 80rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
|
|
|
color: #333333;
|
|
|
|
/* background: linear-gradient(-90deg, #CA0100 0%, #EC2B2B 100%);
|
|
|
|
box-shadow: 0px 4rpx 14rpx 0rpx rgba(242, 64, 77, 0.38);
|
|
|
|
border-radius: 40rpx; */
|
|
|
|
}
|
|
|
|
.btn01{
|
|
|
|
background: linear-gradient(-90deg, #CA0100 0%, #EC2B2B 100%);
|
|
|
|
box-shadow: 0px 4rpx 14rpx 0rpx rgba(242, 64, 77, 0.38);
|
|
|
|
border-radius: 40rpx;
|
|
|
|
margin-top: 350rpx;
|
|
|
|
width: 400rpx;
|
|
|
|
}
|
|
|
|
.button-sp-area{
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
.textcenter {
|
|
|
|
text-align: center;
|
|
|
|
}
|