调整了右侧的样式

This commit is contained in:
luyuan 2020-11-19 10:34:11 +08:00
parent 7a4b7eade6
commit b1f7af7588
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 7 additions and 1 deletions

View File

@ -53,7 +53,7 @@ video{
.member{
cursor: default;
border-bottom-style: solid;
border-width: 1px;
border-width: 0;
border-bottom-color: #f0f0f0;
}
#video-grid{

View File

@ -8,6 +8,12 @@
<link rel="stylesheet" href="./css/bootstrap-material-design.min.css">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/room.css">
<style>
#member-list > div{
padding: 32px;
border-bottom: 1px solid #EEEEEE;
}
</style>
</head>
<body>