diff --git a/newPages/appointment/index.vue b/newPages/appointment/index.vue index 26f652a..3185e3d 100644 --- a/newPages/appointment/index.vue +++ b/newPages/appointment/index.vue @@ -1,279 +1,282 @@ diff --git a/newPages/courseList/assets/style/index.rpx.scss b/newPages/courseList/assets/style/index.rpx.scss index ef228c2..52a5851 100644 --- a/newPages/courseList/assets/style/index.rpx.scss +++ b/newPages/courseList/assets/style/index.rpx.scss @@ -163,9 +163,9 @@ .text-wrapper_2 { background-color: rgba(255, 239, 229, 1); border-radius: 2px; - height: 36rpx; + //height: 36rpx; width: 52rpx; - margin: 48rpx 86rpx 0 -138rpx; + //margin: 48rpx 86rpx 0 -138rpx; .text_6 { width: 32rpx; height: 24rpx; @@ -181,15 +181,15 @@ } } .text-wrapper_3 { - background-color: rgba(223, 235, 255, 1); + //background-color: rgba(223, 235, 255, 1); border-radius: 2px; - height: 36rpx; - width: 92rpx; + //height: 36rpx; + //width: 92rpx; position: absolute; left: 232rpx; top: 48rpx; .text_7 { - width: 72rpx; + //width: 72rpx; height: 24rpx; overflow-wrap: break-word; color: rgba(44, 120, 245, 1); @@ -199,7 +199,7 @@ text-align: left; white-space: nowrap; line-height: 24rpx; - margin: 6rpx 0 0 10rpx; + //margin: 6rpx 0 0 10rpx; } } } diff --git a/newPages/courseList/index.vue b/newPages/courseList/index.vue index 7cd43c5..0afe551 100644 --- a/newPages/courseList/index.vue +++ b/newPages/courseList/index.vue @@ -1,17 +1,9 @@ diff --git a/newPages/evaluateAdd/index.vue b/newPages/evaluateAdd/index.vue index 55f3c0f..eaa84e7 100644 --- a/newPages/evaluateAdd/index.vue +++ b/newPages/evaluateAdd/index.vue @@ -1,159 +1,174 @@ diff --git a/newPages/schoolDetail/assets/style/index.rpx.scss b/newPages/schoolDetail/assets/style/index.rpx.scss index cb6d315..d0874f5 100644 --- a/newPages/schoolDetail/assets/style/index.rpx.scss +++ b/newPages/schoolDetail/assets/style/index.rpx.scss @@ -117,8 +117,9 @@ rgba(255, 255, 255, 0) 100% ); width: 750rpx; - height: 304rpx; + //height: 304rpx; justify-content: flex-center; + margin-bottom: 30rpx; .text_3 { width: 160rpx; height: 40rpx; @@ -303,37 +304,38 @@ } } } - + .text-wrapper_3 { background-color: rgba(255, 239, 229, 1); border-radius: 2px; - height: 36rpx; - width: 52rpx; - margin: 48rpx 86rpx 0 -138rpx; + //height: 36rpx; + width: 33rpx; + //margin: 48rpx 86rpx 0 -138rpx; + //width: 32rpx; + //height: 24rpx; + overflow-wrap: break-word; + color: rgba(123, 81, 11, 1); + font-size: 24rpx; + font-family: PingFang SC-Regular; + font-weight: NaN; + text-align: left; + white-space: nowrap; + margin-left: 10rpx; .text_12 { - width: 32rpx; - height: 24rpx; - overflow-wrap: break-word; - color: rgba(123, 81, 11, 1); - font-size: 24rpx; - font-family: PingFang SC-Regular; - font-weight: NaN; - text-align: left; - white-space: nowrap; + line-height: 24rpx; margin: 6rpx 0 0 10rpx; } } .text-wrapper_4 { - background-color: rgba(223, 235, 255, 1); + //background-color: rgba(223, 235, 255, 1); border-radius: 2px; height: 36rpx; - width: 92rpx; + //width: 92rpx; position: absolute; left: 232rpx; top: 48rpx; .text_13 { - width: 72rpx; height: 24rpx; overflow-wrap: break-word; color: rgba(44, 120, 245, 1); @@ -644,7 +646,7 @@ } .text_27 { width: 106rpx; - height: 24rpx; + height: 45rpx; overflow-wrap: break-word; color: rgba(137, 146, 162, 1); font-size: 24rpx; @@ -657,10 +659,9 @@ } } .box_13 { - background-color: rgba(237, 162, 58, 1); position: absolute; - left: 116rpx; - top: 48rpx; + left: 110rpx; + top: 40rpx; width: 28rpx; height: 28rpx; } @@ -676,7 +677,7 @@ text-align: left; white-space: nowrap; line-height: 24rpx; - margin-top: 92rpx; + margin-top: 72rpx; } } .group_11 { @@ -839,13 +840,13 @@ background: #fff; border-radius: 16rpx; } - + .section-title { font-size: 32rpx; font-weight: bold; margin-bottom: 20rpx; } - + .class-list { display: flex; flex-direction: column; @@ -854,20 +855,20 @@ height: 30%; margin: 40rpx 0 0 20rpx; } - + .class-item { display: flex; - + padding: 20rpx; border-radius: 12rpx; } - + .class-image { width: 160rpx; height: 100rpx; border-radius: 8rpx; } - + .class-info { flex: 1; margin-left: 20rpx; @@ -875,39 +876,39 @@ flex-direction: column; justify-content: space-between; } - + .class-name { font-size: 35rpx; font-weight: bold; margin-bottom: 10px; } - + .class-price { display: flex; align-items: center; } - + .price { font-size: 28rpx; color: #ff4d4f; font-weight: bold; } - + .original-price { font-size: 24rpx; text-decoration: line-through; color: #999; margin-left: 10rpx; } - + .class-details { display: flex; gap: 8rpx; /* 设置两个标签之间的间距 */ align-items: center; margin-bottom: 10rpx; - + } - + .view-all { margin-top: 20rpx; display: flex; @@ -916,12 +917,12 @@ color: #007aff; font-size: 28rpx; } - + .arrow-icon { width: 20rpx; height: 20rpx; } - + .class-type, .class-license { display: flex; /* 设置为行内块元素 */ @@ -932,13 +933,13 @@ justify-content: center; align-items: center; } - + /* 如果需要区分两个标签的样式,可以单独设置 */ .class-type { color: #3478DC; background-color: #DDEDFE; /* 红色背景 */ } - + .class-license { color: #8B623D; background-color: #FFF0E4; /* 蓝色背景 */ diff --git a/newPages/schoolDetail/index.vue b/newPages/schoolDetail/index.vue index 4987dbd..5e30a2a 100644 --- a/newPages/schoolDetail/index.vue +++ b/newPages/schoolDetail/index.vue @@ -1,82 +1,71 @@ diff --git a/newPages/schoolList/index.vue b/newPages/schoolList/index.vue index 4f81c75..28bb1e9 100644 --- a/newPages/schoolList/index.vue +++ b/newPages/schoolList/index.vue @@ -1,14 +1,14 @@