初始化
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
page {
|
||||
background: #f6f7fb;
|
||||
color: #111827;
|
||||
font-size: 30rpx;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.container {
|
||||
padding: 24rpx;
|
||||
}
|
||||
.card {
|
||||
background: #ffffff;
|
||||
border: 1rpx solid rgba(17, 24, 39, 0.08);
|
||||
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: #6b7280;
|
||||
}
|
||||
.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, #111827 0%, #3b82f6 100%);
|
||||
color: #fff;
|
||||
}
|
||||
.btn-ghost {
|
||||
background: rgba(17, 24, 39, 0.06);
|
||||
color: #111827;
|
||||
}
|
||||
.tag {
|
||||
padding: 10rpx 16rpx;
|
||||
border-radius: 999rpx;
|
||||
font-size: 24rpx;
|
||||
background: rgba(17, 24, 39, 0.06);
|
||||
color: #111827;
|
||||
}
|
||||
Reference in New Issue
Block a user