yuminge-app/yun-min-program-plugin-master/packageE/appointment/mine/mine.wxss

170 lines
2.2 KiB
Plaintext

.appointment-bottom {
position: fixed;
bottom: 0;
display: flex;
background-color: #fff;
text-align: center;
width: 100%;
padding: 9.6rpx 0;
}
.appointment-bottom .item {
flex: 1;
display: flex;
flex-direction: column;
color: #ccc;
}
.appointment-bottom .item image {
width: 48rpx;
height: 48rpx;
}
.appointment-bottom .active {
color: #f49f19;
}
#mine {
text-align: left;
}
#mine .header {
padding: 32rpx;
background-color: #fff;
}
#mine .font {
font-size: 18px;
font-weight: bold;
}
#mine .member {
display: flex;
margin: 32rpx 0 0 32rpx;
}
#mine .img-box {
width: 96rpx;
height: 96rpx;
margin-right: 32rpx;
}
#mine .img-box image {
width: 96rpx;
height: 96rpx;
border-radius: 50%;
}
#mine .right {
display: flex;
flex-direction: column;
justify-content: space-between;
}
#mine .right .name {
font-size: 18px;
font-weight: bold;
}
#mine .right .title {
color: #f49f19;
}
#mine .list {
margin-top: 16rpx;
padding: 16rpx 32rpx;
background-color: #fff;
}
#mine .list .li {
display: flex;
padding: 16rpx 0;
font-size: 16px;
align-items: center;
}
#mine .content {
flex: 1;
display: flex;
}
#mine .content .left {
width: 384rpx;
display: flex;
align-items: center;
}
#mine .content .icon {
width: 38.4rpx;
height: 38.4rpx;
margin-right: 16rpx;
}
#mine .content .icon image {
width: 100%;
height: 100%;
}
#mine .content text {
line-height: 48rpx;
flex: 1;
}
#mine .icon-advertise-next {
align-self: center;
}
.appointment-bottom {
position: fixed;
bottom: 0;
display: flex;
background-color: #fff;
text-align: center;
width: 100%;
padding: 0.3rem 0;
}
.appointment-bottom .item {
flex: 1;
display: flex;
flex-direction: column;
color: #ccc;
}
.appointment-bottom .item image {
width: 1.5rem;
height: 1.5rem;
}
.appointment-bottom .active {
color: #f49f19;
}
.bottom {
display: flex;
}
.bottom view {
flex: 1;
}
.bottom .hit {
border-radius: 2.5px;
border: solid 0.5px #f49f19;
color: #f49f19;
display: inline-block;
padding: 0 0.2rem;
}
.bottom .comment {
color: #ccc;
display: flex;
align-items: center;
/* text-align: right */
}
.bottom .comment .iconfont {
display: flex;
}