作者 李涵
1 个管道 的构建 通过 耗费 1 秒

合并分支 'juan' 到 'master'

Juan



查看合并请求 !87
... ... @@ -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;
... ...
-
<!DOCTYPE html>
<html lang="en">
<head>
... ...
... ... @@ -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')}";
... ...
... ... @@ -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>
... ...