mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-11-04 09:56:30 +00:00 
			
		
		
		
	✨ 轻雪天气更新
This commit is contained in:
		@@ -1,50 +1,46 @@
 | 
			
		||||
:root {
 | 
			
		||||
    --main-text-color: #fff;
 | 
			
		||||
    --sub-text-color: #bbb;
 | 
			
		||||
    --tip-text-color: #888;
 | 
			
		||||
 | 
			
		||||
    --sub-text-color: #ccc;
 | 
			
		||||
    --tip-text-color: #999;
 | 
			
		||||
    --device-info-width: 240px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bot-info {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    height: 200px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bot-icon {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    aspect-ratio: 1;
 | 
			
		||||
    width: 220px;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
    margin-right: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bot-icon-img {
 | 
			
		||||
    height: 220px;
 | 
			
		||||
    border-radius: 50%;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    background-color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bot-name {
 | 
			
		||||
    color: var(--main-text-color);
 | 
			
		||||
    display: flex;
 | 
			
		||||
    font-size: 40px;
 | 
			
		||||
    font-size: 45px;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bot-tag {
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
    white-space: break-spaces;
 | 
			
		||||
    color: var(--sub-text-color);
 | 
			
		||||
    font-size: 27px;
 | 
			
		||||
    font-size: 30px;
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
    line-height: 1.6;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bot-tag[suffix="1"]::after {
 | 
			
		||||
    content: " | ";
 | 
			
		||||
    content: "|";
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    margin: 0 5px;
 | 
			
		||||
    height: 30%;
 | 
			
		||||
@@ -127,4 +123,5 @@
 | 
			
		||||
    font-style: italic;
 | 
			
		||||
    color: var(--sub-text-color);
 | 
			
		||||
    text-align: right;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user