From 1861d195f7f3a7364c1099356858c94a6c0741e2 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期三, 02 三月 2022 18:11:16 +0800
Subject: [PATCH] 所有功能实现
---
src/views/other.vue | 49 +++++++++++++++++++++++++++++++++----------------
1 files changed, 33 insertions(+), 16 deletions(-)
diff --git a/src/views/other.vue b/src/views/other.vue
index 06617b1..cb76287 100644
--- a/src/views/other.vue
+++ b/src/views/other.vue
@@ -1,16 +1,34 @@
<template>
<div>
<div>
- <span>鍙嬫儏閾炬帴</span>
+ <el-row class="underline marb20">
+ <span class="color"><b>鍙嬫儏閾炬帴</b></span>
+ </el-row>
<div>
- <ul>
- <li class="lieBiao liPointer" :key="index" v-for="(item, index) in lianJieList">
- {{ item.name }}
- </li>
- </ul>
+ <div class="aLianJ marb10">
+ <a href="https://www.cast.org.cn/" class="anone" target="_block">涓浗绉戝崗</a>
+ </div>
+ <div class="aLianJ marb10">
+ <a href="http://www.kepu.gov.cn/kejiweek/" class="anone" target="_block">涓浗绉戞櫘缃�</a>
+ </div>
+ <div class="aLianJ marb10">
+ <a href="https://www.hast.net.cn/" class="anone" target="_block">娌冲崡鐪佺鍗�</a>
+ </div>
+ <div class="aLianJ marb10">
+ <a href="http://www.pdskx.cn/" class="anone" target="_block">骞抽《灞卞競绉戝崗</a>
+ </div>
+ <div class="aLianJ marb10">
+ <a href="#" class="anone" target="_block">骞抽《灞卞競鍏畨灞�</a>
+ </div>
+ <div class="aLianJ marb10">
+ <a href="#" class="anone" target="_block">骞抽《灞卞競娑堥槻灞�</a>
+ </div>
+ <div class="aLianJ marb10">
+ <a href="#" class="anone" target="_block">骞抽《灞卞競鏁欒偛灞�</a>
+ </div>
</div>
</div>
- <div>
+ <!-- <div>
<span>鑱旂郴鎴戜滑</span>
<div>
<div class="bg">
@@ -24,7 +42,7 @@
<a href="https://www.pdsu.edu.cn/#"> <img src="../assets/weiBo.jpg" alt="" /> </a>
</div>
</div>
- </div>
+ </div> -->
</div>
</template>
<script>
@@ -32,21 +50,20 @@
name: 'other',
data() {
return {
- lianJieList: [{ name: '閾炬帴1' }, { name: '閾炬帴2' }, { name: '閾炬帴3' }]
+ lianJieList: [{ name: '閾炬帴1' }, { name: '閾炬帴2' }]
}
}
}
</script>
<style lang="less" scoped>
-ul {
- padding-left: 0;
+.underline {
+ border-bottom: 1px solid rgb(1, 72, 153);
}
-.lieBiao {
- width: 90%;
+.aLianJ {
height: 30px;
- background-color: rgb(39, 144, 214);
- list-style: none;
- margin-bottom: 2px;
+ background-color: rgb(242, 243, 244);
+ text-align: center;
+ line-height: 30px;
}
.bg {
background-color: rgb(1, 72, 153) !important;
--
Gitblit v1.8.0