diff --git a/.env.development.yh b/.env.development.yh index 3930e2a8..193ce295 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -2,14 +2,14 @@ ENV = 'development.yh' # 'development.yh' -VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' +# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' -# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' +VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' # VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603' -VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601' +# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.158:9601' # VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.32.154:9602' diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue index 2768e04a..20c28eae 100644 --- a/src/pages/course/study.vue +++ b/src/pages/course/study.vue @@ -48,7 +48,13 @@ {{ showOrder }} - / {{ pgrphNum }} + + + + + + {{ pgrphNum }} + @@ -1297,19 +1303,44 @@ const chooseRateNow = item => { } .study-num { - height: 36rpx; - line-height: 36rpx; + height: 56rpx; + line-height: 46rpx; + font-size: 36rpx; text-align: center; - padding-top: 20rpx; - padding-bottom: 10rpx; - box-sizing: content-box; + padding-top: 10rpx; + box-sizing: border-box; background: url(@/static/images/course/study-bg.png) no-repeat; border-radius: 30rpx 30rpx 0 0; - + display: flex; + flex-direction: row; + justify-content: center; .color-blue { color: #06f; display: inline; } + .bg-block{ + display: inline-block; + width: 200rpx; + height: 100%; + // padding: 4rpx 0 12rpx; + position: relative; + margin: 0 30rpx; + } + .bg-gray{ + width: 100%; + background-color: #e6eafd; + overflow: hidden; + border-radius: 15rpx; + position: absolute; + top: 13rpx; + left:0; + height: 20rpx; + .bg-blue{ + height: 100%; + float: left; + background-color: #06f; + } + } } .talking-list {