123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760 |
- @media screen and (min-width: 768px) {
- .main {
- .about {
- padding: 120px 0;
- background: #fff;
- .title {
- font-size: 34px;
- text-align: center;
- margin-bottom: 32px;
- }
- .description {
- font-size: 16px;
- color: #505050;
- text-align: center;
- line-height: 32px;
- }
- .content {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-top: 80px;
- .item {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- width: 380px;
- height: 387px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #e8e8e8;
- padding: 40px 30px;
- img {
- display: block;
- width: 72px;
- height: 72px;
- margin-top: 20px;
- }
- .tip {
- font-size: 18px;
- color: #505050;
- font-weight: bold;
- margin-top: 32px;
- }
- .desc {
- margin-top: 32px;
- font-size: 16px;
- color: #505050;
- line-height: 32px;
- text-align: center;
- }
- }
- }
- }
- .profile {
- background: #f7f7f7;
- padding: 60px 0;
- .cover {
- width: 470px;
- height: 479px;
- overflow: hidden;
- background-color: pink;
- img {
- display: block;
- width: 100%;
- height: 100%;
- }
- }
- .content {
- width: 672px;
- margin-left: 50px;
- .title {
- font-size: 34px;
- }
- .subtitle {
- font-size: 34px;
- color: #0688d2;
- margin: 40px 0 16px;
- span {
- font-size: 24px;
- color: #272727;
- margin-left: 12px;
- }
- }
- .tags {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- font-size: 0;
- span {
- font-size: 16px;
- }
- i {
- display: block;
- height: 12px;
- width: 1px;
- background: #505050;
- margin: 0 24px;
- }
- }
- .line {
- width: 100%;
- height: 1px;
- background: #e8e8e8;
- position: relative;
- margin: 20px 0 40px;
- &::before {
- content: '';
- display: block;
- width: 24px;
- height: 2px;
- background: #0688d2;
- position: absolute;
- left: 0;
- bottom: 0;
- }
- }
- .description {
- font-size: 16px;
- color: #999;
- line-height: 32px;
- text-align: justify;
- }
- }
- }
- .team {
- padding: 120px 0;
- background: #fff;
- .title {
- font-size: 34px;
- text-align: center;
- }
- .content {
- margin-top: 80px;
- .item {
- width: 388px;
- height: 340px;
- float: left;
- margin-right: 17px;
- margin-top: 18px;
- overflow: hidden;
- &:first-child {
- position: relative;
- background: #eff9ff;
- 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;
- .cover {
- width: 160px;
- .line {
- width: 18px;
- height: 3px;
- background: #0688d2;
- margin: 18px 0 24px;
- }
- .tip {
- font-size: 34px;
- }
- .desc {
- font-size: 16px;
- color: #999;
- }
- }
- }
- &:nth-child(-n + 3) {
- margin-top: 0;
- }
- &:nth-child(3),
- &:nth-child(5),
- &:nth-child(8),
- &:nth-child(10) {
- margin-right: 0;
- }
- &:nth-child(5),
- &:nth-child(9) {
- width: 795px;
- }
- img {
- display: block;
- width: 100%;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- &:hover {
- img {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- }
- }
- }
- }
- .development {
- padding: 100px 0;
- background: #f7f7f7;
- .title {
- font-size: 34px;
- text-align: center;
- }
- .content {
- position: relative;
- margin-top: 80px;
- width: 2px;
- margin: 0 auto;
- background: #e8e8e8;
- .item {
- position: relative;
- width: 2px;
- margin-top: 60px;
- &::before {
- content: '';
- position: absolute;
- width: 10px;
- height: 10px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #999999;
- background: #fff;
- border-radius: 50%;
- left: -4px;
- z-index: 5;
- top: 32px;
- }
- &:last-child {
- &::before {
- background: #0688d2;
- border-color: #fff;
- }
- .time {
- border: 1px solid #0688d2;
- border-left: 0;
- color: #0688d2;
- }
- .node {
- background: #0688d2;
- dt,
- .tip,
- .subtip {
- color: #ffffff;
- }
- }
- }
- &.with-time-left {
- .time {
- position: absolute;
- left: -16px;
- top: 0;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- }
- .node {
- padding-left: 44px;
- margin-left: -16px;
- }
- }
- &.with-time-right {
- .time {
- position: absolute;
- top: 0;
- left: 16px;
- }
- .node {
- position: relative;
- -webkit-transform: translate(-100%);
- transform: translate(-100%);
- text-align: right;
- padding-right: 44px;
- right: -16px;
- }
- }
- .time {
- font-size: 34px;
- color: #505050;
- white-space: nowrap;
- padding: 20px 24px;
- height: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- span {
- font-size: 14px;
- margin-left: 10px;
- }
- }
- .node {
- width: 526px;
- margin: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 24px;
- dd,
- dt {
- margin-left: 0;
- }
- dt {
- font-size: 34px;
- color: #505050;
- }
- dd {
- font-size: 14px;
- color: #505050;
- margin-top: 24px;
- .tip {
- margin-bottom: 8px;
- }
- }
- }
- }
- }
- }
- .honor {
- padding: 120px 0;
- padding-bottom: 0;
- background: #fff;
- .title {
- font-size: 32px;
- text-align: center;
- }
- .content {
- margin-top: 80px;
- .item {
- width: 288px;
- height: 330px;
- float: left;
- margin-right: 15px;
- &:nth-child(4n) {
- margin-right: 0;
- }
- }
- }
- }
- }
- }
- @media screen and (max-width: 768px) {
- .main {
- .about {
- padding: 1.2rem 0;
- background: #fff;
- .title {
- font-size: 0.34rem;
- text-align: center;
- margin-bottom: 0.4rem;
- }
- .description {
- width: 6.24rem;
- margin: 0 auto;
- font-size: 0.26rem;
- color: #505050;
- text-align: center;
- line-height: 0.48rem;
- word-break: break-all;
- }
- .content {
- margin-top: 0.4rem;
- padding-bottom: 0.24rem;
- &::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- background-color: #f5f5f5;
- }
- &::-webkit-scrollbar-thumb {
- border-radius: 2px;
- background-color: #cccecf;
- }
- .item {
- display: inline-block;
- width: 5.96rem;
- height: 5.62rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #e8e8e8;
- padding: 0 0.3rem 0.4rem;
- margin-left: 0.32rem;
- vertical-align: top;
- &:last-child {
- margin-right: 0.32rem;
- }
- img {
- display: block;
- width: 1.4rem;
- height: 1.4rem;
- margin: 0.5rem auto 0;
- }
- .tip {
- font-size: 0.3rem;
- color: #505050;
- font-weight: bold;
- margin-top: 0.4rem;
- text-align: center;
- }
- .desc {
- margin-top: 0.32rem;
- font-size: 0.26rem;
- color: #505050;
- line-height: 0.48rem;
- text-align: center;
- white-space: initial;
- }
- }
- }
- }
- .profile {
- background: #f7f7f7;
- padding: 0.8rem 0 6.98rem;
- position: relative;
- .cover {
- position: absolute;
- width: 5.46rem;
- height: 5.46rem;
- overflow: hidden;
- bottom: 0.7rem;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- img {
- display: block;
- width: 100%;
- height: 100%;
- }
- }
- .content {
- width: 5.52rem;
- margin-left: 50px;
- .title {
- font-size: 0.34rem;
- text-align: center;
- }
- .subtitle {
- font-size: 0.34rem;
- color: #0688d2;
- text-align: center;
- margin-top: 0.2rem;
- span {
- font-size: 0.24rem;
- color: #272727;
- margin-left: 12px;
- }
- }
- .tags {
- font-size: 0;
- text-align: center;
- span {
- display: block;
- font-size: 0.26rem;
- margin-top: 0.16rem;
- }
- i {
- display: block;
- }
- }
- .line {
- width: 100%;
- height: 1px;
- background: #e8e8e8;
- position: relative;
- margin: 0.48rem 0;
- }
- .description {
- font-size: 0.24rem;
- color: #999;
- line-height: 0.48rem;
- text-align: center;
- }
- }
- }
- .team {
- padding: 1.2rem 0;
- background: #fff;
- padding-left: 0.32rem;
- .title {
- font-size: 0.34rem;
- text-align: center;
- }
- .content {
- margin-top: 0.4rem;
- .item {
- width: 2.2rem;
- height: 1.94rem;
- float: left;
- margin-right: 0.12rem;
- margin-top: 0.12rem;
- overflow: hidden;
- &:first-child {
- position: relative;
- background: #eff9ff;
- 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;
- .cover {
- width: 1.8rem;
- .line {
- width: 0.16rem;
- height: 0.03rem;
- background: #0688d2;
- margin: 0.24rem 0;
- }
- .tip {
- font-size: 0.26rem;
- }
- .desc {
- font-size: 0.18rem;
- color: #999;
- }
- }
- }
- &:nth-child(-n + 3) {
- margin-top: 0;
- }
- &:nth-child(3),
- &:nth-child(5),
- &:nth-child(8),
- &:nth-child(10) {
- margin-right: 0;
- }
- &:nth-child(5),
- &:nth-child(9) {
- width: 4.52rem;
- }
- img {
- display: block;
- width: 100%;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- }
- }
- }
- .development {
- padding: 0.8rem 0;
- background: #f7f7f7;
- .title {
- font-size: 0.34rem;
- text-align: center;
- }
- .content {
- position: relative;
- margin-top: 0.8rem;
- width: 0.02rem;
- margin: 0 auto;
- background: #e8e8e8;
- .item {
- position: relative;
- width: 2px;
- margin-top: 0.6rem;
- &::before {
- content: '';
- position: absolute;
- width: 0.12rem;
- height: 0.12rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 0.01rem solid #999999;
- background: #fff;
- border-radius: 50%;
- left: -0.04rem;
- z-index: 5;
- }
- &.with-time-left {
- .time {
- position: absolute;
- top: 0;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- left: -0.3rem;
- }
- .node {
- margin-left: 0.3rem;
- }
- }
- &.with-time-right {
- .time {
- position: absolute;
- top: 0;
- left: 0.3rem;
- }
- .node {
- position: relative;
- -webkit-transform: translate(-100%);
- transform: translate(-100%);
- text-align: right;
- margin-left: -0.3rem;
- }
- }
- .time {
- font-size: 0.26rem;
- color: #505050;
- white-space: nowrap;
- height: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- span {
- font-size: 0.2rem;
- margin-left: 0.1rem;
- }
- }
- .node {
- width: 3rem;
- margin: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- dd,
- dt {
- margin-left: 0;
- }
- dt {
- font-size: 0.26rem;
- color: #505050;
- }
- dd {
- font-size: 0.2rem;
- color: #505050;
- margin-top: 0.16rem;
- line-height: 1.2;
- .subtip {
- margin-top: 0.04rem;
- }
- }
- }
- }
- }
- }
- .honor {
- padding: 1.2rem 0;
- padding-bottom: 0;
- background: #fff;
- padding-left: 0.32rem;
- .title {
- font-size: 32px;
- text-align: center;
- }
- .content {
- margin-top: 0.8rem;
- .item {
- width: 2.2rem;
- height: 3.52rem;
- float: left;
- margin-right: 0.13rem;
- margin-bottom: 0.13rem;
- img {
- display: block;
- width: 100%;
- height: 100%;
- }
- &:nth-child(3n) {
- margin-right: 0;
- }
- }
- }
- }
- }
- }
|