

diff --git a/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss b/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss index b654f56..2934d86 100644 --- a/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss +++ b/epmet-oper-web/src/assets/scss/modules/wx-mini/voice.scss @@ -59,6 +59,7 @@ margin-top: 10px; .content { + position: relative; width: 355px; margin: 0 auto; border-radius: 5px; @@ -145,6 +146,80 @@ } } +.rank_tabs{ + margin:0px 15px 0px; + display: flex; + padding:0px 0px; + justify-content: space-between; + + .title_focus{ + font-size: 17px; + font-family: PingFang SC; + font-weight: 800; + color: #333333; + + text-align: center; + + .red_line{ + height: 3px; + width: 30px; + background-color: red; + margin-top: 5px; + border-radius:4px; + margin-left:20px; + } + } + + .title_other{ + font-size: 17px; + font-family: PingFang SC; + font-weight: 500; + color: #999999; + + } + + .rank_title_left{ + margin-left: 25px; + margin-top: 10px; + width:30%; + font-size: 16px; + text-align: center; + font-family: PingFang-SC; + padding:0px 0px 0px 0px; + font-weight: 600; + color: rgb(0, 0, 0); + } + + .rank_title_right{ + margin-left: 70px; + margin-top: 12px; + width:30%; + font-size: 14px; + text-align: center; + font-family: PingFang-SC; + padding:0px 0px 0px 0px; + font-weight: 500; + color: rgb(171, 171, 171); + } +} + +.more{ + width:100%; + height:25px; + margin:10px; + position: relative; + font-size: 13px; + font-family: PingFang SC; + font-weight: 500; + color: #4896DE; + line-height: 24px; + + .more_content{ + position: absolute; + right:20px; + } +} + diff --git a/epmet-oper-web/src/components/wx-index/cpt-item.vue b/epmet-oper-web/src/components/wx-index/cpt-item.vue index b0bbd8a..ea305ec 100644 --- a/epmet-oper-web/src/components/wx-index/cpt-item.vue +++ b/epmet-oper-web/src/components/wx-index/cpt-item.vue @@ -30,7 +30,8 @@