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
1004 B

.content{
background-color: white;
padding-bottom: 20upx;
.card-up{
@include wh(710upx,auto);
margin: auto;
padding-top: 1upx;
.mode-up{
@include flex(center,flex-start);
margin-top: 20upx;
view{
font-size: 24upx;
@include flex(center,flex-start);
view{
border: 1upx solid #808080;
font-size: 24upx;
margin-left: 40upx;
text-indent: 20upx;
width: 200upx;
}
input{
width: 200upx;
border: 1upx solid #808080;
font-size: 24upx;
margin-left: 40upx;
text-indent: 20upx;
}
}
}
}
.card-down{
@include wh(710upx,auto);
margin: auto;
padding-top: 20upx;
border: 1upx solid #808080;
margin-top: 20upx;
padding-bottom: 20upx;
.list{
@include flex(center,flex-start);
margin-top: 20upx;
view{
@include fonts(26upx,#333)
width:180upx;
}
text{
@include fonts(24upx,#999999);
margin-left: 20upx;
}
.bor{
width:200upx;
border: 1upx solid #808080;
}
}
}
}