This commit is contained in:
parent
f6611691da
commit
06a85c0eb3
|
@ -206,11 +206,11 @@
|
|||
justify-content: end;
|
||||
|
||||
.leftTab {
|
||||
width: 177rpx;
|
||||
width:19%;
|
||||
height: 100%;
|
||||
background: #ffffff;
|
||||
border-radius: 0px 15rpx 0px 0px;
|
||||
padding: 24rpx 11rpx;
|
||||
background: #f2fffb;
|
||||
// border-radius: 0px 15rpx 0px 0px;
|
||||
// padding: 24rpx 11rpx;
|
||||
box-sizing: border-box;
|
||||
margin-top: 10px;
|
||||
position: fixed;
|
||||
|
@ -222,21 +222,21 @@
|
|||
text-align: center;
|
||||
padding: 14rpx 0;
|
||||
border-radius: 60rpx;
|
||||
color: #464646;
|
||||
color: #333;
|
||||
font-size: 26rpx;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.tabActive {
|
||||
background: #0ca58b;
|
||||
color: #ffffff;
|
||||
background: #f2fffb;
|
||||
color: #019c88;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rightGoods {
|
||||
width: 280px;
|
||||
width:80%;
|
||||
height: 100%;
|
||||
// padding: 0 16rpx 27rpx;
|
||||
box-sizing: border-box;
|
||||
|
@ -436,7 +436,7 @@
|
|||
}
|
||||
|
||||
.item-view {
|
||||
width: 55%;
|
||||
width:69%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -446,8 +446,8 @@
|
|||
}
|
||||
|
||||
.item-img {
|
||||
width: 110px;
|
||||
height: 200rpx;
|
||||
width:70px;
|
||||
height:70px;
|
||||
border-radius: 14rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -482,7 +482,7 @@
|
|||
background: #FFFFFF;
|
||||
border-radius: 21rpx;
|
||||
margin-top: 10px;
|
||||
align-items: center;
|
||||
// align-items: center;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue