12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .footerSection {
- overflow: hidden;
- margin: 0 auto;
- background: #262D45;
- }
- .footerInfo {
- color: #cecece;
- background: #262D45;
- padding: 77px 0 35px;
- .width1200 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- 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;
- }
- }
- }
- .friendShip {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- .lineWrap {
- margin-right: 20px;
- }
- .itemWrap {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- .friendshipItem {
- a {
- font-size: 12px;
- color: #cecece;
- line-height: 37px;
- margin-right: 30px;
- display: inline-block;
- text-align: left;
- text-decoration: none;
- &:hover,
- &:after {
- color: #cecece;
- }
- }
- }
- }
- .hotLine {
- text-align: left;
- color: #cecece;
- margin-right: 30px;
- p {
- font-size: 16px;
- line-height: 37px;
- span {
- font-size: 12px;
- }
- }
- }
- }
- }
- }
- .footerCoptyright {
- border-top: 1px solid #585858;
- // background: url("../assets/images/footerBg.png") no-repeat center;
- // background-size: cover;
- height: 82px;
- p {
- text-align: center;
- font-size: 12px;
- color: #cecece;
- line-height: 20px;
- padding-top: 21px;
- a{
- color: #cecece;
- }
- }
- }
|