Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-new-compaign
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-new-compaign
提交
717acb4e
提交
717acb4e
编写于
3月 09, 2020
作者:
Yuanzhao.dai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
首次进入活动任务弹框静态样式
上级
dc7e6edb
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
68 行增加
和
2 行删除
+68
-2
first-enter-bg.png
assets/first-enter/first-enter-bg.png
+0
-0
index.vue
components/first-enter-dialog/index.vue
+60
-0
index.vue
pages/index.vue
+8
-2
未找到文件。
assets/first-enter/first-enter-bg.png
0 → 100644
浏览文件 @
717acb4e
85.6 KB
components/first-enter-dialog/index.vue
0 → 100644
浏览文件 @
717acb4e
<
template
>
<section
class=
"first-enter-wrap"
>
<div
class=
"first-enter-container"
>
<div
class=
"bg-content"
>
<div
class=
"know-btn"
>
我知道了
</div>
</div>
<img
class=
"cancel"
src=
"~/assets/icon-dialog-cancel.png"
alt=
""
>
</div>
</section>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
lang=
"less"
>
.first-enter-wrap {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background:rgba(0,0,0,0.5);
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
.first-enter-container {
.bg-content {
width: 250px;
height: 275px;
background: url("../../assets/first-enter/first-enter-bg.png") no-repeat;
background-size: cover;
display: flex;
flex-flow: column;
.know-btn {
width: 200px;
height: 44px;
background: linear-gradient(90deg,rgba(241,104,57,1) 0%,rgba(220,49,81,1) 100%);
border-radius: 25.5px;
text-align: center;
line-height: 44px;
color: #fff;
font-size: 18px;
font-weight: 700;
margin: auto auto 30px auto;
}
}
.cancel {
display: block;
width: 30px;
height: 30px;
margin: 20px auto 0 auto;
}
}
}
</
style
>
\ No newline at end of file
pages/index.vue
浏览文件 @
717acb4e
...
@@ -77,6 +77,10 @@
...
@@ -77,6 +77,10 @@
<carve-up
v-if=
"showCarveUp"
>
<carve-up
v-if=
"showCarveUp"
>
</carve-up>
</carve-up>
<!--瓜分云鹊豆模块 ————end-->
<!--瓜分云鹊豆模块 ————end-->
<!--首次进入活动任务弹框———start-->
<first-enter-dialog>
</first-enter-dialog>
<!--首次进入活动任务弹框———end-->
</div>
</div>
</
template
>
</
template
>
...
@@ -85,7 +89,8 @@ import TaskActivity from '../components/task-activity';
...
@@ -85,7 +89,8 @@ import TaskActivity from '../components/task-activity';
import
Header
from
'../components/header/index'
;
import
Header
from
'../components/header/index'
;
import
Step
from
'../components/step'
;
import
Step
from
'../components/step'
;
import
StatusBar
from
'../components/bussiness/status-bar'
;
import
StatusBar
from
'../components/bussiness/status-bar'
;
import
CarveUp
from
'../components/carve-up'
import
CarveUp
from
'../components/carve-up'
;
import
FirstEnterDialog
from
'../components/first-enter-dialog'
;
import
{
import
{
checkToken
,
checkToken
,
selectAppModuleParam
,
selectAppModuleParam
,
...
@@ -100,7 +105,8 @@ export default {
...
@@ -100,7 +105,8 @@ export default {
Header
,
Header
,
Step
,
Step
,
StatusBar
,
StatusBar
,
CarveUp
CarveUp
,
FirstEnterDialog
},
},
data
()
{
data
()
{
return
{
return
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录