deguodaigou/pages/sales1/sales1.scss

49 lines
946 B
SCSS
Raw Permalink Normal View History

2019-12-23 10:04:09 +08:00
.box {
border-top: 1rpx solid #eee;
.fill {
padding: 42rpx 30rpx;
box-sizing: border-box;
.cause {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 45rpx;
.title {
font-size: 26rpx;
color: #333;
}
.select {
font-size: 26rpx;
color: #999;
}
}
.upload {
.title {
font-size: 26rpx;
color: #333;
margin-bottom: 45rpx;
}
.img {
width: 187rpx;
height: 187rpx;
border: 1rpx solid rgba(229, 229, 229, 1);
border-radius: 6rpx;
}
}
}
.submit{
width: 650rpx;
height: 98rpx;
border-radius: 49rpx;
background-color: #47C877;
line-height: 98rpx;
text-align: center;
color: #fff;
font-size:36rpx;
margin-top: 67rpx;
margin-left: 50rpx;
}
}