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