1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- /* 底部重写 */
- .indexBottom {
- background: #20a0ff;
- padding: 4rem 0;
- margin-top: -2px !important;
- }
- .indexBottomBox {
- display: flex;
- justify-content: space-between;
- width: 80rem;
- margin: auto;
- }
- .indexBottomBox_box {
- width: 80rem;
- display: flex;
- }
- .indexBottomBox_one {
- margin-right: 10rem;
- }
- .indexBottomBox_one .indexBottomBox_one_til, .indexBottomBox_video .indexBottomBox_one_til, .contactUs .indexBottomBox_one_til{
- font-size: 1.5rem;
- color: #fff;
- font-weight: bold;
- margin-bottom: 1.5rem;
- }
- .indexBottomBox_one div {
- font-size: 1.2rem;
- color: #fff;
- margin-bottom: 1.2rem;
- }
- .indexBottomBox_video {
- width: 16rem;
- }
- .indexBottomBox_video_box {
- width: 100%;
- height: 10rem;
- cursor: pointer;
- }
- .indexBottomBox_video_box img{
- width: 100%;
- height: 100%;
- }
- .contactUs {
- margin-left: 10rem;
- }
- .contactUs_box_img {
- width: 9rem;
- height: 9rem;
- }
- .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_mob {
- width: 100%;
- text-align: center;
- line-height: 2.5rem !important;
- color: #fff !important;
- font-size: 1rem !important;
- background: #20a0ff !important;
- border-top: 1px solid #fff;
- }
- .p-small-sl {
- margin: 0;
- line-height: 3.2rem !important;
- color: #fff !important;
- font-size: 1.3rem !important;
- background: #20a0ff !important;
- }
|