This commit is contained in:
parent
4f0c067330
commit
0aa12102f3
|
@ -208,11 +208,12 @@
|
||||||
.leftTab {
|
.leftTab {
|
||||||
width:19%;
|
width:19%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #f2fffb;
|
background: #fff;
|
||||||
// border-radius: 0px 15rpx 0px 0px;
|
// border-radius: 0px 15rpx 0px 0px;
|
||||||
// padding: 24rpx 11rpx;
|
// padding: 24rpx 11rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-top: 10px;
|
border-top: 1px solid #f7f7f7;
|
||||||
|
// margin-top: 10px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
.tabBox {
|
.tabBox {
|
||||||
|
@ -612,6 +613,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-cata {
|
.view-cata {
|
||||||
|
|
Loading…
Reference in New Issue