User:Selfice/sandbox/Main Page/styles.css: Difference between revisions
Created page with ".base_block { padding: 15px; margin: 0.8em auto; background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 5px #aaa; } .base_block_main{ max-width: 1600px; } .base_100_img{ margin:0; padding:3px; } .base_100_img span img{ width: 100%; height: 100%; object-fit: contain; max-height: 108px; } @media (max-width: 1500px) { .welcome_title{ font-size: 32px; } } @media (min-width: 1500px) { .welcome_title{ font-size: 36px; } } .flex_block{ display: flex;..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 159: | Line 159: | ||
overflow: hidden; /* 隐藏超出部分 */ | overflow: hidden; /* 隐藏超出部分 */ | ||
text-overflow: ellipsis; /* 使用省略号表示超出部分 */ | text-overflow: ellipsis; /* 使用省略号表示超出部分 */ | ||
} | } | ||
.page_button{ | .page_button{ |