统一排行榜对齐星雀UI,页面资源后台配置实时刷新
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
15
miniprogram/pages/dashouguize/dashouguize.wxss
Normal file
15
miniprogram/pages/dashouguize/dashouguize.wxss
Normal file
@@ -0,0 +1,15 @@
|
||||
/* 页面容器 */
|
||||
.container {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
/* 规则图片样式 - 绝对定位,从顶部开始 */
|
||||
.rule-image {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user