| | |
| | | * { |
| | | margin: 0; |
| | | padding: 0; |
| | | box-sizing: border-box; |
| | | margin: 0; |
| | | padding: 0; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | html { |
| | | font-size: 100px; |
| | | height: 100%; |
| | | font-size: 100px; |
| | | height: 100%; |
| | | } |
| | | |
| | | body { |
| | | width: 100%; |
| | | font-size: 14px; |
| | | background: #ffffff; |
| | | height: 100%; |
| | | overflow-x: hidden; |
| | | width: 100%; |
| | | font-size: 14px; |
| | | background: #ffffff; |
| | | height: 100%; |
| | | overflow-x: hidden; |
| | | } |
| | | |
| | | ul, |
| | | ol, |
| | | li { |
| | | list-style: none; |
| | | list-style: none; |
| | | } |
| | | |
| | | a { |
| | | text-decoration: none; |
| | | color: black; |
| | | text-decoration: none; |
| | | color: black; |
| | | } |
| | | |
| | | img { |
| | | max-width: 100%; |
| | | border: 0; |
| | | vertical-align: middle; |
| | | max-width: 100%; |
| | | border: 0; |
| | | vertical-align: middle; |
| | | } |
| | | |
| | | p { |
| | | -webkit-box-orient: vertical; |
| | | -webkit-box-orient: vertical; |
| | | } |
| | | |
| | | h1, |
| | |
| | | h4, |
| | | h5, |
| | | h6 { |
| | | font-weight: normal; |
| | | font-weight: normal; |
| | | } |
| | | |
| | | .el-message-box__header { |
| | | padding: 10px 15px 10px; |
| | | } |
| | | .el-message-box { |
| | | width: unset; |
| | | } |
| | | .el-message-box__headerbtn { |
| | | display: none; |
| | | } |
| | | .el-message-box__btns { |
| | | padding: 15px 15px 5px; |
| | | } |
| | | .el-message-box__btns .el-button { |
| | | border-radius: 5px; |
| | | } |