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.
105 lines
1.7 KiB
105 lines
1.7 KiB
2 years ago
|
//引入全局配置
|
||
|
@import "c/conf";
|
||
|
@import "c/mx";
|
||
|
@import "c/f";
|
||
|
@import "a/c";
|
||
|
@import "global";
|
||
|
|
||
|
page {
|
||
|
// background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.g-scroll_page {
|
||
|
position: relative;
|
||
|
box-sizing: border-box;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.v-time{
|
||
|
background-color: #FFFFFF;
|
||
|
position:relative;
|
||
|
height:200rpx;
|
||
|
|
||
|
.title{
|
||
|
font-size: 34rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
padding-top: 20rpx;
|
||
|
padding-left: 40rpx;
|
||
|
}
|
||
|
|
||
|
.v-btn{
|
||
|
position:absolute;
|
||
|
right:49rpx;
|
||
|
top:10rpx;
|
||
|
|
||
|
>image{
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
|
||
|
>text{
|
||
|
padding-left:15rpx;
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.time{
|
||
|
margin-top:20rpx;
|
||
|
padding:20rpx 30rpx;
|
||
|
display:flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-around;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.v-image{
|
||
|
margin:30rpx;
|
||
|
text-align: center;
|
||
|
background-color: #FFFFFF;
|
||
|
|
||
|
>image{
|
||
|
width: 480rpx;
|
||
|
height: 480rpx;
|
||
|
}
|
||
|
|
||
|
.text1{
|
||
|
margin-top:50rpx;
|
||
|
font-size: 32rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.text2{
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: #999999;
|
||
|
padding-top:40rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.v-btn{
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
margin-top:20rpx;
|
||
|
|
||
|
>button{
|
||
|
width: 400rpx;
|
||
|
height: 80rpx;
|
||
|
background: #E60000;
|
||
|
border-radius: 40rpx;
|
||
|
color:#FFFFFF;
|
||
|
font-size: 34rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|