写了一小点内容
This commit is contained in:
父節點
3a9a81f736
當前提交
cff505f582
@ -0,0 +1,42 @@
|
|||||||
|
.poster{
|
||||||
|
width: 100%;
|
||||||
|
height: 408px;
|
||||||
|
background-color: #80010A;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.img-poster{
|
||||||
|
padding-left: 11%;
|
||||||
|
}
|
||||||
|
.btn-partIn{
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px;
|
||||||
|
height: 45px;
|
||||||
|
width: 9%;
|
||||||
|
min-width: 130px;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #FCFAFA;
|
||||||
|
color:#323232;
|
||||||
|
margin-top: 330px;
|
||||||
|
margin-left:11%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.message{
|
||||||
|
width: 50%;
|
||||||
|
padding-left: 10%;
|
||||||
|
margin-top: 33px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container{
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
height: 800px;
|
||||||
|
}
|
||||||
|
.cut-line{
|
||||||
|
display: flex;
|
||||||
|
height: 1px;
|
||||||
|
width: 80%;
|
||||||
|
background-color: #E6E6E6;
|
||||||
|
}
|
載入中…
x
新增問題並參考
Block a user