fix: 认证策略是先充值后实名, 首页入口
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 2m49s
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 2m49s
This commit is contained in:
@@ -179,8 +179,10 @@
|
||||
}
|
||||
|
||||
.logo-stack {
|
||||
position: relative;
|
||||
width: 88rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10rpx;
|
||||
width: 140rpx;
|
||||
height: 88rpx;
|
||||
margin-top: 12rpx;
|
||||
flex-shrink: 0;
|
||||
@@ -188,17 +190,15 @@
|
||||
}
|
||||
|
||||
.carrier-logo {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 88rpx;
|
||||
height: 88rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.slot-badge {
|
||||
position: absolute;
|
||||
right: -8rpx;
|
||||
bottom: -8rpx;
|
||||
z-index: 2;
|
||||
width: 42rpx;
|
||||
height: 42rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.carrier-details {
|
||||
|
||||
@@ -270,8 +270,10 @@
|
||||
}
|
||||
|
||||
.logo-stack {
|
||||
position: relative;
|
||||
width: 88rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10rpx;
|
||||
width: 140rpx;
|
||||
height: 88rpx;
|
||||
margin-top: 12rpx;
|
||||
flex-shrink: 0;
|
||||
@@ -279,17 +281,15 @@
|
||||
}
|
||||
|
||||
.carrier-logo {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 88rpx;
|
||||
height: 88rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.slot-badge {
|
||||
position: absolute;
|
||||
right: -8rpx;
|
||||
bottom: -8rpx;
|
||||
z-index: 2;
|
||||
width: 42rpx;
|
||||
height: 42rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.carrier-details {
|
||||
|
||||
Reference in New Issue
Block a user