Commit 12c6ee46 authored by gengchunlei's avatar gengchunlei

Merge branch 'chronic-dev' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-dev

parents 373df914 c4040f36
...@@ -7,6 +7,7 @@ module.exports = { ...@@ -7,6 +7,7 @@ module.exports = {
'postcss-pxtorem': { 'postcss-pxtorem': {
rootValue: 100, rootValue: 100,
propList: ['*'], propList: ['*'],
minPixelValue: 2,
} }
} }
} }
\ No newline at end of file
...@@ -118,6 +118,7 @@ export default { ...@@ -118,6 +118,7 @@ export default {
.doc-tab-round[line] { .doc-tab-round[line] {
.van-tab--card { .van-tab--card {
border: 1px solid #fff; border: 1px solid #fff;
line-height: 1;
} }
.van-tab--card.van-tab--active { .van-tab--card.van-tab--active {
color: var(--van-primary-color); color: var(--van-primary-color);
...@@ -127,6 +128,12 @@ export default { ...@@ -127,6 +128,12 @@ export default {
} }
} }
// 底部细线
.bottom-small-line {
height: 1px;
box-shadow: 0 0.5Px #D7DADE;
}
// list列表中的card // list列表中的card
.doc-list-card { .doc-list-card {
border-radius: 12px; border-radius: 12px;
...@@ -148,7 +155,12 @@ export default { ...@@ -148,7 +155,12 @@ export default {
min-width: 104px; min-width: 104px;
} }
.divider { .divider {
border-bottom: 1px solid #c0ccdf; .bottom-small-line()
// border-bottom: 1px solid #D7DADE;
// transform: scaleY(.5);
// height: 1px;
// box-shadow: 0 0 0.5Px #e5e5e5;
} }
.bt-group { .bt-group {
display: flex; display: flex;
......
...@@ -136,6 +136,7 @@ export default { ...@@ -136,6 +136,7 @@ export default {
background: linear-gradient(to bottom, #C6DBF9, #EFF2F7); background: linear-gradient(to bottom, #C6DBF9, #EFF2F7);
} }
.workbench-tab { .workbench-tab {
color: #4D5665;
background: #C6DBF9; background: #C6DBF9;
padding-top: 10px; padding-top: 10px;
position: relative; position: relative;
...@@ -191,6 +192,7 @@ export default { ...@@ -191,6 +192,7 @@ export default {
font-size: 16px; font-size: 16px;
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
font-weight: 600;
&::after { &::after {
content: ''; content: '';
display: inline-block; display: inline-block;
......
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