12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /* 底部重写 */
- .indexBottom {
- background: #20a0ff;
- padding: 4rem 0;
- margin-top: -2px !important;
- }
- .indexBottomBox {
- display: flex;
- justify-content: space-between;
- width: 70rem;
- margin: auto;
- }
- .indexBottomBox_box {
- width: 70rem;
- display: flex;
- }
- .indexBottomBox_one {
- margin-right: 9rem;
- }
- .indexBottomBox_one .indexBottomBox_one_til, .indexBottomBox_video .indexBottomBox_one_til, .contactUs .indexBottomBox_one_til{
- font-size: 1.35rem;
- color: #fff;
- font-weight: bold;
- margin-bottom: 1.35rem;
- }
- .indexBottomBox_one div {
- font-size: 1rem;
- color: #fff;
- margin-bottom: 1rem;
- }
- .indexBottomBox_video {
- width: 14rem;
- }
- .indexBottomBox_video_box {
- width: 100%;
- height: 8rem;
- cursor: pointer;
- }
- .indexBottomBox_video_box img{
- width: 100%;
- height: 100%;
- }
- .contactUs {
- margin-left: 9rem;
- }
- .contactUs_box_img {
- width: 8rem;
- height: 8rem;
- }
- .contactUs_box_img img{
- width: 100%;
- height: 100%;
- }
- .contactUs_box_tex {
- text-align: center;
- line-height: 2rem;
- font-size: 1rem;
- color: #fff;
- width: 100%;
- }
- .copyright {
- border-color: #fff !important;
- }
|