|
@@ -2729,7 +2729,7 @@ action-sheet-item {
|
|
|
bottom:140px;
|
|
|
right:5px;
|
|
|
z-index: 99;
|
|
|
- background-color: #d4d2d2;
|
|
|
+ background-color: #fefefe;
|
|
|
}
|
|
|
.lookGoodsImageView{
|
|
|
width: 112rpx;
|
|
@@ -2743,26 +2743,26 @@ action-sheet-item {
|
|
|
}
|
|
|
.lookGoodsTextView{
|
|
|
display: flex;
|
|
|
- font-size: 23rpx;
|
|
|
+ font-size: 25rpx;
|
|
|
height: 30rpx;
|
|
|
line-height: 30rpx;
|
|
|
flex-direction: row;
|
|
|
justify-content: center;
|
|
|
margin-top: 4rpx;
|
|
|
- color: white;
|
|
|
+ color: #8a8a8e;
|
|
|
}
|
|
|
.lookGoodsNumberView{
|
|
|
border-radius: 5rpx;
|
|
|
height: 30rpx;
|
|
|
width: 30rpx;
|
|
|
text-align: center;
|
|
|
- background-color: rgb(102,102,102);
|
|
|
+ background-color: #484545;
|
|
|
color: white;
|
|
|
font-size: 25rpx;
|
|
|
line-height: 30rpx;
|
|
|
position:absolute;
|
|
|
- top: 0rpx;
|
|
|
- right: 0rpx;
|
|
|
+ top: 4rpx;
|
|
|
+ right: 4rpx;
|
|
|
opacity: 0.5;
|
|
|
}
|
|
|
.page{
|