mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 00:12:53 +08:00
Merge branch 'feature/【20210308】主题修改' into dev
# Conflicts: # src/views/ebiz/product/HomeProduct.vue
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="ml15 mr15 mb10 mt10 more-text" @click="showMore">
|
||||
<van-icon :class="{ arrowUp: idMoreDataShow }" color="#F65748" name="play" />
|
||||
<van-icon :class="{ arrowUp: idMoreDataShow }" color="#7e9cf4" name="play" />
|
||||
<span>{{ !idMoreDataShow ? '查看更多' : '收起' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -295,6 +295,10 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.sticky-col {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th.sticky-col:nth-of-type(1),
|
||||
td.sticky-col:nth-of-type(1) {
|
||||
width: 50px;
|
||||
@@ -305,7 +309,7 @@ td.sticky-col:nth-of-type(1) {
|
||||
th.sticky-col:nth-of-type(2),
|
||||
td.sticky-col:nth-of-type(2) {
|
||||
position: sticky;
|
||||
left: 53px;
|
||||
left: 50px;
|
||||
}
|
||||
|
||||
.home-product-container {
|
||||
@@ -361,13 +365,13 @@ td.sticky-col:nth-of-type(2) {
|
||||
td,
|
||||
th {
|
||||
padding: 10px 2px;
|
||||
background-color: #fff3f1;
|
||||
color: #d84535;
|
||||
font-size: 13px;
|
||||
background-color: #e6edff;
|
||||
color: #2e323d;
|
||||
font-size: 14px;
|
||||
}
|
||||
th {
|
||||
border: none;
|
||||
background: #ff8068;
|
||||
background: #7d9df4;
|
||||
font-weight: normal;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user