You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
507 B
31 lines
507 B
.center { |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
display: flex; |
|
flex-direction: column; |
|
.title{ |
|
height: 28px; |
|
line-height: 28px; |
|
position: relative; |
|
font-size: 16px; |
|
font-weight: 400; |
|
color: #0080FF; |
|
opacity: 1; |
|
p{ |
|
text-align: center; |
|
cursor: default;; |
|
} |
|
span{ |
|
position: absolute; |
|
right: 10px; |
|
top: 0; |
|
font-size: 14px; |
|
cursor: pointer; |
|
} |
|
span:hover{ |
|
text-decoration: underline; |
|
} |
|
} |
|
|
|
}
|
|
|