add cookie
This commit is contained in:
@@ -2910,4 +2910,44 @@
|
||||
|
||||
.handler_curtain_left{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*cookie*/
|
||||
|
||||
.cookie_block{
|
||||
background: #000000;
|
||||
width: 50%;
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
z-index: 100000000000000;
|
||||
box-sizing: border-box;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cookie_block.show{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.txt_cookie{
|
||||
color: #FFFFFF;
|
||||
font-size: 14px;
|
||||
}
|
||||
.a_cookie{
|
||||
color: #FFFFFF;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.container_content_cookie_block{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.cookie_btn{
|
||||
background: none;
|
||||
border: 2px solid white;
|
||||
color: #FFFFFF;
|
||||
height: 25px;
|
||||
width: 95px;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user