+ 索引页添加点击时的效果
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<link rel="stylesheet" href="github.css">
|
<link rel="stylesheet" href="./github.css">
|
||||||
<link rel="stylesheet" href="theme.css">
|
<link rel="stylesheet" href="./theme.css">
|
||||||
<title>QC TOOL</title>
|
<title>QC TOOL</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
11
theme.css
11
theme.css
@@ -26,6 +26,17 @@ a {
|
|||||||
border-left-width: 5px;
|
border-left-width: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item:active {
|
||||||
|
height: 32px;
|
||||||
|
text-align: left;
|
||||||
|
line-height: 32px;
|
||||||
|
margin-top: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
|
background-color: #ffffff;
|
||||||
|
border: 1px solid #583fe9;
|
||||||
|
border-left-width: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user