初始化
This commit is contained in:
57
pages/expert/index.scss
Normal file
57
pages/expert/index.scss
Normal file
@@ -0,0 +1,57 @@
|
||||
page {
|
||||
background-color: rgba(247, 249, 252, 1);
|
||||
}
|
||||
|
||||
.head {
|
||||
height: 400rpx;
|
||||
background: linear-gradient(rgba(0, 86, 90, 1), rgba(0, 123, 127, 1));
|
||||
color: white;
|
||||
|
||||
.icon {
|
||||
width: 120rpx;
|
||||
aspect-ratio: 1;
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-radius: 30rpx;
|
||||
font-size: 50rpx;
|
||||
}
|
||||
|
||||
.t-1 {
|
||||
font-weight: 700;
|
||||
font-size: 45rpx;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.t-2 {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.padding {
|
||||
padding: 30rpx;
|
||||
|
||||
.c-1 {
|
||||
background: linear-gradient(rgba(0, 33, 33, 1), rgba(0, 106, 106, 1));
|
||||
padding: 60rpx 30rpx 50rpx;
|
||||
color: white;
|
||||
border-radius: 30rpx;
|
||||
margin-bottom: 30rpx;
|
||||
|
||||
.num {
|
||||
font-size: 60rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.tip {
|
||||
margin-top: 40rpx;
|
||||
font-size: 26rpx;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
}
|
||||
.btn{
|
||||
padding: 50rpx 0;
|
||||
background-color: rgba(29, 120, 116, 1);
|
||||
}
|
||||
.c-2{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user