初始化
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
@import "@/uni.scss";
|
||||
|
||||
page {
|
||||
background: $bg;
|
||||
color: $text;
|
||||
font-size: 30rpx;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 24rpx;
|
||||
}
|
||||
|
||||
.card {
|
||||
background: $card;
|
||||
border: 1rpx solid $border;
|
||||
border-radius: 24rpx;
|
||||
box-shadow: 0 8rpx 28rpx rgba(17, 24, 39, 0.06);
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.muted {
|
||||
color: $muted;
|
||||
}
|
||||
|
||||
.btn {
|
||||
height: 88rpx;
|
||||
border-radius: 20rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 600;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: linear-gradient(135deg, $primary 0%, $primary2 100%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-ghost {
|
||||
background: rgba(17, 24, 39, 0.06);
|
||||
color: $text;
|
||||
}
|
||||
|
||||
.tag {
|
||||
padding: 10rpx 16rpx;
|
||||
border-radius: 999rpx;
|
||||
font-size: 24rpx;
|
||||
background: rgba(17, 24, 39, 0.06);
|
||||
color: $text;
|
||||
}
|
||||
Reference in New Issue
Block a user