123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- @charset "UTF-8";
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- .branch-list .list-tit {
- padding-bottom: 0.2rem;
- }
- .branch-list li ~ li .area-tit {
- border-top: 1px solid #E8E8E8;
- }
- .branch-list .area-tit {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- height: 0.8rem;
- line-height: 0.8rem;
- }
- .branch-list .area-tit.on .arrow {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- .branch-list .area-tit .arrow {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0.12rem 0 0.12rem 0.12rem;
- border-color: transparent transparent transparent #F37020;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .branch-list .info {
- background-color: #F2F2F2;
- padding: 0.4rem 0.32rem;
- display: none;
- }
- .branch-list .info hr {
- margin-top: 0.16rem;
- border: none;
- background-color: #ccc;
- height: 1px;
- }
- .branch-list .info .des {
- color: #999;
- line-height: 0.46rem;
- margin-top: 0.16rem;
- }
- .branch-bottom {
- height: 0.55rem;
- }
- .contact-tit {
- padding-top: 0.4rem;
- }
- .contact-tit .tit2 {
- line-height: 0.48rem;
- margin-top: 0.24rem;
- }
- .contact-form {
- padding-top: 0.48rem;
- }
- .contact-form input {
- height: 0.68rem;
- padding: 0 0.24rem;
- border: 1px solid #DDD;
- width: 100%;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
- .contact-form textarea {
- padding: 0.24rem;
- border: 1px solid #DDD;
- width: 100%;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
- .contact-form .form-item {
- margin-bottom: 0.32rem;
- }
- .form-text {
- line-height: 0.36rem;
- color: #999;
- font-size: 0.26rem;
- }
- .form-btn {
- padding-top: 0.48rem;
- }
- .form-btn .submit {
- width: 2.88rem;
- height: 0.8rem;
- background-color: #063F88;
- color: #fff;
- font-size: 0.32rem;
- cursor: pointer;
- }
- .branch-list {
- margin-top: 0.75rem;
- }
- .branch-list .list-tit {
- padding-bottom: 0.34rem;
- }
- .other-branch {
- border-bottom: 1px solid #e8e8e8;
- }
- .other-branch .arrow-img {
- width: 0.33rem;
- height: auto;
- vertical-align: middle;
- margin-left: 0.24rem;
- }
- .contact-bottom {
- height: 0.7rem;
- }
- /*# sourceMappingURL=maps/contact.css.map */
|