123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .applekf{ width: 440px;background: #fff;padding:30px 0;border-radius:10px;}
- .applekf_main{ width: 350px; margin: 0 auto; position: relative;}
- .applekf_title p.tit{ font-size: 24px; font-weight: 600;}
- .applekf_title p.tit span.le{color: #333; display: inline-block;}
- .applekf_title p.tit span.re{color: #E03700; display: inline-block; margin-left: 20px;}
- /*.applekf_title p.text{ font-size:14px; color: #666; margin-top: 15px;}
- .applekf_title p.text em{ display: inline-block; font-style: normal;}
- */
- .applekf_title .freehead{width:350px;margin: auto;margin-top:20px;}
- .applekf_title .freehead img{width:100%;display:block;}
- .applekf_title .freehead p{width:100%;display:block;font-size:14px;color:#666;margin-top:20px;line-height:20px;}
- .applekf_form{ margin-top: 20px;}
- .applekf_form .submit_area .selectbox {position:relative;background:#F7F7F7;border-radius: 4px; width:100%;height:50px;margin:8px 0;}
- .applekf_form .submit_area .selectbox img{display:block;position:absolute;top:16px;left:13px;width:18px;height:18px;}
- .applekf_form .submit_area .app_puic {background:#F7F7F7;border-radius: 4px; width:300px;height:100%;padding-left:40px;font-size:16px;color:#333;border:0;}
- .applekf_form .submit_area .app_puic::-webkit-input-placeholder {color:#B1B1B1;} /* WebKit, Blink, Edge */
- .applekf_form .submit_area .app_puic:-moz-placeholder {color:#B1B1B1;} /* Mozilla Firefox 4 to 18 */
- .applekf_form .submit_area .app_puic::-moz-placeholder {color:#B1B1B1;} /* Mozilla Firefox 19+ */
- .applekf_form .submit_area .app_puic:-ms-input-placeholder { color:#B1B1B1;}/* Internet Explorer 10-11 */
- .applekf_form select.applekf_select{ margin-bottom: 10px; width: 100%; height: 34px; font-size: 12px; color: #999; line-height: 34px; border: 1px solid #ddd; background: #fff;}
- .applekf_form select.applekf_select option{ width: 100%; height: 34px; font-size: 12px; color: #999; line-height: 34px; background: #fff;}
- .applekf_form .app_buttom{display:block;width:100%;height:50px;line-height:50px;text-align:center;color:#fff;background:#E03700;margin-top:15px;font-size:20px; border-radius: 4px;font-weight:600;}
- .applekf_form .app_buttom:hover{background:#c71717;}
- .applekf_form p.tel{ font-size: 14px; color: #999; text-align: center; margin-top:20px;}
- .applekf_form textarea.remarks_text{ margin-bottom: 20px; resize:none; width: 318px; height: 88px; border-radius: 4px; border:1px solid #ddd; display: block; padding: 0 10px; line-height: 25px; font-size: 14px; color: #333;}
- .applekf_form form input[type="text"]::-webkit-input-placeholder {color: #999;}
- .applekf_form textarea.remarks_text::-webkit-input-placeholder{color:#999;}
- .applekf_form textarea.remarks_text::-moz-placeholder{color:#999;}
- .applekf_form textarea.remarks_text::-moz-placeholder{color:#999;}
- .applekf_form textarea.remarks_text::-ms-input-placeholder{color:#999;}
|