This commit is contained in:
kbing1981 2024-07-01 18:13:42 +08:00
parent 559d32672f
commit aab9a8f17c
1 changed files with 2 additions and 7 deletions

View File

@ -174,7 +174,6 @@
</view> </view>
<empty v-if="goods.length == 0"></empty> <empty v-if="goods.length == 0"></empty>
</view> </view>
</template> </template>
<script> <script>
@ -703,9 +702,7 @@
background-color: #fff; background-color: #fff;
padding: 10px; padding: 10px;
margin-bottom: 50px; margin-bottom: 50px;
left:5rpx; margin-left: 10px;
border: 1px #e5e5e5 solid;
border-radius: 20rpx 20rpx 0 0;
} }
.showBtn{ .showBtn{
} }
@ -813,9 +810,8 @@
.text-green span:nth-child(2){ .text-green span:nth-child(2){
font-weight: 400; font-weight: 400;
font-size: 25rpx; font-size: 25rpx;
color: #019c88; color: #7D7D7D;
margin-right: 10px; margin-right: 10px;
font-weight: bold;
} }
/deep/.margin-top-sm{ /deep/.margin-top-sm{
margin-top: 3px; margin-top: 3px;
@ -891,5 +887,4 @@
.bg { .bg {
background-color: #FFFFFF; background-color: #FFFFFF;
} }
</style> </style>