buffeyu 4 years ago
parent
commit
223c7def15
1 changed files with 7 additions and 2 deletions
  1. 9
      pages/trade/quotationList.vue

9
pages/trade/quotationList.vue

@ -251,6 +251,7 @@ export default {
text-align: center;
font-weight: 500;
white-space: nowrap;
padding: 6rpx;
}
.offer-class{
display: flex;
@ -275,10 +276,14 @@ export default {
border-radius: 50%;
padding: 10rpx;
text-align: center;
width: 100rpx;
height: 100rpx;
width: 110rpx;
height: 110rpx;
border: 2rpx solid #F9F9F9;
box-shadow: 0rpx 4rpx 34rpx 0rpx rgba(0,0,0,0.2);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
</style>
Loading…
Cancel
Save