|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@ -1,7 +1,7 @@
|
||||
import React, { Component } from "react";
|
||||
import "./index.css";
|
||||
import "../../index.css";
|
||||
|
||||
export default class Menu extends Component {
|
||||
export default class Caidan extends Component {
|
||||
state = {
|
||||
list: [
|
||||
{
|
||||
@ -0,0 +1,67 @@
|
||||
.center1{
|
||||
|
||||
width: 100%;
|
||||
float: left;
|
||||
height: 345px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.center1_main{
|
||||
border-radius: 8px ;
|
||||
height: 345px;
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.center1_main_left{
|
||||
list-style: none ;
|
||||
border-radius: 8px 0 0 8px;
|
||||
height: 345px;
|
||||
width: 160px;
|
||||
padding: 10px 20px 0 20px ;
|
||||
background: black ;
|
||||
margin-bottom: 0px;
|
||||
border-right: 0px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.center1_main_left_box{
|
||||
margin-right: 20px;
|
||||
color: #fff;
|
||||
width: 120px;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #4b4b4b;
|
||||
font-size: 12px;
|
||||
padding: 0!important;
|
||||
}
|
||||
.center1_main_left_box .ant-menu-submenu-title{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.center1_main_left_box .ant-menu-submenu-arrow{
|
||||
right: 0;
|
||||
}
|
||||
.center1_picture{
|
||||
height: 345px;
|
||||
width: 1200px;
|
||||
line-height: 345px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
background: blue;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.center1_picture img{
|
||||
width: 100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.center1_picture .ant-carousel .slick-list .slick-track{
|
||||
height: 345px;
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
import React, { Component } from "react";
|
||||
import { Carousel } from "antd";
|
||||
import "./index.css";
|
||||
import "./center1.css";
|
||||
import { Menu } from "antd";
|
||||
import {
|
||||
MailOutlined,
|
||||