yuminge-app/yun-min-program-plugin-master/packageC/o2o/storeManage/storeManage.wxss

282 lines
4.4 KiB
Plaintext

/* pages/storeManage/storeManage.wxss */
.header {
height: auto;
background: #f15353;
background-size: 100% 100%;
padding: 40rpx;
position: relative;
}
.header .user {
display: flex;
text-align: center;
}
.header .user .cashier-name {
text-align: left;
flex: 2;
margin-left: 20rpx;
line-height: 60rpx;
color: #fff;
font-weight: bold;
font-size: 36rpx;
}
.header .user .user-head {
height: 104rpx;
width: 104rpx;
background: #fff;
border-radius: 50%;
border: 4rpx solid #fff;
box-sizing: border-box;
float: left;
overflow: hidden;
}
.header .user .user-head image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.header .user .user-info {
margin-top: 22rpx;
float: left;
color: #fff;
}
.header .user .set {
position: absolute;
right: 20rpx;
top: 20rpx;
color: #fff;
font-size: 28rpx;
}
.header .user .user-info .user-name {
width: auto;
font-size: 28rpx;
}
.header .user .user-info .user-name .b-tixian {
display: flex;
justify-content: center;
width: 152rpx;
margin-top: 16rpx;
margin: 0 auto;
padding: 10rpx;
border-radius: 36rpx;
color: #fff;
background: rgba(255, 255, 255, 0.3);
align-items: center;
}
.header .user .user-info .user-name .b-tixian icon {
margin-top: -6rpx;
}
.header .user .user-info .user-other {
height: 40rpx;
width: auto;
font-size: 28rpx;
line-height: 40rpx;
opacity: 0.8;
}
.header .user-gold {
height: 70rpx;
width: 94%;
padding: 10rpx 3%;
border-bottom: 2rpx solid #f5f3f3;
background: #fff;
font-size: 24rpx;
line-height: 70rpx;
}
.header .user-gold .title {
height: 70rpx;
width: auto;
float: left;
color: #666;
}
.header .user-gold .num {
height: 70rpx;
width: auto;
float: left;
color: #f90;
}
.header .user-gold .draw {
width: 160rpx;
height: 60rpx;
background: #6c9;
float: right;
}
.header .user-op {
height: 70rpx;
width: 94%;
padding: 10rpx 3%;
border-bottom: 2rpx solid #f5f3f3;
background: #fff;
font-size: 24rpx;
line-height: 70rpx;
}
.youxiao {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 2.5rem;
line-height: 1.25rem;
background-color: rgba(244, 118, 119, 1);
text-align: center;
}
.youxiao .left_youxiao .tian {
left: 4.06rem;
top: 11.63rem;
width: 5.44rem;
height: 1.31rem;
color: rgba(255, 255, 255, 1);
font-size: 0.81rem;
text-align: left;
margin-right: 5rem;
}
.youxiao .right_youxiao {
display: flex;
justify-content: center;
align-items: center;
}
.youxiao .right_youxiao text {
left: 17.56rem;
display: block;
top: 11.56rem;
width: 4.38rem;
height: 1.5rem;
line-height: 1.5rem;
border-radius: 0.81rem;
background-color: rgba(241, 83, 83, 1);
color: rgba(255, 255, 255, 1);
font-size: 14px;
text-align: center;
}
.money-center {
background: #fff;
border-bottom: 2rpx solid #f5f3f3;
margin-top: 20rpx;
overflow: hidden;
}
.userinfo {
background: #fff;
margin-bottom: 20rpx;
}
.userinfo .ul {
padding: 32rpx 0;
}
.userinfo .ul .li {
color: #8c8c8c;
text-align: center;
display: block;
}
.userinfo .ul .li .span {
color: #222;
font-size: 28rpx;
}
.userinfo .ul .li:first-child {
border-right: solid 2rpx #ebebeb;
}
.userinfo .ul .li {
box-sizing: border-box;
flex: 1;
float: left;
width: 50%;
border: 0;
}
.userinfo .ul .li .span {
color: #f15353;
font-size: 36rpx;
display: inline-block;
margin-bottom: 12rpx;
font-weight: bold;
}
.userinfo .ul .li .small {
font-weight: normal;
font-size: 48rpx;
}
.userinfo .ul .li:last-child {
border: 0;
}
.userinfo .ul .li::after {
content: "";
display: block;
clear: both;
}
.userinfo .ul::after {
content: "";
display: block;
clear: both;
}
.list1 {
height: 88rpx;
background: #fff;
padding-right: 28rpx;
margin-left: 28rpx;
border-top: 2rpx solid #ebebeb;
font-size: 32rpx;
line-height: 88rpx;
color: #333;
text-align: left;
display: flex;
justify-content: space-between;
}
.list1 .left {
display: flex;
align-items: center;
}
.list1 .left .span {
margin-left: 20rpx;
}
.list1 .left icon {
font-size: 52rpx;
color: rgb(241, 83, 83);
}
.list1 .right {
display: flex;
align-items: center;
justify-content: center;
}
.list1 .right van-icon {
display: flex;
align-items: center;
justify-content: center;
}
.cart {
height: auto;
width: 100%;
background: #fff;
}