5 changed files with 167 additions and 316 deletions
@ -0,0 +1,62 @@ |
|||||
|
@import "../c/anime"; |
||||
|
@import "../c/config"; |
||||
|
@import "../c/function"; |
||||
|
|
||||
|
.m-notice { |
||||
|
position: fixed; |
||||
|
z-index: 10000; |
||||
|
bottom: 0; |
||||
|
right: 0; |
||||
|
background-color: #fff; |
||||
|
box-shadow: 0 0 10px 0 rgba(#000, 0.1); |
||||
|
width: 500px; |
||||
|
height: 300px; |
||||
|
box-sizing: border-box; |
||||
|
padding: 25px; |
||||
|
|
||||
|
.header { |
||||
|
margin-bottom: 20px; |
||||
|
font-size: 24px; |
||||
|
font-weight: bold; |
||||
|
color: #3e8ef7; |
||||
|
} |
||||
|
.type { |
||||
|
margin-bottom: 10px; |
||||
|
font-size: 20px; |
||||
|
font-weight: bold; |
||||
|
color: #333; |
||||
|
} |
||||
|
.content { |
||||
|
@include toeM(2); |
||||
|
margin-bottom: 10px; |
||||
|
font-size: 16px; |
||||
|
color: #333; |
||||
|
line-height: 30px; |
||||
|
} |
||||
|
.date { |
||||
|
margin-bottom: 30px; |
||||
|
font-size: 16px; |
||||
|
color: #999; |
||||
|
line-height: 30px; |
||||
|
} |
||||
|
.operate { |
||||
|
display: flex; |
||||
|
justify-content: space-around; |
||||
|
|
||||
|
.btn { |
||||
|
box-sizing: border-box; |
||||
|
padding: 0 20px; |
||||
|
width: 180px; |
||||
|
text-align: center; |
||||
|
font-size: 20px; |
||||
|
color: #3e8ef7; |
||||
|
line-height: 40px; |
||||
|
cursor: pointer; |
||||
|
|
||||
|
&.z-stress { |
||||
|
background-color: #3e8ef7; |
||||
|
color: #fff; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue