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.
107 lines
1.4 KiB
107 lines
1.4 KiB
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.epidemic-control {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
|
|
.header {
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
/* background: #349c83; */
|
|
}
|
|
|
|
.header .header-bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: 10;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.header .navigation {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: rgba(255, 255, 255, 0.9);
|
|
font-size: 32rpx;
|
|
position: relative;
|
|
z-index: 100;
|
|
letter-spacing: 2rpx;
|
|
}
|
|
|
|
.back-icon {
|
|
width: 16rpx;
|
|
height: 28rpx;
|
|
}
|
|
|
|
.header-title {
|
|
width: 90%;
|
|
text-align: center;
|
|
}
|
|
|
|
.by {
|
|
width: 750rpx;
|
|
height: 410rpx;
|
|
}
|
|
|
|
/* 头结束 */
|
|
.box {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
left: 0;
|
|
top: -100rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.box-item {
|
|
box-sizing: border-box;
|
|
width: 690rpx;
|
|
height: 190rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 14rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 43rpx 29rpx;
|
|
}
|
|
|
|
.left {
|
|
width: 86rpx;
|
|
height: 86rpx;
|
|
}
|
|
|
|
.left image {
|
|
width: 86rpx;
|
|
height: 86rpx;
|
|
}
|
|
|
|
.center {
|
|
/* width: calc(100% - 200rpx); */
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.center-title {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
margin-bottom: 18rpx;
|
|
}
|
|
|
|
.center-content {
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.right {
|
|
color: #999999;
|
|
}
|