Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
d371d601
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1441
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
d371d601
编写于
10月 26, 2018
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
手机模型
上级
4cf67238
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
111 addition
and
1 deletion
+111
-1
skyeye-web/src/main/webapp/assets/lib/winui/css/winui.css
skyeye-web/src/main/webapp/assets/lib/winui/css/winui.css
+102
-0
skyeye-web/src/main/webapp/tpl/rmmysmpropage/mysmpropagelist.html
...eb/src/main/webapp/tpl/rmmysmpropage/mysmpropagelist.html
+9
-1
未找到文件。
skyeye-web/src/main/webapp/assets/lib/winui/css/winui.css
浏览文件 @
d371d601
...
...
@@ -2550,6 +2550,108 @@ body .layer-ext-winconfirm {
.member-list-div
{
height
:
calc
(
100vh
-
140px
);
}
/* 样式1 */
.iphone
{
box-shadow
:
inset
0
0
3px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
0
0
1px
#999
,
0
0
30px
0px
rgba
(
0
,
0
,
0
,
0.7
);
border
:
5px
solid
#d9dbdc
;
background
:
#f8f8f8
;
padding
:
15px
;
border-radius
:
50px
;
height
:
100%
;
position
:
relative
;
-webkit-transform
:
scale
(
0.8
);
transform
:
scale
(
0.8
);
}
.iphone-top
{
padding
:
5px
80px
20px
;
position
:
relative
;
}
.iphone-top
.speaker
{
display
:
block
;
width
:
70px
;
height
:
6px
;
margin
:
0
auto
;
border-radius
:
6px
;
background
:
#292728
;
}
.iphone-top
.camera
{
display
:
block
;
margin
:
0
auto
;
height
:
10px
;
width
:
10px
;
border-radius
:
50%
;
margin-bottom
:
13px
;
background
:
#333
;
}
.iphone-top
.sensor
{
display
:
block
;
width
:
15px
;
height
:
15px
;
float
:
left
;
background
:
#333
;
margin-top
:
-5px
;
border-radius
:
50%
;
}
.iphone
.top-bar
,
.iphone
.bottom-bar
{
display
:
block
;
width
:
100%
;
height
:
15px
;
border-left
:
5px
solid
#BBB
;
border-right
:
5px
solid
#BBB
;
position
:
absolute
;
left
:
-5px
;
}
.iphone
.top-bar
{
top
:
65px
;
}
.iphone
.bottom-bar
{
bottom
:
65px
;
}
.iphone-screen
{
background
:
#eee
;
border
:
1px
solid
#fff
;
height
:
calc
(
100vh
-
145px
);
width
:
100%
;
margin
:
0
auto
;
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0.9
);
border-radius
:
3px
;
overflow
:
hidden
;
}
.iphone-screen
img
{
width
:
100%
;
}
.iphone
.buttons
.on-off
,
.iphone
.buttons
.up
,
.iphone
.buttons
.down
,
.iphone
.buttons
.sleep
{
display
:
block
;
background
:
#CCC
;
position
:
absolute
;
border-radius
:
2px
0px
0px
2px
;
}
.iphone
.buttons
.on-off
{
height
:
40px
;
width
:
3px
;
top
:
100px
;
left
:
-8px
;
}
.iphone
.buttons
.up
,
.iphone
.buttons
.down
,
.iphone
.buttons
.sleep
{
height
:
60px
;
width
:
5px
;
left
:
-10px
;
}
.iphone
.buttons
.up
{
top
:
170px
;
}
.iphone
.buttons
.down
{
top
:
250px
;
}
.iphone
.buttons
.sleep
{
left
:
auto
;
right
:
-10px
;
top
:
170px
;
border-radius
:
0px
2px
2px
0px
;
}
/*** 小程序页面管理end ***/
/*******************************************自定义样式end********************************************/
...
...
skyeye-web/src/main/webapp/tpl/rmmysmpropage/mysmpropagelist.html
浏览文件 @
d371d601
...
...
@@ -47,7 +47,15 @@
</div>
</div>
<div
class=
"layui-col-xs6 center-content"
>
22
<div
class=
"iphone layui-col-xs8 layui-col-xs-offset2 layui-col-sm6 layui-col-sm-offset3 layui-col-md4 layui-col-md-offset4"
>
<div
class=
"iphone-top"
>
<span
class=
"camera"
></span>
<span
class=
"sensor"
></span>
<span
class=
"speaker"
></span>
</div>
<div
class=
"top-bar"
></div>
<div
class=
"iphone-screen"
>
</div>
<div
class=
"buttons"
>
<span
class=
"on-off"
></span>
<span
class=
"sleep"
></span>
<span
class=
"up"
></span>
<span
class=
"down"
></span>
</div>
<div
class=
"bottom-bar"
></div>
</div>
</div>
<div
class=
"layui-col-xs3 right-menu"
>
<div
class=
"layui-tab layui-tab-card hei-100-per"
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录