芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/nair.tamela.org/contact-us/css/main.css
/*================================================================== [ Text ]*/ .txt1 { font-size: 18px; line-height: 1.2; color: #fff; } .txt2 { font-size: 15px; line-height: 1.6; } /*================================================================== [ Size ]*/ .size1 { width: 355px; max-width: 100%; } .size2 { width: calc(100% - 43px); } /*////////////////////////////////////////////////////////////////// [ Contact ]*/ .container-contact100 { width: 100%; min-height: 100vh; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 15px; background: #f2f2f2; } .wrap-contact100 { width: 1120px; background: #fff; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: stretch; flex-direction: row-reverse; } /*================================================================== [ Contact more ]*/ .contact100-more { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 1; padding: 30px 15px 0px 15px; } .contact100-more::before { content: ""; display: block; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.8); } /*================================================================== [ Form ]*/ .contact100-form { width: 50%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; padding: 56px 55px 63px 55px; } .contact100-form-title { width: 100%; display: block; font-size: 30px; color: #333333; line-height: 1.2; text-align: center; padding-bottom: 33px; } /*------------------------------------------------------------------ [ Input ]*/ .wrap-input100 { width: 100%; position: relative; border: 1px solid #e6e6e6; } .rs1-wrap-input100, .rs2-wrap-input100 { width: 50%; } .rs2-wrap-input100 { border-left: none; } /*------------------------------------------------------------------ [ Responsive ]*/ @media (max-width: 992px) { .contact100-form { width: 60%; padding: 56px 30px 63px 30px; } .contact100-more { width: 100%; } } @media (max-width: 576px) { .contact100-form { padding: 56px 15px 63px 15px; } .rs1-wrap-input100, .rs2-wrap-input100 { width: 100%; } .rs2-wrap-input100 { border-left: 1px solid #e6e6e6; border-top: none; } }