商品浏览页构建前最后一次更新
This commit is contained in:
Vendored
+10
-16
@@ -177,8 +177,8 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* 空状态统一的在 app.scss */
|
||||
.login-guard {
|
||||
/* 空状态(主题适配) */
|
||||
.empty-state {
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
@@ -188,30 +188,24 @@
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
padding: 120rpx 40rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.login-guard-icon {
|
||||
font-size: 80rpx;
|
||||
.empty-icon-img {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
margin-bottom: 24rpx;
|
||||
}
|
||||
|
||||
.login-guard-title {
|
||||
font-size: 36rpx;
|
||||
.empty-text {
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
color: var(--text-primary);
|
||||
margin-bottom: 12rpx;
|
||||
}
|
||||
|
||||
.login-guard-desc {
|
||||
font-size: 28rpx;
|
||||
.empty-sub {
|
||||
font-size: 26rpx;
|
||||
color: var(--text-secondary);
|
||||
margin-bottom: 32rpx;
|
||||
}
|
||||
|
||||
.login-guard-btn {
|
||||
padding: 20rpx 48rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user