yuminge-app/yun-min-program-plugin-master/packageE/others/case_library/mycomponents/head.wxss

55 lines
832 B
Plaintext

/* packageE/others/case_library/mycomponents/head.wxss */
@import "/mycss/stylesheet.wxss";
@import "/mycss/iconfont.wxss";
.idhead {
text-align: center;
z-index: 2005;
position: relative;
}
.idhead .head {
width: 100%;
height: 80rpx;
border-bottom: #ebebeb 0.0313rem solid;
position: fixed;
display: flex;
background: #fff;
line-height: 80rpx;
}
.idhead .head .left {
width: 96rpx;
min-width: 96rpx;
text-align: center;
}
.idhead .head .middle {
width: 320rpx;
flex: 1;
color: #333;
font-size: 32rpx;
}
.idhead .head .right {
width: 96rpx;
min-width: 96rpx;
text-align: center;
}
.menu {
height: 100%;
}
.menu .li {
line-height: 86.976rpx;
font-size: 30rpx;
font-weight: 600;
color: #333;
}
.menu .li-selected {
background: #fff0e8;
border-right: 3rpx solid #ff5c00;
}