去除图片

This commit is contained in:
zogodo
2020-02-21 01:33:43 +08:00
parent 4cd0cf3417
commit eb055d43b9
5 changed files with 543 additions and 542 deletions

View File

@@ -25,19 +25,19 @@
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- <link rel="icon" sizes="192x192" href="images/android-desktop.png"> -->
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<!-- <link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png"> -->
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<!-- <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"> -->
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/favicon.png">
<!-- <link rel="shortcut icon" href="images/favicon.png"> -->
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--

View File

@@ -39,7 +39,7 @@
</style>
</head>
<body>
<h1><a href="/demo" target="_blank">Go To Material</a></h1>
<h1><a href="/demo">Go To Material</a></h1>
<fieldset class="socket">
<legend>Power Control</legend>
<table id="socket_tb" style="width:100%;">

View File

@@ -178,7 +178,7 @@ _:-ms-input-placeholder, :root .demo-graph {
}
.demo-updates .mdl-card__title {
min-height: 200px;
background-image: url('images/dog.png');
/* background-image: url('images/dog.png'); */
background-position: 90% 100%;
background-repeat: no-repeat;
}

File diff suppressed because it is too large Load Diff