123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- .footerSection {
- overflow: hidden;
- margin: 0 auto;
- background: #0e0f10;
- }
- .footerInfo {
- color: #cecece;
- background: #1e1f22;
- padding: 70px 0 45px;
- .width1200 {
- width: 1000px;
- margin: 0 auto;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- // h2 {
- // color: #fff;
- // font-size: 14px;
- // line-height: 31px;
- // text-align: left;
- // font-weight: 400;
- // }
- .attention {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- .qrcode-item {
- display: inline-block;
- font-size: 0;
- padding-right: 34px;
- p {
- font-size: 12px;
- color: #cecece;
- padding: 8px 0;
- text-align: center;
- margin-top: 10px;
- }
- }
- .hotLine {
- text-align: left;
- color: rgba(255, 255, 255, 0.4);
- margin-right: 30px;
- h2 {
- margin-top: 33px;
- font-size: 18px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- // color: #ffffff;
- line-height: 35px;
- }
- span {
- margin-left: 80px;
- font-size: 14px;
- }
- p {
- }
- }
- }
- .friendShip {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- .lineWrap {
- margin-right: 20px;
- h2 {
- color: rgba(255, 255, 255, 0.8);
- font-size: 18px;
- line-height: 25px;
- font-weight: 600;
- margin-bottom: 26px;
- }
- }
- .itemWrap {
- // display: flex;
- // flex-direction: row;
- // justify-content: flex-start;
- .friendshipItem {
- a {
- font-size: 14px;
- color: #cecece;
- line-height: 37px;
- // margin-right: 30px;
- display: inline-block;
- text-align: left;
- text-decoration: none;
- &:hover,
- &:after {
- color: #fff;
- // font-weight: bold;
- }
- }
- }
- }
- }
- }
- }
- .footerCoptyright {
- border-top: 1px solid #585858;
- // background: url("../assets/images/footerBg.png") no-repeat center;
- // background-size: cover;
- height: 96px;
- p {
- text-align: center;
- font-size: 12px;
- color: rgba(255, 255, 255, 0.6);
- line-height: 20px;
- padding-top: 25px;
- a {
- color: rgba(255, 255, 255, 0.6);
- }
- }
- }
- .whileLogo {
- width: 144px;
- height: 68px;
- }
- .codeImg {
- width: 98px;
- height: 98px;
- background: #d8d8d8;
- border-radius: 8px;
- border: 1px solid #979797;
- }
- .qrcode {
- margin-right: 34px;
- p {
- line-height: 25px;
- font-size: 18px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 600;
- color: #cecece;
- margin: 0 0 15px ;
- text-align: center;
- }
- }
|