/* 物流需求主体 */ .body-main { background-color: #F5F5F7; width: 100%; height: 1736px; } .form-block { position: relative; z-index: 1; width: 960px; height: 1491px; background-color: #fff; margin: -20px auto 0 auto; } .logistics-demand-content { padding: 40px; } .form-title { font-size: 16px; color: #1D1D1F; font-weight: 500; } .form-label { width: 122px; height: 22px; font-size: 14px; color: #333333; line-height: 22px; float: left; } .form-textarea { float: left; margin-left: 16px; } .form-radio { cursor: pointer; margin-left: 8px; font-size: 14px; color: #333333; line-height: 22px; } .form-textarea [type='radio'] { cursor: pointer; -webkit-appearance: radio; } .from-line { height: 1px; width: 752px; margin-left: 138px; background-color: #E5E5E5; } .distance-top { margin-top: 40px; } .distance-row { margin-top: 24px; } .textarea-content { width: 520px; height: 52px; padding: 5px 12px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; font-size: 14px; line-height: 22px; color: #333333; } .input-content { width: 160px; height: 32px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; padding: 5px 12px; font-size: 14px; color: #333333; line-height: 22px; } .textarea-content::-webkit-input-placeholder, .input-content::-webkit-input-placeholder { font-size: 14px; color: #999999; line-height: 22px; font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; } /* 使用webkit内核的浏览器 */ .textarea-content::-moz-placeholder, .input-content::-moz-placeholder { font-size: 14px; color: #999999; line-height: 22px; font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; } /* Firefox版本4-18 */ .textarea-content:-moz-placeholder, .input-content:-moz-placeholder { font-size: 14px; color: #999999; line-height: 22px; font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; } /* Firefox版本19+ */ .textarea-content::-ms-input-placeholder, .input-content::-ms-input-placeholder { font-size: 14px; color: #999999; line-height: 22px; font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; } .form-button { background: #286EF0; border-radius: 4px; width: 64px; height: 32px; text-align: center; margin-left: 138px; transition: background-color 0.5s; -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; } .form-button:hover { background: #4A86F5; } .explain-block { width: 960px; background-color: #fff; margin: 10px auto 100px auto; } .explain-content { padding: 24px 40px; } .explain-row { font-size: 14px; color: #333333; text-align: justify; line-height: 23px; } .mobile-form-label{ margin-top: 5px; } #img-verify { height: 25px; width: 80px; } .img-change { color: #286EF0; font-size: 14px; background: transparent; } .submit-btn { font-size: 14px; color: #FFFFFF; letter-spacing: 0; line-height: 30px; } .form-verify { float: left; margin-left: 16px; margin-top: 9px; }