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.

67 lines
1.2 KiB

3 years ago
.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{
3 years ago
width:150upx;
3 years ago
@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);
}
}
}
}
}
.submit{
@include wh(690upx,88upx);
line-height: 88upx;
background: #007AFF;
font-size: 28upx;
color: white;
text-align: center;
margin: auto;
margin-top: 40upx;
border-radius: 20upx;
}