Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
76305136
提交
76305136
authored
8月 25, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
ed5aa1ce
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
7 行增加
和
36 行删除
+7
-36
reset.css
src/assets/css/reset.css
+2
-2
index.vue
src/components/leavex/index.vue
+4
-7
index.vue
src/pages/homepage/index.vue
+1
-5
index.vue
src/pages/major-set/index.vue
+0
-22
没有找到文件。
src/assets/css/reset.css
浏览文件 @
76305136
...
@@ -144,10 +144,10 @@ button:-moz-focusring,
...
@@ -144,10 +144,10 @@ button:-moz-focusring,
height
:
auto
;
height
:
auto
;
}
}
::-webkit-input-placeholder
{
/*
::-webkit-input-placeholder {
color: inherit;
color: inherit;
opacity: 0.54;
opacity: 0.54;
}
}
*/
::-webkit-file-upload-button
{
::-webkit-file-upload-button
{
-webkit-appearance
:
button
;
-webkit-appearance
:
button
;
...
...
src/components/leavex/index.vue
浏览文件 @
76305136
...
@@ -25,13 +25,7 @@ import cAction from '@action'
...
@@ -25,13 +25,7 @@ import cAction from '@action'
export
default
{
export
default
{
name
:
'leavex'
,
name
:
'leavex'
,
props
:
{
imgUrl
:
{},
leavheight
:
{
type
:
Number
},
imgUrlBg
:
{}
},
data
()
{
data
()
{
var
checkPhone
=
(
rule
,
value
,
callback
)
=>
{
var
checkPhone
=
(
rule
,
value
,
callback
)
=>
{
var
reg
=
/^1
[
345789
]\d{9}
$/
var
reg
=
/^1
[
345789
]\d{9}
$/
...
@@ -132,6 +126,9 @@ export default {
...
@@ -132,6 +126,9 @@ export default {
border-radius
:
0px
;
border-radius
:
0px
;
padding
:
0px
;
padding
:
0px
;
color
:
#333
;
color
:
#333
;
&
:
:
placeholder
{
color
:
#ccc
;
}
}
}
::v-deep
.el-button
{
::v-deep
.el-button
{
margin-top
:
20px
;
margin-top
:
20px
;
...
...
src/pages/homepage/index.vue
浏览文件 @
76305136
...
@@ -146,11 +146,7 @@
...
@@ -146,11 +146,7 @@
</div>
</div>
</div>
</div>
<!-- 模块五 -->
<!-- 模块五 -->
<leavex
<leavex
/>
:imgUrl=
"require('@/assets/images/mes1.png')"
:imgUrlBg=
"require('@/assets/images/mesbk.png')"
:leavheight=
"heightdy - 60"
/>
<!-- 模块六 -->
<!-- 模块六 -->
<page-footer
/>
<page-footer
/>
</div>
</div>
...
...
src/pages/major-set/index.vue
浏览文件 @
76305136
...
@@ -213,16 +213,6 @@
...
@@ -213,16 +213,6 @@
</template>
</template>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
</swiper>
</swiper>
<!-- <div class="major-kc-wm-list" v-for="(item, index) in wmList" :key="index">
<div class="list-img">
<img :src="item.img" />
</div>
<div class="list-body">
<span class="font-size-18 nowrap">{{item.title}}</span>
<span class="font-size-14 wm-red">{{item.label}}</span>
<span class="font-size-14 max-width-180">{{item.main}}</span>
</div>
</div> -->
</div>
</div>
</div>
</div>
<div
class=
"layout_com_page_banner major-kc-wm bg2"
:style=
"{ 'min-height': 700 + 'px' }"
>
<div
class=
"layout_com_page_banner major-kc-wm bg2"
:style=
"{ 'min-height': 700 + 'px' }"
>
...
@@ -249,18 +239,6 @@
...
@@ -249,18 +239,6 @@
</template>
</template>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
</swiper>
</swiper>
<!-- <div class="major-kc-wm-list" v-for="(item, index) in wmList" :key="index">
<div class="list-img">
<img :src="item.img" />
</div>
<div class="list-body">
<span class="font-size-18 nowrap title">{{item.title}}</span>
<span class="font-size-14 wm-red zs">{{item.label}}</span>
<template v-for="(sItem, sIndex) in item.main">
<span :key="sIndex+'-'+index" class="font-size-14 mian-txt">{{sItem}}</span>
</template>
</div>
</div> -->
</div>
</div>
</div>
</div>
<div
class=
"layout_com_page_banner major-kc-sy"
:style=
"{ 'min-height': 700 + 'px' }"
>
<div
class=
"layout_com_page_banner major-kc-sy"
:style=
"{ 'min-height': 700 + 'px' }"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论