mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 08:48:36 +08:00
22 lines
292 B
CSS
22 lines
292 B
CSS
.loadMoreContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.loadMore {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #FFF;
|
|
max-width: 660px;
|
|
margin-bottom: 30px;
|
|
background-color: #2376D8;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.loadMore:hover {
|
|
background-color: #4399FF;
|
|
}
|
|
|
|
|