diff --git a/.env.development.yh b/.env.development.yh
index 2b8b529b..193ce295 100644
--- a/.env.development.yh
+++ b/.env.development.yh
@@ -2,9 +2,9 @@
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'
diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue
index 49253192..aac06637 100644
--- a/src/pages/course/study.vue
+++ b/src/pages/course/study.vue
@@ -48,7 +48,13 @@
{{ showOrder }}
- / {{ pgrphNum }}
+
+
+
+
+
+ {{ pgrphNum }}
+
@@ -1292,19 +1298,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 {