101 lines
1.7 KiB
Plaintext
101 lines
1.7 KiB
Plaintext
/* pages/storeManagement/storeManagement.wxss */
|
|
.storeMangeContent {
|
|
padding-top: 80rpx;
|
|
}
|
|
|
|
.store {
|
|
width: 70%;
|
|
border: 1px solid #dcdcdc;
|
|
padding: 30rpx 60rpx;
|
|
border-radius: 10rpx;
|
|
margin: 0 auto;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.store .name {
|
|
font-weight: bold;
|
|
font-size: 40rpx;
|
|
text-align: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.store .name .tips {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.storeMangeContent .storeContent {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
text-align: center;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.storeMangeContent .storeContent .left {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.storeMangeContent .storeContent .right {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.storeMangeContent .storeContent .bottom {
|
|
padding-top: 20rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.storeMangeContent .gathering {
|
|
width: 400rpx;
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
margin: 60rpx auto;
|
|
background-color: #228b22;
|
|
border-radius: 20rpx;
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.storeMangeContent .logoff {
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
background-color: #f00;
|
|
text-align: center;
|
|
border-radius: 10rpx;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.storeMangeContent .shop_bottom {
|
|
position: absolute;
|
|
left: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 400rpx;
|
|
transform: translateX(-50%);
|
|
align-self: center;
|
|
justify-content: center;
|
|
margin-top: 200rpx;
|
|
}
|
|
|
|
.storeMangeContent .shop_bottom .shop {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
border: solid 4rpx #ebebeb;
|
|
}
|
|
|
|
.storeMangeContent .shop_bottom .shop image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.storeMangeContent .shop_bottom .shopname {
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
margin-left: 10rpx;
|
|
}
|