This commit is contained in:
parent
0aa12102f3
commit
ddf29e8777
|
@ -292,6 +292,7 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: #fff;
|
||||
}
|
||||
.body {
|
||||
height: 100vh;
|
||||
|
@ -299,12 +300,13 @@
|
|||
justify-content: end;
|
||||
|
||||
.leftTab {
|
||||
width: 177rpx;
|
||||
width:19%;
|
||||
height: 100%;
|
||||
background: #ffffff;
|
||||
border-radius: 0px 15rpx 0px 0px;
|
||||
padding: 24rpx 11rpx;
|
||||
// border-radius: 0px 15rpx 0px 0px;
|
||||
// padding: 24rpx 11rpx;
|
||||
box-sizing: border-box;
|
||||
border-top: 1px solid #f7f7f7;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
.tabBox {
|
||||
|
@ -313,7 +315,7 @@
|
|||
.tabItem {
|
||||
text-align: center;
|
||||
padding: 14rpx 0;
|
||||
border-radius: 60rpx;
|
||||
// border-radius: 60rpx;
|
||||
color: #464646;
|
||||
font-size: 26rpx;
|
||||
font-weight: bold;
|
||||
|
@ -321,14 +323,14 @@
|
|||
}
|
||||
|
||||
.tabActive {
|
||||
background: #0ca58b;
|
||||
color: #ffffff;
|
||||
background: #f2fffb;
|
||||
color: #019c88;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rightGoods {
|
||||
width: 280px;
|
||||
width:80%;
|
||||
height: 100%;
|
||||
// padding: 0 16rpx 27rpx;
|
||||
box-sizing: border-box;
|
||||
|
@ -501,7 +503,7 @@
|
|||
}
|
||||
|
||||
.item-view {
|
||||
width: 55%;
|
||||
width:69%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -511,8 +513,8 @@
|
|||
}
|
||||
|
||||
.item-img {
|
||||
width: 110px;
|
||||
height: 200rpx;
|
||||
width:70px;
|
||||
height:70px;
|
||||
border-radius: 14rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -546,7 +548,7 @@
|
|||
background: #FFFFFF;
|
||||
border-radius: 21rpx;
|
||||
margin-top: 10px;
|
||||
align-items: center;
|
||||
// align-items: center;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
|
@ -676,5 +678,6 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: #fff;
|
||||
}
|
||||
</style>
|
|
@ -222,7 +222,7 @@
|
|||
.tabItem {
|
||||
text-align: center;
|
||||
padding: 14rpx 0;
|
||||
border-radius: 60rpx;
|
||||
// border-radius: 60rpx;
|
||||
color: #333;
|
||||
font-size: 26rpx;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue