This commit is contained in:
parent
ab450f6c0a
commit
6849affb95
|
@ -333,12 +333,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightGoods {
|
.rightGoods {
|
||||||
width:80%;
|
width:76%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// padding: 0 16rpx 27rpx;
|
// padding: 0 16rpx 27rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right:20rpx;
|
||||||
.whiteBox {
|
.whiteBox {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|
|
@ -434,12 +434,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightGoods {
|
.rightGoods {
|
||||||
width:80%;
|
width:76%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// padding: 0 16rpx 27rpx;
|
// padding: 0 16rpx 27rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right:20rpx;
|
||||||
.whiteBox {
|
.whiteBox {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|
Loading…
Reference in New Issue