切换导航条
此项目
正在载入...
登录
李涵
/
integral
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
lihan
6 years ago
提交
294d9ed12605ed50457aac85e23ad00e3ca737a5
1 个父辈
37cd8fed
1 个管道 的构建
通过
耗费 4 秒
确认收货
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
14 行增加
和
2 行删除
public/static/index/css/myorder.css
public/themes/simpleboot3/user/center/order_list.html
public/static/index/css/myorder.css
查看文件 @
294d9ed
...
...
@@ -162,6 +162,18 @@ li.active {
background
:
RGBA
(
254
,
10
,
1
,
1
);
}
.confirm
{
float
:
right
;
width
:
1.8rem
;
height
:
0.6rem
;
text-align
:
center
;
line-height
:
0.6rem
;
border-radius
:
0.3rem
;
font-size
:
0.24rem
;
color
:
#fff
;
background
:
RGBA
(
254
,
10
,
1
,
1
);
}
/*取消订单弹出层*/
.deletewrap
{
width
:
100%
;
...
...
public/themes/simpleboot3/user/center/order_list.html
查看文件 @
294d9ed
...
...
@@ -100,7 +100,7 @@
</if>
<if
condition=
"$vo['step'] eq '3'"
>
<div
class=
"unpay"
>
<p
class=
"
pay
"
>
确认收货
</p>
<p
class=
"
confirm
"
>
确认收货
</p>
</div>
</if>
<if
condition=
"$vo['step'] eq '5'"
>
...
...
@@ -221,7 +221,7 @@
</volist>
</div>
<div
class=
"unpay"
>
<p
class=
"
pay
"
>
确认收货
</p>
<p
class=
"
confirm
"
>
确认收货
</p>
</div>
</div>
...
...
请
注册
或
登录
后发表评论