调整了右侧的样式
This commit is contained in:
parent
7a4b7eade6
commit
b1f7af7588
@ -53,7 +53,7 @@ video{
|
|||||||
.member{
|
.member{
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-width: 1px;
|
border-width: 0;
|
||||||
border-bottom-color: #f0f0f0;
|
border-bottom-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
#video-grid{
|
#video-grid{
|
||||||
|
@ -8,6 +8,12 @@
|
|||||||
<link rel="stylesheet" href="./css/bootstrap-material-design.min.css">
|
<link rel="stylesheet" href="./css/bootstrap-material-design.min.css">
|
||||||
<link rel="stylesheet" href="./css/index.css">
|
<link rel="stylesheet" href="./css/index.css">
|
||||||
<link rel="stylesheet" href="./css/room.css">
|
<link rel="stylesheet" href="./css/room.css">
|
||||||
|
<style>
|
||||||
|
#member-list > div{
|
||||||
|
padding: 32px;
|
||||||
|
border-bottom: 1px solid #EEEEEE;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user