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.
 
 
 

76 lines
1.4 KiB

.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);
margin: auto;
.card-up-list{
@include wh(660upx,auto);
margin-top: 24upx;
@include flex(center,space-between);
.card-up-list-list{
@include flex(center,flex-start);
view{
@include fonts(26upx,#333,500);
}
text{
@include fonts(24upx,#666,500);
}
}
}
}
.card-opreation{
@include wh(660upx,auto);
margin: auto;
@include flex(center,space-between);
margin-top: 20upx;
.byj-btn{
@include wh(140upx,60upx);
background: #007AFF;
line-height: 120upx;
@include flex(center,center);
border-radius: 10upx;
image{
@include wh(40upx,40upx);
}
text{
@include fonts(24upx,#ffffff)
}
}
.yj-btn{
@include wh(120upx,60upx);
background: #F0AD4E;
line-height: 120upx;
@include flex(center,center);
border-radius: 10upx;
image{
@include wh(40upx,40upx);
}
text{
@include fonts(24upx,#ffffff)
}
}
.bnj-btn{
@include wh(120upx,60upx);
background: #4CD964;
line-height: 120upx;
@include flex(center,center);
border-radius: 10upx;
image{
@include wh(40upx,40upx);
}
text{
@include fonts(24upx,#ffffff)
}
}
}
}