Merge branch 'master' of gitee.com:dxtc/chaoyu

virtual
zwesy 2020-12-08 16:51:57 +08:00
commit 3488c86fca
2 changed files with 6 additions and 6 deletions

View File

@ -272,8 +272,8 @@ input,select,textarea{outline:medium none; resize: none;}
.marketing-box2 .center-block ul li .top-box .pull-right::after{ content: ''; width: 2.5rem; height: 2.5rem; background: url(../image/icon_jt3.png) no-repeat center; background-size: 100%; position: absolute; right: 0; top: 0; transition: all .6s;}
.marketing-box2 .center-block ul li .lower-box{ padding: 0 1.875rem 1.875rem; display: none;}
.marketing-box2 .center-block ul li .lower-box table{ width: 100%; margin: auto;}
.marketing-box2 .center-block ul li .lower-box table td,.marketing-box2 .center-block ul li .lower-box table th{ vertical-align: middle; border-width: 0.125rem; text-align: center; border: 1px solid #d9d9d9;}
.marketing-box2 .center-block ul li .lower-box th{ padding: 1.5rem 8px;}
.marketing-box2 .center-block ul li .lower-box table td,.marketing-box2 .center-block ul li .lower-box table th{ vertical-align: middle; border-width: 0.125rem; border: 1px solid #d9d9d9; padding: 1.5rem 2.5rem; font-size: 0.875rem; color: #666;}
.marketing-box2 .center-block ul li .lower-box table th{ color: #333;}
.marketing-box2 .center-block ul li.active{ box-shadow: 5px 5px 10px rgba(0,0,0,0.2);}
.marketing-box2 .center-block ul li.active .top-box .pull-right::after{ transform: rotate(90deg);}

View File

@ -40,10 +40,10 @@
<div class="lower-box w-100">
<table class="table table-bordered">
<tr>
<th>项目名称</th>
<th>订货单位</th>
<th>货物名称及型号规格</th>
<th>数量</th>
<th width="25%">项目名称</th>
<th width="25%">订货单位</th>
<th width="25%">货物名称及型号规格</th>
<th width="25%">数量</th>
</tr>
{if isset($achievement.infos) && count($achievement.infos) > 0}
{foreach $achievement.infos as $info}