切换导航条
此项目
正在载入...
登录
刘朕
/
qiaohu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
刘朕
2018-10-19 10:02:27 +0800
提交
fc79d8d3990872844f6501a9109e9542f6139e6b
1 个父辈
a0266ada
1 个管道 的构建
通过
耗费 0 秒
页面底部自适应修改
变更
6
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
6 个修改的文件
包含
27 行增加
和
3 行删除
public/themes/simpleboot3/portal/member_sales/index.html
public/themes/simpleboot3/portal/order/order_see.html
public/themes/simpleboot3/portal/order/to_pay.html
public/themes/simpleboot3/public/mobile/css/init.css
public/themes/simpleboot3/public/mobile/css/register_login/register.css
public/themes/simpleboot3/public/mobile/css/write/deal_list.css
public/themes/simpleboot3/portal/member_sales/index.html
查看文件 @
fc79d8d
...
...
@@ -8,7 +8,9 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__TMPL__/public/mobile/css/write/sale_people.css"
/>
<title>
销售人员
</title>
<style
type=
"text/css"
>
html
,
body
{
height
:
100%
;
}
</style>
</head>
...
...
public/themes/simpleboot3/portal/order/order_see.html
查看文件 @
fc79d8d
...
...
@@ -8,7 +8,9 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__TMPL__/public/mobile/css/augly.css"
/>
<title>
物流单号查询
</title>
<style
type=
"text/css"
>
html
,
body
{
height
:
100%
;
}
</style>
</head>
...
...
public/themes/simpleboot3/portal/order/to_pay.html
查看文件 @
fc79d8d
...
...
@@ -8,7 +8,9 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__TMPL__/public/mobile/css/pay/my_pay.css"
/>
<title>
我要支付
</title>
<style
type=
"text/css"
>
html
,
body
{
height
:
100%
;
}
</style>
</head>
...
...
public/themes/simpleboot3/public/mobile/css/init.css
查看文件 @
fc79d8d
...
...
@@ -88,6 +88,10 @@ textarea {
outline
:
none
!important
;
}
.default_height
{
height
:
100%
;
}
.container
{
-webkit-overflow-scrolling
:
touch
;}
...
...
public/themes/simpleboot3/public/mobile/css/register_login/register.css
查看文件 @
fc79d8d
...
...
@@ -218,6 +218,8 @@
justify-content
:
center
;
margin-top
:
0.42rem
;
margin-bottom
:
0.34rem
;
position
:
relative
;
bottom
:
0
;
}
.bottom_img
{
width
:
0.4rem
;
...
...
public/themes/simpleboot3/public/mobile/css/write/deal_list.css
查看文件 @
fc79d8d
html
,
body
{
background
:
#FFFFFF
;
}
.tab_tit
{
width
:
100%
;
height
:
1.12rem
;
...
...
@@ -88,3 +91,12 @@
background-color
:
#FEFBF3
;
color
:
#EAA512
;
}
.bottom_icon
{
display
:
flex
;
justify-content
:
center
;
position
:
relative
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
0.42rem
0
0.34rem
;
}
...
...
请
注册
或
登录
后发表评论