From ba14e91df2d05efd3d79a672a1a37c6866623576 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Sat, 22 Oct 2022 18:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/interestCollection.vue | 44 ++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/components/Portal/interestCollection.vue b/src/components/Portal/interestCollection.vue index 91f6fa2b..65f6431d 100644 --- a/src/components/Portal/interestCollection.vue +++ b/src/components/Portal/interestCollection.vue @@ -4,6 +4,11 @@ :visible.sync="interestCollection" :append-to-body="true" @close="closeDialog" custom-class="hobby-dialog">
+
+ 请选择您的 + 学习兴趣 + ,至少三个,可随时调整 +

{{sys.name}}

@@ -163,6 +168,45 @@ font-size: 14px; color: #333333; } + +.interest_title{ + margin-left: 40px; + .text_84 { + width: 316px; + height: 22px; + overflow-wrap: break-word; + color: rgba(0, 0, 0, 0.65); + font-size: 18px; + font-family: PingFangSC-Semibold; + text-align: left; + white-space: nowrap; + line-height: 22px; + } + .text_85 { + width: 316px; + height: 22px; + overflow-wrap: break-word; + color: rgba(47, 101, 236, 1); + font-size: 18px; + font-family: PingFangSC-Semibold; + text-align: left; + white-space: nowrap; + line-height: 22px; + } + .text_86 { + width: 316px; + height: 22px; + overflow-wrap: break-word; + color: rgba(0, 0, 0, 0.65); + font-size: 14px; + font-family: PingFangSC-Regular; + text-align: left; + white-space: nowrap; + line-height: 22px; + } +} + + .interest{ margin-left: 40px; .interest-title{