Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
171dafba
提交
171dafba
authored
5月 26, 2023
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
1399b4fb
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
59 行增加
和
5 行删除
+59
-5
courseSystem.vue
src/components/courseSystem.vue
+12
-0
managementTeacherInfo.vue
src/components/managementTeacherInfo.vue
+7
-1
teacherInfo.vue
src/components/teacherInfo.vue
+7
-1
index.vue
src/pages/leadership/index.vue
+26
-3
index.vue
src/pages/management/index.vue
+7
-0
没有找到文件。
src/components/courseSystem.vue
浏览文件 @
171dafba
...
...
@@ -116,6 +116,7 @@ export default {
transform
:
translate
(
-50%
,
-50%
);
}
}
.course
{
height
:
722px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/course_bg.png)
;
...
...
@@ -176,4 +177,15 @@ export default {
}
}
}
@media
all
and
(
orientation
:
portrait
)
{
.course
{
.card-list
{
.item
{
h2
{
font-size
:
24px
;
}
}
}
}
}
</
style
>
src/components/managementTeacherInfo.vue
浏览文件 @
171dafba
...
...
@@ -188,7 +188,7 @@ export default {
swiperOptions
:
{
observer
:
true
,
autoHeight
:
true
,
slidesPerView
:
3
,
slidesPerView
:
this
.
isMobile
()
?
2
:
3
,
// paginationClickable: true,
spaceBetween
:
0
,
freeMode
:
true
,
...
...
@@ -209,6 +209,12 @@ export default {
},
mouseLeave
()
{
this
.
swiper
.
autoplay
.
start
()
},
isMobile
()
{
const
flag
=
navigator
.
userAgent
.
match
(
/
(
phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone
)
/i
)
return
flag
}
}
}
...
...
src/components/teacherInfo.vue
浏览文件 @
171dafba
...
...
@@ -166,7 +166,7 @@ export default {
swiperOptions
:
{
observer
:
true
,
autoHeight
:
true
,
slidesPerView
:
3
,
slidesPerView
:
this
.
isMobile
()
?
2
:
3
,
// paginationClickable: true,
spaceBetween
:
0
,
freeMode
:
true
,
...
...
@@ -187,6 +187,12 @@ export default {
},
mouseLeave
()
{
this
.
swiper
.
autoplay
.
start
()
},
isMobile
()
{
const
flag
=
navigator
.
userAgent
.
match
(
/
(
phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone
)
/i
)
return
flag
}
}
}
...
...
src/pages/leadership/index.vue
浏览文件 @
171dafba
...
...
@@ -38,7 +38,12 @@
</section>
<section
class=
"activity-list"
>
<h1>
丰富多彩的学生活动
</h1>
<div
class=
"list"
>
<img
width=
"100%"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/515/WechatIMG192.png"
v-if=
"isMobile()"
/>
<div
class=
"list"
v-else
>
<div
class=
"nav"
>
<div
class=
"li"
>
开学典礼
</div>
<div
class=
"li"
>
论坛
</div>
...
...
@@ -197,6 +202,14 @@ export default {
}
]
}
},
methods
:
{
isMobile
()
{
const
flag
=
navigator
.
userAgent
.
match
(
/
(
phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone
)
/i
)
return
flag
}
}
}
</
script
>
...
...
@@ -413,6 +426,13 @@ export default {
white-space
:
nowrap
;
}
}
@media
all
and
(
orientation
:
portrait
)
{
.banner-text
{
h1
{
font-size
:
40px
;
}
}
}
.introduce
{
height
:
624px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/introduce_bg.png?v1)
;
...
...
@@ -443,9 +463,11 @@ export default {
}
}
.activity-list
{
height
:
789px
;
max-
height
:
789px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/course_bg.png)
;
background-size
:
cover
;
position
:
relative
;
padding-bottom
:
30px
;
h1
{
font-size
:
40px
;
font-weight
:
bold
;
...
...
@@ -458,10 +480,11 @@ export default {
}
.list
{
position
:
relative
;
width
:
1350px
;
max-
width
:
1350px
;
display
:
flex
;
padding-top
:
80px
;
margin
:
0
auto
;
// transform: scale(.7);
.nav
{
position
:
absolute
;
top
:
340px
;
...
...
src/pages/management/index.vue
浏览文件 @
171dafba
...
...
@@ -465,6 +465,13 @@ export default {
white-space
:
nowrap
;
}
}
@media
all
and
(
orientation
:
portrait
)
{
.banner-text
{
h1
{
font-size
:
40px
;
}
}
}
.introduce
{
height
:
624px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/introduce_bg.png?v1)
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论