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.
149 lines
825 B
149 lines
825 B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* pages/demandHall/platform/index.wxss */ |
|
.page{ |
|
width: 100%; |
|
height: 100vh; |
|
background: #EFEFEF; |
|
padding: 40rpx; |
|
} |
|
.area-box{ |
|
width: 100%; |
|
background: #fff; |
|
padding: 32rpx; |
|
font-size: 32rpx; |
|
border-radius: 12rpx; |
|
} |
|
.area-box textarea{ |
|
width: 100%; |
|
height: 300rpx; |
|
color: #707070; |
|
font-size: 28rpx; |
|
} |
|
.area-box image{ |
|
width: 152rpx; |
|
height: 152rpx; |
|
margin-right: 12rpx; |
|
} |
|
.submit{ |
|
width: 223rpx; |
|
height: 76rpx; |
|
background: -webkit-linear-gradient(306deg, #FFA782 0%, #FF5100 100%); |
|
background: linear-gradient(144deg, #FFA782 0%, #FF5100 100%); |
|
border-radius: 38rpx; |
|
font-size: 32rpx; |
|
color: #fff; |
|
line-height: 76rpx; |
|
text-align: center; |
|
margin: 90rpx auto; |
|
} |
|
|
|
|