Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
db62a5b0
提交
db62a5b0
authored
2月 21, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:项目优化
上级
9940a688
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
39 行增加
和
22 行删除
+39
-22
academic.vue
pages/academic/academic.vue
+29
-15
school3.vue
pages/school/school3.vue
+10
-7
没有找到文件。
pages/academic/academic.vue
浏览文件 @
db62a5b0
...
...
@@ -3,11 +3,14 @@
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/academic1.png"
width=
"100%"
/>
<div
class=
"main_content"
>
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<el-image
:src=
"url1"
class=
"img1"
>
</el-image>
<div
class=
"img_english"
>
<el-image
:src=
"url
2
"
></el-image>
<el-image
:src=
"url
1"
class=
"img1
"
></el-image>
<div
class=
"item_english_name"
>
玛丽伍德大学(英文)
</div>
</div>
<div
class=
"img_english"
>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<div
class=
"item_english_name"
>
玛丽伍德大学(中文)
</div>
</div>
</div>
</app-frame>
</
template
>
...
...
@@ -19,8 +22,8 @@ export default {
data
()
{
return
{
// url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url1
:
'https://webapp-pub.ezijing.com/project/marywood/academic_
2
.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/marywood/academic_
1
.png'
,
url1
:
'https://webapp-pub.ezijing.com/project/marywood/academic_
1
.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/marywood/academic_
5
.png'
,
frameParams
:
{
slider
:
[
...
...
@@ -44,13 +47,9 @@ export default {
.main_content
{
padding
:
103px
64px
120px
48px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
.img1
{
width
:
100%
;
height
:
100%
;
margin-right
:
73px
;
}
justify-content
:
flex-end
;
align-items
:
flex-end
;
.img_english
{
display
:
flex
;
justify-content
:
center
;
...
...
@@ -62,6 +61,15 @@ export default {
font-size
:
16px
;
margin-top
:
20px
;
}
.img1
{
width
:
506px
;
height
:
290px
;
}
.img2
{
width
:
350px
;
height
:
549px
;
margin-left
:
32px
;
}
}
}
}
...
...
@@ -71,11 +79,9 @@ export default {
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
.img1
{
padding
:
0
.44rem
1
.11rem
0
.25rem
1
.11rem
;
}
.img_english
{
padding
:
0
.5rem
0
.61rem
0
.47rem
0
.61
rem
;
margin-top
:
0
.48
rem
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -86,6 +92,14 @@ export default {
font-size
:
0
.08rem
;
margin-top
:
0
.1rem
;
}
.img1
{
width
:
2
.53rem
;
height
:
1
.45rem
;
}
.img2
{
width
:
1
.75rem
;
height
:
2
.75rem
;
}
}
}
}
...
...
pages/school/school3.vue
浏览文件 @
db62a5b0
...
...
@@ -114,9 +114,9 @@
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img3.png"
/>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-list"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img5.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img6.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img4
1
.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img5
1
.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img6
1
.png"
/>
</div>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"img-list"
>
...
...
@@ -520,11 +520,14 @@ export default {
}
.h5-list
{
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
img
{
width
:
1
.08rem
;
height
:
1
.4rem
;
display
:
block
;
margin-top
:
0
.1rem
;
// width: 1.08rem;
// height: 1.4rem;
// display: block;
}
}
.img-list
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论