Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
f8f0cb40
提交
f8f0cb40
编写于
1月 24, 2019
作者:
杨广俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
搜索样式
上级
e99cf0b9
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
16 行增加
和
11 行删除
+16
-11
yqy-home-header.vue
src/components/business/yqy-home-header.vue
+10
-7
search-gray.png
src/images/search-gray.png
+0
-0
envConfig.js
src/utils/envConfig.js
+6
-4
未找到文件。
src/components/business/yqy-home-header.vue
浏览文件 @
f8f0cb40
...
...
@@ -12,7 +12,8 @@
>
<div
:class=
"isTransparent?'search-transparent':'bgWhite'"
class=
"search"
@
click=
"goSearch"
>
<span
class=
"input"
>
{{
placeholder
}}
</span>
<img
class=
"search-img"
src=
"../../images//search-white.png"
>
<img
class=
"search-img"
src=
"../../images/search-grey.png"
>
<!--
<img
class=
"search-img"
src=
"../../images/search-white.png"
>
-->
</div>
</div>
</div>
...
...
@@ -130,17 +131,17 @@ body {
.search-transparent
{
background
:
transparent
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
1
);
color
:
#fff
;
// border: 1px solid rgba(255,255,255,0.6
);
color
:
rgba
(
255
,
255
,
255
,
0
.6
);
;
margin
:
px2rem
(
8px
)
0
0
0
;
margin-left
:
px2rem
(
20px
);
}
.
search-transparent
:
:-
webkit-input-placeholder
{
color
:
#
fff
;
color
:
#
8E8F90
;
}
.white
{
color
:
#
fff
;
color
:
#
8E8F90
;
}
.header-right
{
width
:
px2rem
(
20px
);
...
...
@@ -213,9 +214,11 @@ body {
.search
{
width
:
px2rem
(
290px
);
height
:
px2rem
(
30px
);
border-radius
:
px2rem
(
19px
);
float
:
left
;
text-align
:
left
;
background
:rgba
(
255
,
255
,
255
,
0
.6
)
;
box-shadow
:
0
px2rem
(
2px
)
px2rem
(
7px
)
0px
rgba
(
0
,
0
,
0
,
0
.06
);
border-radius
:
px2rem
(
15px
);
}
.input
{
outline
:
none
;
...
...
@@ -225,7 +228,7 @@ body {
margin
:
0
0
0
px2rem
(
15px
);
line-height
:
px2rem
(
28px
);
width
:
80%
;
color
:
#
fff
;
color
:
#
8E8F90
;
}
.search-img
{
width
:
px2rem
(
13px
);
...
...
src/images/search-gray.png
0 → 100755
浏览文件 @
f8f0cb40
528 字节
src/utils/envConfig.js
浏览文件 @
f8f0cb40
...
...
@@ -9,9 +9,12 @@ export const envConfig = {
// apiUrl: 'https://dev-api.yunqueyi.com/',
// webPageUrl: 'https://dev-phome.yunqueyi.com/',
baseUrl
:
'https://test1-sc.yunqueyi.com/'
,
apiUrl
:
'https://test1-api.yunqueyi.com/'
,
webPageUrl
:
'https://test1-phome.yunqueyi.com/'
// baseUrl: 'https://test1-sc.yunqueyi.com/',
// apiUrl: 'https://test1-api.yunqueyi.com/',
// webPageUrl: 'https://test1-phome.yunqueyi.com/'
baseUrl
:
'https://uat-sc.yunqueyi.com/'
,
apiUrl
:
'https://uat-api.yunqueyi.com/'
,
webPageUrl
:
'https://uat-phome.yunqueyi.com/'
},
dev
:
{
baseUrl
:
'https://dev-sc.yunqueyi.com/'
,
...
...
@@ -34,4 +37,3 @@ export const envConfig = {
webPageUrl
:
'https://phome.yunqueyi.com/'
}
}
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录