ReedawFoodApp/unpackage/dist/dev/mp-weixin/body/my/manage.wxss

76 lines
1.4 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.common.data-v-35996aee {
padding: 15px;
background-color: #f7f7f7;
min-height: calc(100vh - 30px);
}
.add.data-v-35996aee {
width: 100%;
height: 40px;
line-height: 40px;
font-size: 32rpx;
margin-bottom: 10px;
color: #fff;
border-radius: 15px;
display: flex;
justify-content: center;
background: #fea606;
}
.box.data-v-35996aee {
width: 100%;
height: auto;
margin: 15px 0;
padding-bottom: 40px;
}
.list.data-v-35996aee {
width: 100%;
font-size: 36rpx;
}
.list .item.data-v-35996aee {
background: #fff;
padding: 10px 15px;
width: calc(100% - 30px);
border-radius: 10px;
margin-top: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.list .left.data-v-35996aee {
width: 75%;
display: flex;
align-items: center;
}
.list .left .image1.data-v-35996aee {
width: 120rpx;
height: 120rpx;
border-radius: 50%;
margin-right: 15px;
display: block;
}
.list .left .name.data-v-35996aee {
width: calc(100% - 70px);
}
.list .left .name .title.data-v-35996aee {
font-size: 34rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 5px;
}
.list .left .name .title2.data-v-35996aee {
font-size: 32rpx;
color: #999;
margin-top: 15px;
}
.list .left .name .title2 text.data-v-35996aee {
margin-right: 10px;
}
.list .blueBtn.data-v-35996aee {
width: auto;
font-size: 32rpx;
text-align: center;
}