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.
35 lines
598 B
35 lines
598 B
@import '../../../dist/styles/index.wxss';
|
|
.container{
|
|
background: #ffffff;
|
|
}
|
|
.top1{
|
|
background:rgba(255,255,255,1);
|
|
width: 100%;
|
|
height: 94rpx;
|
|
}
|
|
.top1 .font-left{
|
|
font-size:36rpx;
|
|
font-weight:bold;
|
|
color:rgba(60,108,252,1);
|
|
}
|
|
.top1 image{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.top1 .font-right{
|
|
font-size:24rpx;
|
|
font-weight:500;
|
|
color:rgba(165,176,185,1);
|
|
line-height:54rpx;
|
|
}
|
|
.go{
|
|
width: 60rpx;
|
|
height: 30rpx;
|
|
border: 1px #A5B0B9 solid;
|
|
color: #A5B0B9;
|
|
font-size: 20rpx;
|
|
border-radius: 6rpx;
|
|
text-align: center;
|
|
line-height: 30rpx;
|
|
margin: -60rpx 0rpx;
|
|
}
|
|
|