Преглед на файлове

脚手架demo的欢迎页

zengqiao преди 5 години
родител
ревизия
31fd4c463a
променени са 2 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 5 5
      2019/scaffold-project-demo/welcome/css/welcome.css
  2. 1 1
      2019/scaffold-project-demo/welcome/welcome.html

+ 5 - 5
2019/scaffold-project-demo/welcome/css/welcome.css

@ -28,16 +28,16 @@ body,
28 28
}
29 29
30 30
.welcome-img{
31
    width: 3.75rem;
32
    height: 5.91rem;
31
    width: 100%;
32
    height: 70%;
33 33
    background: url("../img/national-day.png") no-repeat center center;
34
    background-size:cover;
34
    background-size:100% 100%;
35 35
}
36 36
37 37
.welcome-logo {
38
  margin: .44rem auto 0 auto;
38
  margin:0 auto;
39 39
  width: 1.82rem;
40
  height: 1.16rem;
40
  height: 30%;
41 41
  background: url("../img/ipu-logo.png") no-repeat center center;
42 42
  background-size: contain;
43 43
}

+ 1 - 1
2019/scaffold-project-demo/welcome/welcome.html

@ -9,7 +9,7 @@
9 9
  <!-- 宽度自动适配 -->
10 10
  <meta content="telephone=no" name="format-detection"/> <!-- 不识别页面上的数字为可拨打号码 -->
11 11
  <link rel="stylesheet" type="text/css" href="css/welcome.css">
12
  <!--<link rel="stylesheet" type="text/css" href="biz/css/base.css">-->
12
13 13
</head>
14 14
<body>
15 15
<div class="welcome-content">