生箔生产进度样式优化,添加返回顶部
This commit is contained in:
@@ -148,12 +148,9 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
.slide_new table td:nth-child(1), .slide_new table th:nth-child(1)
|
||||
box-shadow 1px 0 2px rgba(0,0,0,.12)
|
||||
.bgred td
|
||||
background-color #D7592F
|
||||
color #ffffff
|
||||
.bgyellow td
|
||||
background-color #E9B451
|
||||
<style lang="stylus" scoped>
|
||||
.slide_new table .bgred td:first-child
|
||||
background-image linear-gradient(to right,#E9B451,#fff)
|
||||
.slide_new table .bgyellow td:first-child
|
||||
background-image linear-gradient(to right,#c2cde3,#fff)
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user