55 lines
1.1 KiB
SCSS
55 lines
1.1 KiB
SCSS
.box {
|
|
// border-top: 1rpx solid #eaeaea;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
.list {
|
|
width: 650rpx;
|
|
.information {
|
|
margin-top: 43rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
border-bottom: 1rpx solid #eaeaea;
|
|
justify-content: space-between;
|
|
> input {
|
|
height: 28rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
}
|
|
}
|
|
.upload{
|
|
width: 650rpx;
|
|
margin-top: 42rpx;
|
|
.title{
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
.files{
|
|
margin-top: 42rpx;
|
|
width: 195rpx;
|
|
height: 195rpx;
|
|
box-shadow:2rpx 3rpx 16rpx 1rpx rgba(51,51,51,0.1);
|
|
>image{
|
|
width: 50rpx;
|
|
height: 41rpx;
|
|
background-color: #000;
|
|
margin: 77rpx 73rpx;
|
|
}
|
|
}
|
|
}
|
|
.submit{
|
|
margin-top: 295rpx;
|
|
width: 650rpx;
|
|
height: 98rpx;
|
|
background-color: #47C877;
|
|
border-radius: 49rpx;
|
|
font-size: 36rpx;
|
|
line-height: 98rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
}
|