| | |
| | | <meta name="HandheldFriendly" content="true" /> |
| | | <meta name="MobileOptimized" content="320" /> |
| | | <title>新凯迪制造云平台</title> |
| | | <!-- 引入像素转换 px->rpx --> |
| | | <!-- <script src="../../js/rpx4html.js"></script> --> |
| | | |
| | | <!-- 引入样式文件 --> |
| | | <link rel="stylesheet" href="../../css/vant.css" /> |
| | |
| | | } |
| | | |
| | | .body { |
| | | /* width: 96%; */ |
| | | height: 600px; |
| | | background-color: grey; |
| | | margin-top: 0px; |
| | | /* margin-left: 2%; */ |
| | | background-color: #fff; |
| | | position: relative; |
| | | /* display: flex; |
| | | justify-content: center; |
| | | align-items: flex-start; */ |
| | | |
| | | position: relative; |
| | | } |
| | | |
| | | .van-nav-bar__content { |
| | | background-color: #2651d8; |
| | | /* background-color: #25a4ff; */ |
| | | height: 44px; |
| | | } |
| | | |