| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- body {
- font-family: Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
- font-size: 14px;
- line-height: 1.5;
- color: rgba(0,0,0,.65);
- background-color: #fafafa;
- }
- a {
- color: rgba(0,0,0,.65);
- text-decoration: none;
- outline: none;
- cursor: pointer;
- transition: color .3s ease;
- }
- a:hover {
- color: #409EFF;
- text-decoration: none;
- }
- .pull-right {
- float: right
- }
- .mr-5 {
- margin-right: 5px;
- }
- .font-24 {
- font-size: 24px;
- }
- ::-webkit-scrollbar {
- width: .5rem;
- height: .5rem;
- background: hsla(0,0%,100%,.6);
- }
- ::-webkit-scrollbar-track {
- border-radius: 0;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0;
- background-color: rgba(95,95,95,.4);
- transition: background-color .15s;
- }
- .main-content {
- margin-top: 64px;
- background: #FFFFFF;
- }
- .my-content-header {
- border-bottom: 1px solid #e6e6e6;
- line-height: 40px;
- color: #000000;
- font-size: 18px;
- font-weight: 400;
- }
|