门店管理新增创建按钮
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
{
|
||||
type: 'text',
|
||||
x: 86,
|
||||
y: 630,
|
||||
y: 628,
|
||||
zIndex: 99,
|
||||
w: width - (20 * 2),
|
||||
text: '邀请码:' + invite,
|
||||
@@ -353,7 +353,7 @@
|
||||
}
|
||||
}
|
||||
.button {
|
||||
background: $mian-color-deep;
|
||||
background: $text-price;
|
||||
border-radius: 0;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
@@ -375,7 +375,7 @@
|
||||
left: 10rpx;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding: 10rpx 30rpx 20rpx;
|
||||
padding: 16rpx 30rpx 20rpx;
|
||||
box-sizing: border-box;
|
||||
z-index: 9;
|
||||
.codeCont-avatar {
|
||||
@@ -389,7 +389,7 @@
|
||||
width: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 10rpx 40rpx 0 140rpx;
|
||||
padding: 14rpx 40rpx 0 140rpx;
|
||||
box-sizing: border-box;
|
||||
.codeCont-name {
|
||||
color: #FFFFFF;
|
||||
|
||||
@@ -729,8 +729,9 @@ export default {
|
||||
margin: 15px 0 2.5px;
|
||||
font-size: 36rpx;
|
||||
.user-name-identity {
|
||||
vertical-align: top;
|
||||
width: 90rpx;
|
||||
height: 15px;
|
||||
height: 32rpx;
|
||||
margin: 5px 0 0 5px;
|
||||
}
|
||||
}
|
||||
@@ -932,6 +933,7 @@ export default {
|
||||
.userNew-icon {
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
vertical-align: top;
|
||||
margin: 24rpx 20rpx 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user