158 lines
3.2 KiB
Plaintext
158 lines
3.2 KiB
Plaintext
|
|
.information {
|
|
padding-top: 16rpx;
|
|
|
|
height: 100%;
|
|
background-color: #fff;
|
|
}
|
|
.uni-badge,
|
|
.uni-badge-default {
|
|
font-family: 'Helvetica Neue', Helvetica, sans-serif;
|
|
box-sizing: border-box;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
padding: 3px 6px;
|
|
color: #333;
|
|
border-radius: 100px;
|
|
}
|
|
.uni-badge.uni-badge-inverted {
|
|
padding: 0 5px 0 0;
|
|
color: #929292;
|
|
background-color: transparent
|
|
}
|
|
.uni-badge-danger,
|
|
.uni-badge-red {
|
|
color: #fff;
|
|
background-color: #dd524d
|
|
}
|
|
.uni-badge-danger.uni-badge-inverted,
|
|
.uni-badge-red.uni-badge-inverted {
|
|
color: #dd524d;
|
|
background-color: transparent
|
|
}
|
|
.card-user {
|
|
width: 100%;
|
|
height: 298rpx;
|
|
background: url(https://eshangtech.com/ShopICO/uniapp/bg_wo1.png) no-repeat center;
|
|
border-radius: 12rpx;
|
|
background-size: contain;
|
|
padding: 34rpx 60rpx 120rpx 72rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: column;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
}
|
|
.owner-name {
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
}
|
|
.user-info {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: start;
|
|
-webkit-justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
margin-top: 24rpx;
|
|
}
|
|
.headimgurl {
|
|
width: 112rpx;
|
|
height: 112rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.name, .userType {
|
|
font-size: 30rpx;
|
|
color: #D5C8A6;
|
|
}
|
|
.userType {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: baseline;
|
|
-webkit-align-items: baseline;
|
|
align-items: baseline;
|
|
-webkit-box-pack: end;
|
|
-webkit-justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
}
|
|
.base-box {
|
|
margin-left: 24rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.vipType {
|
|
font-size: 24rpx;
|
|
color: #D5C8A6;
|
|
margin-top: 8rpx;
|
|
}
|
|
.cell-list {
|
|
margin-top: 40rpx;
|
|
padding: 0 24rpx 0 36rpx;
|
|
}
|
|
.uni-list-cell-navigate {
|
|
background-color: #fff;
|
|
height: 120rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: start;
|
|
-webkit-justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 22rpx 0rpx 22rpx 24rpx;
|
|
}
|
|
.icon-quanxian{
|
|
width: 36rpx;
|
|
height: 42rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
.mt20 {
|
|
margin-top: 26rpx;
|
|
}
|
|
.bor-bottom {
|
|
border-bottom: 1rpx solid #e4e4e4;
|
|
}
|
|
.myshop {
|
|
display: inline-block;
|
|
width: 80%;
|
|
line-height: 94rpx;
|
|
}
|
|
.exit {
|
|
margin-top: 24rpx;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
}
|
|
.version{
|
|
text-align: center;
|
|
color: #666;
|
|
margin-top: 8rpx;
|
|
font-size: 24rpx;
|
|
min-width: 200rpx;
|
|
}
|
|
.myshop-icon{
|
|
display: inline-block;
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border-radius: 50%;
|
|
background-color: #f43530;
|
|
}
|
|
|