diff --git a/src/components/HomePage/answerList.vue b/src/components/HomePage/answerList.vue index 8fb5317c..2ba26d16 100644 --- a/src/components/HomePage/answerList.vue +++ b/src/components/HomePage/answerList.vue @@ -4,12 +4,13 @@
  • {{item.aname}} - {{item.cusInfo}}{{item.eventTime}} + {{item.cusInfo}}{{item.eventTime}}

    -
    {{item.contentInfo}} +
    + {{item.contentInfo}} @@ -21,7 +22,7 @@

    - +
  • @@ -31,7 +32,7 @@ - + - + - \ No newline at end of file diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 8e4e61d1..36553b87 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -11,22 +11,31 @@
    -
    -
    {{userData.name}}{{orgInfo}} - 个人设置 -
    -
    -
    -

    {{userData.sign}} 个人中心>>

    -
    -
    -
    {{statData.level}}
    - 经验值:{{statData.evalue}} - {{pageId == userInfo.aid ? '留言板':'去留言'}} - 关注TA - 已关注 +
    +
    +
    +
    {{userData.name}}{{orgInfo}}
    +
    +
    +

    {{userData.sign}}

    +

    暂无签名

    +
    +
    +
    {{statData.level}}
    + 经验值:{{statData.evalue}} -
    +
    +
    +
    +
    + 个人设置 + 关注TA + 已关注 +
    +
    个人中心>>
    +
    {{pageId == userInfo.aid ? '留言板':'去留言'}}
    +
    +
    @@ -259,27 +268,28 @@ float: left; margin-top: 10px; } + .btn-user{ + margin-top: -6px; + // margin-left: 68px; + height: 30px; + border-radius: 20px; + border: 1px solid #0060FF; + color: #0060FF; + } .grade{ float: left; margin-top: 20px; - .btn-user{ - margin-top: -6px; - // margin-left: 68px; - height: 30px; - border-radius: 20px; - border: 1px solid #0060FF; - color: #0060FF; - } + div{ // margin-left: 22px; font-weight: 600; float: left; width: 57px; height: 24px; - text-align: center; + //text-align: center; line-height: 24px; color: #9D6110 ; - background: url('../../../public/images/lvbg.png') no-repeat 100% / 100%; + //background: url('../../../public/images/lvbg.png') no-repeat 100% / 100%; } } // } @@ -310,18 +320,7 @@ font-size: 26px; margin:0; float: left; - .content-one-info{ - display: inline-block; - width: 97px; - height: 30px; - margin-left: 130px; - line-height: 30px; - text-align: center; - border-radius: 4px; - color: #588afc; - font-weight: normal; - border: 1px solid #387DF7; - } + } span{ color: #999999; @@ -329,16 +328,25 @@ margin-left: 5px; margin-right: 24px; } - .editbutt{ - font-size: 14px; - color: #333333; - - } } } } - +.content-one-info{ + display: inline-block; + width: 97px; + height: 30px; + line-height: 30px; + text-align: center; + border-radius: 4px; + color: #588afc; + font-weight: normal; + border: 1px solid #387DF7; +} +.editbutt{ + font-size: 14px; + color: #333333; +} .upicon{ text-align: center; cursor: pointer; diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index de82c632..218dcc6f 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -13,19 +13,27 @@
    - - +
    -
    -
    {{userInfo.name}}
    - {{orgInfo}} - 个人设置 +
    +
    +
    +
    {{userInfo.name}}
    + {{orgInfo}} + +
    +
    +
    {{statData.level}}
    + 经验值:{{statData.evalue}} +
    +
    +
    +
    + 个人设置 +
    +
    个人主页>>
    +
    -
    -
    {{statData.level}}
    - 经验值:{{statData.evalue}} - 个人主页>> -
    @@ -269,19 +277,21 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js"; margin-left: 5px; margin-right: 24px; } - .editbutt{ - width: 97px; - height: 30px; - line-height: 10px; - border-radius: 4px; - border: 1px solid #387DF7; - font-size: 14px; - color: #387DF7; - } + } } } +.editbutt{ + width: 97px; + height: 30px; + line-height: 10px; + border-radius: 4px; + border: 1px solid #588afc; + font-size: 14px; + color: #588afc; + } + .uc-header-box{ display: flex; justify-content: space-between; diff --git a/src/views/portal/article/Detail.vue b/src/views/portal/article/Detail.vue index 43193a71..88dc52cf 100644 --- a/src/views/portal/article/Detail.vue +++ b/src/views/portal/article/Detail.vue @@ -36,7 +36,7 @@
    - +
    diff --git a/src/views/portal/course/Detail.vue b/src/views/portal/course/Detail.vue index f1d83185..d69291f3 100644 --- a/src/views/portal/course/Detail.vue +++ b/src/views/portal/course/Detail.vue @@ -108,7 +108,7 @@
    授课讲师
    -
    +
    @@ -247,6 +247,9 @@ export default { getSysTypeTree:'sysType/getSysTypeTree', loadSysTypes:'sysType/loadSysTypes' }), + toUserHome(tea){ + this.$router.push({path:this.$xpage.getHomePath(tea.teacherId)}) + }, showQrimage(){ let urlPre=window.location.protocol+'//'+window.location.host; let returnUrl='https://u.boe.com/mobile/pages/login/loading?returnUrl=/pages/resource/courseDetail?id='+this.courseInfo.id; diff --git a/src/views/portal/qa/Answer.vue b/src/views/portal/qa/Answer.vue index 13d894d0..bc124e06 100644 --- a/src/views/portal/qa/Answer.vue +++ b/src/views/portal/qa/Answer.vue @@ -31,7 +31,7 @@
    - +