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.
188 lines
3.0 KiB
188 lines
3.0 KiB
/* pages/demandHall/createProject/index.wxss */ |
|
.createProject-page{ |
|
width: 100%; |
|
padding: 0 40rpx 180rpx; |
|
font-size: 28rpx; |
|
} |
|
.company-card-box { |
|
width: 100%; |
|
padding: 30rpx 12rpx; |
|
background: #FFFFFF; |
|
border: 2px solid #EEEEEE; |
|
border-radius: 12rpx; |
|
margin-bottom: 32rpx; |
|
} |
|
.info{ |
|
width: 70%; |
|
} |
|
.company-logo{ |
|
width: 154rpx; |
|
height: 154rpx; |
|
margin-right: 20rpx; |
|
} |
|
.company-name{ |
|
font-size: 28rpx; |
|
line-height: 56rpx; |
|
font-weight: 500; |
|
color: #1D1D1D; |
|
} |
|
.slogan{ |
|
font-size: 24rpx; |
|
line-height: 34rpx; |
|
color: #666; |
|
margin: 4rpx 0 12rpx; |
|
} |
|
.tags-box{ |
|
margin: 6rpx 0 10rpx; |
|
} |
|
.tag-item{ |
|
width: 112rpx; |
|
height: 36rpx; |
|
line-height: 34rpx; |
|
text-align: center; |
|
border: 1rpx solid #FFAA00; |
|
color: #FFAA00; |
|
border-radius: 4rpx; |
|
margin-right: 8rpx; |
|
font-size: 24rpx; |
|
} |
|
.title{ |
|
margin-bottom: 26rpx; |
|
font-weight: 500; |
|
line-height: 40rpx; |
|
color: #1D1D1D; |
|
} |
|
.num,.mode-box{ |
|
margin-left: 38rpx; |
|
} |
|
.project-name-box{ |
|
margin-bottom: 32rpx; |
|
} |
|
.inp-box{ |
|
width: 100%; |
|
height: 60rpx; |
|
padding: 10rpx 20rpx; |
|
background: #eee; |
|
} |
|
.inp-box input{ |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.mode-item{ |
|
width: 122rpx; |
|
height: 40rpx; |
|
border: 1rpx solid #707070; |
|
text-align: center; |
|
line-height: 38rpx; |
|
font-size: 24rpx; |
|
color: #707070; |
|
border-radius: 8rpx; |
|
margin-right: 10rpx; |
|
} |
|
.mode-item:nth-last-child(1){ |
|
margin-right: 0; |
|
} |
|
.mode-item-a{ |
|
border-color: #FF6D31; |
|
color: #FF6D31; |
|
} |
|
.mode-detail{ |
|
width: 670rpx; |
|
height: 176rpx; |
|
background: #FFF5F0; |
|
border: 2rpx solid #FF5100; |
|
border-radius: 12rpx; |
|
font-size: 24rpx; |
|
color: #666; |
|
padding: 24rpx 20rpx; |
|
} |
|
.m-tit{ |
|
font-weight: 500; |
|
line-height: 34rpx; |
|
color: #707070; |
|
margin-bottom: 20rpx; |
|
} |
|
.area-box{ |
|
width: 100%; |
|
/* height: 446rpx; */ |
|
background: #eee; |
|
border-radius: 8rpx; |
|
padding:28rpx 22rpx; |
|
font-size: 24rpx; |
|
} |
|
.area-box textarea{ |
|
width: 100%; |
|
height: 116rpx; |
|
border-bottom: 2rpx solid #BFBFBF; |
|
margin-top: 24rpx; |
|
} |
|
.progress-item{ |
|
width: 100%; |
|
height: 138rpx; |
|
border-bottom: 2rpx solid #BFBFBF; |
|
padding: 24rpx 0; |
|
} |
|
.p-title input{ |
|
width: 115rpx; |
|
margin-left: 14rpx; |
|
text-align: center; |
|
border-bottom: 2rpx solid #BFBFBF; |
|
} |
|
.desc{ |
|
width: 100%; |
|
margin-top: 20rpx; |
|
} |
|
|
|
.item{ |
|
color: #666; |
|
margin-bottom: 26rpx; |
|
} |
|
.item-r{ |
|
width: 538rpx; |
|
height: 60rpx; |
|
padding: 10rpx 20rpx; |
|
background: #eee; |
|
} |
|
.faqifang-box{ |
|
color: #1D1D1D; |
|
} |
|
.f-item{ |
|
margin-top: 22rpx; |
|
} |
|
.f-item-label{ |
|
color: #707070; |
|
margin-right: 28rpx; |
|
} |
|
|
|
.header-box image{ |
|
width: 92rpx; |
|
height: 92rpx; |
|
margin-right: 24rpx; |
|
} |
|
.call image{ |
|
width: 54rpx; |
|
height: 54rpx; |
|
} |
|
.btn-box{ |
|
width: 750rpx; |
|
height: 160rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.04); |
|
padding-top: 24rpx; |
|
padding-right: 40rpx; |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
z-index: 99; |
|
} |
|
.submit-btn{ |
|
width: 223rpx; |
|
height: 76rpx; |
|
background: linear-gradient(144deg, #FFA782 0%, #FF5100 100%); |
|
border-radius: 38rpx; |
|
text-align: center; |
|
line-height: 76rpx; |
|
font-size: 32rpx; |
|
color: #fff; |
|
font-weight: 500; |
|
} |