82 lines
1.2 KiB
Plaintext
82 lines
1.2 KiB
Plaintext
/* component/tabList/index.wxss */
|
|
.mask{
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
}
|
|
.mask-z{
|
|
z-index: 99;
|
|
}
|
|
.pub-con{
|
|
position: relative;
|
|
z-index: 9999;
|
|
}
|
|
.tab-list{
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 0;
|
|
padding: 11rpx 0;
|
|
background: #FFFFFF;
|
|
z-index: 11;
|
|
}
|
|
.flex-col {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
text-align: left;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-pack: left;
|
|
-webkit-box-align: left;
|
|
}
|
|
.flex-row {
|
|
display: flex;
|
|
}
|
|
.tc{
|
|
text-align: center;
|
|
}
|
|
.list-item .tab-img1,.list-item .tab-img2{
|
|
margin: 0 auto;
|
|
display: block;
|
|
width: 45rpx;
|
|
height: 35rpx;
|
|
}
|
|
.list-name{
|
|
margin-top: 6rpx;
|
|
color: #707070;
|
|
font-size: 20rpx;
|
|
}
|
|
.list-cur .list-name{
|
|
color: #3D98FF;
|
|
}
|
|
.list-item .tab-img2,.list-cur .tab-img1{
|
|
display: none;
|
|
}
|
|
.list-cur .tab-img2{
|
|
display: block;
|
|
}
|
|
.pub-img{
|
|
width: 76rpx;
|
|
height: 69rpx;
|
|
}
|
|
.pub-list{
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 150rpx;
|
|
z-index: 11;
|
|
text-align: center;
|
|
z-index: 9999;
|
|
}
|
|
.plist{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.pub{
|
|
margin-right: 100rpx;
|
|
} |