Skip to content

Commit

Permalink
订单界面字体修改
Browse files Browse the repository at this point in the history
  • Loading branch information
canzhen committed Jun 19, 2016
1 parent 09869f7 commit 0e3ab46
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function editInfo(){
if(!isset($_SESSION)){
session_start();
}
$name=$_SESSION['username'];
$name=$_GET['username'];
$email=$_GET['email'];


Expand Down
43 changes: 21 additions & 22 deletions public/css/create_records/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -814,14 +814,14 @@ img
{
color: #7f543a;
font-weight: bold;
font-family: '楷体';
font-size: 22px;
font-family: '微软雅黑';
font-size: 16px;
line-height: 22px;
}
.create_text textarea
{
font-style: '楷体';
font-size: 15px;
font-family: '微软雅黑';
font-size: 16px;
background:transparent;
border:1px solid #7C5037;
margin-left: 3px;
Expand All @@ -839,9 +839,8 @@ img

.about_text
{
font-size: 12px;
font-size: 15px;
line-height: 20px;

display: inline;
float: left;

Expand All @@ -851,8 +850,8 @@ img
}
.about_text h1
{
font-family: '楷体';
font-size: 32px;
font-family:'微软雅黑';
font-size: 16px;
line-height: 32px;
}
.about_text p
Expand Down Expand Up @@ -964,7 +963,7 @@ img
.user_time
{
font-size: 16px;
font-family: "楷体";
font-family: "微软雅黑";
line-height: 20px;
display: inline;
float: left;
Expand Down Expand Up @@ -1065,8 +1064,8 @@ img
.geam_l,
.game_list
{
font-size: 12px;

font-size: 15px;
font-family:'微软雅黑';
width: 350px;
height: 500px;
margin: 100px auto auto 100px;
Expand Down Expand Up @@ -1436,17 +1435,17 @@ img
}
.datep{
color:#FFFFFF;
font-size : 27px;
font-family : 楷体;
font-size : 16px;
font-family : 微软雅黑;
background-color:#7C5037;
font-weight:bold;
padding-left:10px;
}

.datep1{
color:#FFFFFF;
font-size : 27px;
font-family : 楷体;
font-size : 16x;
font-family : 微软雅黑;
background-color:#7C5037;
font-weight:bold;
padding-left:10px;
Expand All @@ -1459,8 +1458,8 @@ img

.diary{
color:black;
font-size : 20px;
font-family : 楷体;
font-size : 16px;
font-family : 微软雅黑;
padding-left:10px;
}

Expand Down Expand Up @@ -1514,7 +1513,7 @@ img
/*border: 1px solid #000;*/
}
.order_text p{
font-family: "楷体";
font-family: "微软雅黑";
font-size: 20px;
}
#kai32{
Expand Down Expand Up @@ -1542,19 +1541,19 @@ img
margin-left: 15px;
}
.send_order{
font-family: "楷体";
font-family: "微软雅黑";
width: 400px;
line-height: 20px;
display: inline;
float: left;
margin: 75px auto auto 70px;
color: #7f543a;
font-size: 18px;
font-size: 15px;
/*border: 1px solid #000;*/
}
.send_order p{
font-family: "楷体";
font-size: 20px;
font-family: "微软雅黑";
font-size: 16px;
}
#price{
color:red;
Expand Down
1 change: 0 additions & 1 deletion public/js/user-information.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ yinjiApp.controller('userInfoCtrl',

//更改用户信息(邮箱)
$scope.editInfo = function(){
console.log($scope.emailName);
var email = $scope.emailName+"@"+$scope.emailSuffix+".com";
$http({
method:'GET',
Expand Down
4 changes: 2 additions & 2 deletions resources/views/create_records/album_order.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>

<div class="index_left page_left geam_l">
选择一个模版吧~
选择一个模版吧
<div class="order_text">
<!--<img src = "/company/template/yinji/1.jpg" title = "1">
<img src = "/company/template/yinji/2.jpg">
Expand Down Expand Up @@ -71,7 +71,7 @@
<img class="pay" src="images/create_records/applepay.jpg" alt="中国工商银行" />
</div>-->
<div class="send_button">
<input class="button button-glow button-rounded button-highlight" type="submit" value="确认">
<input class="btn btn-lg" type="submit" style="float:right;" value="确认">
</div>
</div>
</div>
Expand Down
18 changes: 10 additions & 8 deletions resources/views/layouts/content.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,21 @@
<li><a href="/create_album">创建纪念册</a></li>
</ul>
</li>
<li class = "topLine"><a href="">刊印</a>

<li class = "topLine"><a href="">我的</a>
<ul>
<li class = "spec"><a href="/orderInfo">查看订单</a></li>
</ul>
</li>
<li class = "spec"><a href="/orderInfo">我的订单</a></li>
<li><a href="/user-information">个人信息</a></li>
</ul>
</li>
<li class = "topLine"><a href="">个人信息</a>

<li class = "topLine"><a href="">关于</a>
<ul>
<li class = "spec"><a href="/user-information">查看个人信息</a></li>
<li class = "spec"><a href="/about_us">关于我们</a></li>
<li><a href="/contact_us">联系我们</a></li>
</ul>
</li>
<li class = "topLine"><a href="/about_us">关于</a></li>
<li class = "topLine"><a href="/contact_us">联系我们</a></li>

</ul>
</div>
</div>
Expand Down

0 comments on commit 0e3ab46

Please sign in to comment.