/* pages/release/perfectCompanyInfo/index.wxss */ .perfect-companyInfo-page{ width: 100%; padding: 24rpx 40rpx; border-top: 2rpx solid #EEEEEE; } .title{ color: #1D1D1D; font-size: 32rpx; } .title::before{ content: ''; display: inline-block; width: 8rpx; height: 42rpx; background: #FF7942; border-radius: 4rpx; margin-right: 10rpx; } .form-box{ font-size: 28rpx; color: #666666; } .form-item{ margin-top: 22rpx; } .chose{ padding: 0 !important; margin: 0 !important; width: auto !important; background: #fff; font-size: 26rpx; color: #666; font-weight: normal; } .red{ color: #FF0000; } .inp-box{ width: 100%; height: 60rpx; background: #EEEEEE; border-radius: 4rpx; padding-left: 22rpx; margin-top: 20rpx; } .inp-box input{ width: 100%; height: 100%; } .upload-box{ width: 100%; margin-top: 20rpx; padding-bottom: 24rpx; border-bottom: 2rpx solid #EEEEEE; } .upload-box image{ width: 120rpx; height: 120rpx; margin-right: 20rpx; } .textarea-box{ width: 100%; height: 352rpx; background: #EEEEEE; border-radius: 4rpx; padding: 22rpx; margin-top: 20rpx; } .textarea-box textarea{ width: 100%; height: 100%; line-height: 40rpx; } .submit-btn{ width: 670rpx !important; height: 76rpx !important; background: linear-gradient(144deg, #FFA782 0%, #FF5100 100%); border-radius: 38rpx; color: #fff; font-size: 28rpx !important; line-height: 76rpx !important; text-align: center; margin:40rpx auto !important; padding: 0 !important; }