切换导航条
此项目
正在载入...
登录
李涵
/
integral
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
李涵
7 years ago
提交
7b979a3ece659e092bc3d2c1d84ebe8f5a191343
2 个父辈
30daea48
b9161717
master
...
juan
juanli
li
lilijuan
xv
1 个管道 的构建
通过
耗费 1 秒
合并分支 'juan' 到 'master'
Juan 查看合并请求
!87
变更
4
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
21 行增加
和
20 行删除
public/static/index/css/goodinfo_detail.css
public/themes/simpleboot3/goods/detail.html
public/themes/simpleboot3/user/center/index.html
public/themes/simpleboot3/user/center/info.html
public/static/index/css/goodinfo_detail.css
查看文件 @
7b979a3
...
...
@@ -104,15 +104,15 @@ body,html{
.good_info_img
{
width
:
7.5rem
;
margin-top
:
0.32rem
;
padding-bottom
:
0
.6rem
;
padding-bottom
:
1
.6rem
;
}
.good_info_img
img
{
width
:
100%
;
}
.evalute
{
margin-top
:
0.41rem
;
padding-bottom
:
1.06rem
;
}
padding-bottom
:
2rem
;
}
.evalute_list
{
margin-top
:
0.44rem
;
}
...
...
@@ -126,8 +126,8 @@ body,html{
}
.people_img
{
font-size
:
0
;
width
:
0.8rem
;
height
:
0.8rem
;
width
:
0.8rem
;
height
:
0.8rem
;
}
.people_img
img
{
width
:
100%
;
...
...
@@ -154,16 +154,16 @@ body,html{
}
.foot
{
width
:
7.5rem
;
height
:
1rem
;
background
:
#fff
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
7.5rem
;
height
:
1rem
;
background
:
#fff
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
}
.cartnum
{
width
:
1.5rem
;
...
...
public/themes/simpleboot3/goods/detail.html
查看文件 @
7b979a3
-
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
...
...
public/themes/simpleboot3/user/center/index.html
查看文件 @
7b979a3
...
...
@@ -132,7 +132,8 @@
})
//全部订单
$
(
".myorder"
).
click
(
function
(){
window
.
location
.
href
=
"{:url('user/Center/orderList')}"
window
.
location
.
href
=
"{:url('user/Center/orderList')}"
;
localStorage
.
clear
();
})
$
(
".home"
).
click
(
function
(){
window
.
location
.
href
=
"{:url('index/Index/index')}"
;
...
...
public/themes/simpleboot3/user/center/info.html
查看文件 @
7b979a3
...
...
@@ -39,9 +39,9 @@
<form
id=
"form"
><input
type=
"file"
name=
"file"
onchange=
"previewImage(this)"
style=
"display: none;"
id=
"previewImg"
></form>
</div>
</div>
<div
class=
"head"
>
<p
class=
"head_img"
>
<img
src=
"{$data.avatar}"
alt=
""
>
<div
class=
"head"
>
<p
class=
"head_img"
>
<img
src=
"{$data.avatar}"
alt=
""
style=
"width: 1.2rem;height: 1.2rem;border-radius: 50%"
>
</p>
</div>
...
...
请
注册
或
登录
后发表评论