Commit 48ff33f3 by 谭新宇

样式调整

parent b283fc16
...@@ -175,6 +175,9 @@ body { ...@@ -175,6 +175,9 @@ body {
.container .content .tab-list li img { .container .content .tab-list li img {
width: 1.84rem; width: 1.84rem;
} }
.template2 .container .content .tab-list li img {
width: 3rem;
}
.container .content .user-list { .container .content .user-list {
background-color: #f4b2b1; background-color: #f4b2b1;
padding: 4%; padding: 4%;
......
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title></title>
<script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/jquery-3.4.1.min.js"></script>
<style type="text/css">
.file-update {
margin: 50px auto;
padding: 40px;
}
.file-header {
font-size: 18px;
}
.file-list {
font-size: 16px;
}
</style>
</head>
<body>
<div class="file-update">
<div class="file-header">上传更新文件</div>
<div class="file-list">
<button id="uploadBtn">上传文件</button>
<input type="file" name="filelist" id="filelist" style="display: none;">
</div>
</div>
</body>
<script type="text/javascript">
$(function(){
// 按钮事件
$("#uploadBtn").off("click").on("click",function(){
});
});
</script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment