TakeOutShop/userserve/clientserve/style.scss
2025-03-13 20:39:25 +08:00

50 lines
952 B
SCSS

page{
background-color: #f6f6f6;
}
.main{
background: url(https://zhkj1.oss-cn-shanghai.aliyuncs.com/zhscMerchant/user_bcg.png) #f6f6f6;
background-repeat: no-repeat;
background-size: 100%;
.head{
position: fixed;
z-index: 100;
width: 100%;
top: 0;
left: 0;
padding-bottom: 10px;
display: flex;
align-items: center;
.head_back{
display: flex;
align-items: center;
background: rgba(255,255,255,.6);
border: 1rpx solid rgba(0,0,0,.1);
border-radius: 50rpx;
margin-left: 10px;
position: absolute;
left: 10px;
z-index: 2;
.head_back_img{
display: block;
width: 16px;
height: 16px;
margin-left: 7px;
}
}
.head_title{
position: absolute;
z-index: 1;
font-size: 34rpx;
color: '#000000';
display: flex;
align-items: center;
font-weight: 500;
justify-content: center;
}
}
.head_show{
background-color: #FFFFFF;
border-bottom: 1rpx solid #f6f6f6;
}
}