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.
65 lines
980 B
65 lines
980 B
.page {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.image-one {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.logo-style {
|
|
width: 100%;
|
|
height: 220rpx;
|
|
margin-top: 455rpx;
|
|
position: absolute;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.logo-style .image-two {
|
|
height: 220rpx;
|
|
width: 500rpx;
|
|
}
|
|
|
|
.time {
|
|
margin-top: 170rpx;
|
|
position: absolute;
|
|
width: calc(100% - 28rpx);
|
|
height: 60rpx;
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: center;
|
|
}
|
|
|
|
.time .time-info {
|
|
width: 150rpx;
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
background: #fff;
|
|
opacity: 0.6;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.time .time-info .left {
|
|
width: 50%;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
border-right: 1rpx solid black;
|
|
}
|
|
|
|
.time .time-info .right {
|
|
width: 50%;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: 25rpx;
|
|
text-align: center;
|
|
}
|
|
|