123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- @media screen and (min-width: 768px) {
- .banner {
- width: 100%;
- height: 530px;
- img {
- width: 100%;
- height: 100%;
- display: block;
- }
- }
- .main {
- height: auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- .cooperative-tab {
- width: 100%;
- height: 100px;
- background-color: #f7f7f7;
- .tab-item-last {
- display: block;
- width: 300px;
- float: left;
- height: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 25px 0;
- position: relative;
- h1 {
- font-size: 24px;
- color: #272727;
- line-height: 30px;
- text-align: center;
- }
- p {
- font-size: 12px;
- color: #272727;
- line-height: 20px;
- text-align: center;
- }
- }
- .tab-item {
- display: block;
- width: 300px;
- float: left;
- height: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 25px 0;
- position: relative;
- &.select {
- h1 {
- color: #0688d2;
- }
- p {
- color: #0688d2;
- }
- &::before {
- content: '';
- width: 0;
- height: 0;
- border-left: 9px solid transparent;
- border-right: 9px solid transparent;
- border-bottom: 9px solid #0688d2;
- position: absolute;
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- }
- }
- .line {
- display: block;
- width: 1px;
- height: 32px;
- background-color: #dbdbdb;
- position: absolute;
- right: 0;
- top: 35px;
- }
- h1 {
- font-size: 24px;
- color: #272727;
- line-height: 30px;
- text-align: center;
- }
- p {
- font-size: 12px;
- color: #272727;
- line-height: 20px;
- text-align: center;
- }
- }
- }
- .cooperative-main {
- width: 100%;
- min-width: 1000px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 60px 0;
- .cooperative-main-item {
- display: none;
- &.select {
- display: block;
- }
- .main-title {
- width: 400px;
- margin: 0 auto;
- position: relative;
- img {
- margin: 0 auto;
- display: block;
- height: 50px;
- }
- p {
- width: 100%;
- height: 30px;
- line-height: 30px;
- font-size: 34px;
- color: #272727;
- text-align: center;
- position: absolute;
- bottom: -12px;
- left: 0;
- }
- }
- .main-content {
- width: 100%;
- height: auto;
- margin-top: 100px;
- .main-content-item {
- width: 286px;
- height: 592px;
- float: left;
- .item {
- width: 286px;
- height: 286px;
- overflow: hidden;
- &:hover {
- img {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- }
- img {
- width: 286px;
- height: 286px;
- display: block;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- &.first {
- margin-bottom: 18px;
- }
- }
- }
- .main-content-mids {
- width: 592px;
- height: 592px;
- float: left;
- margin: 0 18px;
- .item {
- width: 592px;
- height: 592px;
- overflow: hidden;
- &:hover {
- img {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- }
- img {
- width: 592px;
- height: 592px;
- display: block;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- }
- }
- .main-content-serve {
- width: 400px;
- height: auto;
- padding: 30px 32px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- cursor: pointer;
- float: left;
- &:hover {
- background-color: #fff;
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px);
- -webkit-box-shadow: 0px 6px 30px rgba(39, 39, 39, 0.1);
- box-shadow: 0px 6px 30px rgba(39, 39, 39, 0.1);
- }
- .server-title {
- width: 336px;
- height: 216px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 40px 0;
- background: url(/img/cooperative_server@2x.png);
- background-size: cover;
- .title {
- width: 100%;
- line-height: 45px;
- margin-top: 20px;
- position: relative;
- font-size: 34px;
- color: #ffffff;
- text-align: center;
- &::before {
- content: '';
- width: 16px;
- height: 2px;
- background-color: #fff;
- position: absolute;
- top: -8px;
- left: 50%;
- margin-left: -8px;
- }
- }
- img {
- width: 40px;
- height: 40px;
- display: block;
- margin: 0 auto;
- }
- }
- .server-text {
- width: 100%;
- height: auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-top: 24px;
- p {
- line-height: 30px;
- font-size: 16px;
- color: #505050;
- &.max {
- display: none;
- }
- }
- .btn-show {
- display: block;
- width: 100px;
- height: 28px;
- text-align: center;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #e8e8e8;
- color: #999999;
- font-size: 12px;
- line-height: 28px;
- float: left;
- margin-top: 20px;
- }
- }
- }
- .main-content-mode {
- width: 580px;
- height: 180px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 24px 12px;
- border: 1px solid #e8e8e8;
- margin-right: 40px;
- margin-bottom: 40px;
- -webkit-transition: all 0.5s;
- transition: all 0.5s;
- float: left;
- &:hover {
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px);
- -webkit-box-shadow: 0px 6px 30px rgba(39, 39, 39, 0.1);
- box-shadow: 0px 6px 30px rgba(39, 39, 39, 0.1);
- }
- &:nth-child(2n) {
- margin-right: 0;
- }
- .mode-label {
- width: 56px;
- height: 100%;
- float: left;
- img {
- width: 56px;
- height: 56px;
- float: left;
- }
- }
- .mode-content {
- width: 500px;
- height: 100%;
- margin-left: 12px;
- h1 {
- font-size: 24px;
- color: #272727;
- line-height: 32px;
- text-align: left;
- margin-bottom: 10px;
- }
- p {
- font-size: 16px;
- color: #505050;
- line-height: 25px;
- text-align: justify;
- }
- }
- }
- }
- }
- }
- }
- }
- @media screen and (max-width: 768px) {
- .banner {
- width: 100%;
- height: 2.08rem;
- img {
- width: 100%;
- height: 100%;
- display: block;
- }
- }
- .main {
- height: auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- .cooperative-tab {
- display: none;
- }
- .cooperative-main {
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- .cooperative-main-item {
- display: block !important;
- .main-title {
- margin: 1.2rem auto 0.4rem;
- position: relative;
- img {
- margin: 0 auto;
- display: block;
- height: 0.5rem;
- }
- p {
- width: 100%;
- font-size: 0.34rem;
- color: #272727;
- text-align: center;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- }
- .main-content {
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0 0.32rem;
- .main-content-item {
- width: 1.64rem;
- float: left;
- .item {
- width: 1.64rem;
- height: 1.64rem;
- overflow: hidden;
- img {
- width: 1.64rem;
- height: 1.64rem;
- display: block;
- }
- &.first {
- margin-bottom: 0.1rem;
- }
- }
- }
- .main-content-mids {
- width: 3.36rem;
- height: 3.36rem;
- float: left;
- margin: 0 0.1rem;
- .item {
- width: 3.36rem;
- height: 3.36rem;
- overflow: hidden;
- img {
- width: 3.36rem;
- height: 3.36rem;
- display: block;
- }
- }
- }
- .main-content-serve {
- width: 5.12rem;
- margin: 0.4rem auto;
- height: auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0.4rem;
- border: 0.01rem solid #e8e8e8;
- .server-title {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: url(/img/cooperative_server@2x.png);
- background-size: cover;
- height: 4.32rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- .title {
- width: 100%;
- position: relative;
- font-size: 0.34rem;
- color: #ffffff;
- text-align: center;
- &::before {
- content: '';
- display: block;
- width: 0.32rem;
- height: 0.03rem;
- background-color: #fff;
- margin: 0.24rem auto;
- }
- }
- img {
- width: 0.56rem;
- height: 0.56rem;
- display: block;
- margin: 0 auto;
- }
- }
- .server-text {
- width: 100%;
- height: auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-top: 0.32rem;
- text-align: center;
- p {
- line-height: 0.42rem;
- font-size: 0.24rem;
- color: #505050;
- }
- .min {
- display: none;
- }
- .btn-show {
- display: none;
- }
- }
- }
- .main-content-mode {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 0.01rem solid #e8e8e8;
- padding: 0.24rem;
- margin-bottom: 0.32rem;
- .mode-label {
- width: 0.66rem;
- float: left;
- img {
- width: 0.66rem;
- height: 0.66rem;
- }
- }
- .mode-content {
- float: left;
- width: 5.52rem;
- height: 100%;
- margin-left: 0.16rem;
- h1 {
- font-size: 0.3rem;
- color: #272727;
- line-height: 32px;
- }
- p {
- font-size: 0.24rem;
- color: #505050;
- line-height: 0.4rem;
- text-align: justify;
- }
- }
- }
- }
- }
- }
- }
- }
|