This commit is contained in:
kbing1981 2024-08-21 11:29:54 +08:00
parent f6611691da
commit 06a85c0eb3
1 changed files with 12 additions and 12 deletions

View File

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