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.
36 lines
639 B
36 lines
639 B
3 years ago
|
/* 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: linear-gradient(144deg, #FFA782 0%, #FF5100 100%);
|
||
|
border-radius: 38rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #fff;
|
||
|
line-height: 76rpx;
|
||
|
text-align: center;
|
||
|
margin: 90rpx auto;
|
||
|
}
|