Streaming Records/styles.css: Difference between revisions
Created page with ".title_block{ padding: 2px; padding-left: 8px; background-color: #9147ff; display: flex; box-shadow: 0 2px 5px #aaa; height: 32px; align-items: center; color: #fff; } →父容器样式: .base_block { border: 2px outset #9147ff; background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 5px #aaa; display: flex; justify-content: space-between; →确保子元素均匀分布: flex-wrap: wrap; →允许子元素换行: padding: 15px; gap: 10px; /*..." |
No edit summary Tags: Mobile edit Mobile web edit |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 33: | Line 33: | ||
position: relative; | position: relative; | ||
margin: 3px; | margin: 3px; | ||
white-space:nowrap; | |||
} | } | ||
.item1{ | .item1{ | ||
Line 114: | Line 115: | ||
.evil{ | .evil{ | ||
background:#B30239; | background:#B30239; | ||
text-shadow:-1px -1px 0 # | color:#fff; | ||
text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000; | |||
} | |||
.evil a{ | |||
color:#ffdddd; | |||
} | } | ||
.neuro-evil{ | .neuro-evil{ |