123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- .wrap {
- padding-top: 2.75rem;
- }
- .wrap .tab {
- height: 2.5rem;
- border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
- position: relative;
- overflow-x: auto;
- overflow-y: hidden;
- }
- .wrap .tab::-webkit-scrollbar {
- height: 0;
- }
- .wrap .tab .tab-content {
- height: 2.5rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .tab .tab-item {
- height: 2.5rem;
- /* width: 5.625rem; */
- white-space: nowrap;
- padding: 0 0.625rem;
- font-size: 0.875rem;
- font-weight: 400;
- color: #222222;
- text-align: center;
- line-height: 2.5rem;
- }
- .tab .current-tab {
- position: absolute;
- bottom: 0;
- width: 3rem;
- height: 0.125rem;
- background-color: #1d52a2;
- transition: all 0.25s;
- }
- .wrap .item {
- padding: 0.9375rem;
- }
- .item .title {
- font-size: 1.25rem;
- font-weight: 500;
- color: #222222;
- text-align: center;
- }
- .item .content {
- font-size: 0.8125rem;
- font-weight: 500;
- color: #222222;
- width: 100%;
- margin: 1.25rem auto 0;
- }
- .wrap .mission {
- min-height: 15rem;
- width: 100%;
- background-repeat: no-repeat;
- background-size: auto 100%;
- }
- .wrap .strength {
- background: #f4f4f4;
- padding-bottom: 1.875rem;
- }
- .strength .box {
- width: 100%;
- margin: 1.25rem auto 0;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .strength .box .box-item {
- width: 100%;
- min-height: 7.5rem;
- background: #fff;
- margin-bottom: 1.25rem;
- padding: 1.25rem 0;
- }
- .strength .box .box-item .item-title {
- border-left: 0.25rem solid #1d52a2;
- font-size: 0.875rem;
- font-weight: 500;
- color: #222222;
- padding: 0 1.875rem;
- }
- .strength .box .box-item .item-content {
- padding: 0 1.875rem;
- font-size: 0.75rem;
- font-weight: 400;
- color: #444444;
- margin-top: 0.625rem;
- }
- .wrap .contact {
- width: 100%;
- margin: 1.25rem auto 0;
- padding: 1.25rem 0.9375rem 0.9375rem;
- background: #f4f4f4;
- }
- .contact .contact-img {
- width: 100%;
- margin-top: 1.25rem;
- }
- .contact .contact-list {
- width: 100%;
- }
- .contact .contact-list .company {
- width: 100%;
- padding-bottom: 1.25rem;
- margin-top: 1.25rem;
- }
- .contact .contact-list > :not(:last-child) {
- border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.1);
- }
- .company .name {
- font-weight: 500;
- font-size: 1rem;
- color: #222222;
- }
- .company .phone {
- font-weight: 400;
- font-size: 0.75rem;
- color: #222222;
- margin-top: 0.9375rem;
- }
- .company .address {
- font-weight: 400;
- font-size: 0.75rem;
- color: #222222;
- margin-top: 0.9375rem;
- }
- .company .info {
- color: #555555;
- }
- .wrap .online {
- width: 100%;
- margin: 1.25rem auto 0;
- padding: 0.9375rem;
- }
- .online .title {
- width: 100%;
- font-size: 1.125rem;
- font-weight: 600;
- color: #222222;
- text-align: center;
- }
- .online .tips {
- width: 100%;
- font-size: 0.75rem;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin-top: 0.9375rem;
- }
- .online .card {
- height: 35.625rem;
- background: #f4f4f4;
- margin: 3.125rem 0;
- padding: 1.25rem 0.9375rem;
- }
- .online .card input {
- width: 100%;
- height: 2.375rem;
- background: #ffffff;
- font-size: 0.8125rem;
- color: #222222;
- padding: 0 0.625rem;
- }
- .online .card textarea {
- width: 100%;
- height: 10rem;
- background: #ffffff;
- font-size: 0.8125rem;
- color: #222222;
- padding: 0.625rem;
- resize: none;
- }
- .online .card .item-title {
- font-size: 0.8125rem;
- font-weight: 400;
- color: #222222;
- margin: 0.9375rem 0;
- }
- .online .card .required::after {
- content: "*";
- color: #e02020;
- }
- .online .card .confirm {
- width: 8.5625rem;
- height: 2.625rem;
- line-height: 2.625rem;
- font-size: 0.875rem;
- margin: 1.25rem auto 0;
- }
- /* .wrap .future {
- }
- .wrap .about {
- } */
|