Browse Source

上传

master
前端-胡立永 10 months ago
parent
commit
db9d1b7eef
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      pages_order/components/list/cardList.vue

+ 7
- 4
pages_order/components/list/cardList.vue View File

@ -44,15 +44,14 @@
<style scoped lang="scss">
.card {
display: flex;
height: 300rpx;
width: 94%;
margin: 40rpx 0 0 3%;
align-items: center;
.card-img {
height: 240rpx;
width: 420rpx;
height: 260rpx;
width: 230rpx;
flex-shrink: 0;
image {
height: 100%;
width: 100%;
@ -63,6 +62,9 @@
.card-content {
margin-left: 3%;
font-size: 28rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
.card-content-img {
display: flex;
@ -79,6 +81,7 @@
background-color: #FFF1D2;
color: #FBAF35;
border-radius: 20rpx;
width: fit-content;
}
.tips{


Loading…
Cancel
Save