erp 新洋电子
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

55 lines
981 B

.card{
@include wh(710upx,auto);
margin: auto;
margin-top: 24upx;
background: white;
border-radius: 10upx;
padding-top: 20upx;
padding-bottom: 30upx;
@include flex(center,space-around);
.card-left{
@include wh(660upx,auto);
.card-up-list{
@include wh(660upx,auto);
margin-top: 24upx;
@include flex(center,space-between);
.card-right{
image{
@include wh(34upx,34upx)
}
}
.card-up-list-list{
@include flex(center,flex-start);
view{
@include fonts(26upx,#333,500);
}
text{
@include fonts(24upx,#666,500);
}
}
}
.card-dow-list{
@include wh(660upx,auto);
margin-top: 24upx;
@include flex(center,space-between);
.card-right{
image{
@include wh(34upx,34upx)
}
}
.card-up-list-list{
width: 330upx;
@include flex(center,flex-start);
view{
@include fonts(26upx,#333,500);
}
text{
@include fonts(24upx,#666,500);
}
}
}
}
}