Commit 3c3ddc8b authored by zhengke's avatar zhengke

首页局部调整样式

parent b3ff5d7c
...@@ -244,6 +244,9 @@ page { ...@@ -244,6 +244,9 @@ page {
.grow{ .grow{
flex-grow: 1; flex-grow: 1;
} }
.shrink{
flex-shrink: 0;
}
.text-bold{ .text-bold{
font-weight: 600; font-weight: 600;
} }
...@@ -348,6 +351,12 @@ page { ...@@ -348,6 +351,12 @@ page {
.q-pr-md{ .q-pr-md{
padding-right: 10px; padding-right: 10px;
} }
.q-pr-36{
padding-right: 36px;
}
.q-pr-33{
padding-right: 33px;
}
.q-pl-sm{ .q-pl-sm{
padding-left: 5px; padding-left: 5px;
} }
...@@ -483,3 +492,8 @@ page { ...@@ -483,3 +492,8 @@ page {
font-size: 12px; font-size: 12px;
font-weight: normal !important; font-weight: normal !important;
} }
.TranLine{
width: 100%;
height: 1px;
background: #EDEDED;
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment