|
@ -13,6 +13,41 @@ $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id |
|
|
$this->params['breadcrumbs'][] = '编辑 '; |
|
|
$this->params['breadcrumbs'][] = '编辑 '; |
|
|
Yii::$app->params['bsVersion'] = '4.x'; |
|
|
Yii::$app->params['bsVersion'] = '4.x'; |
|
|
?>
|
|
|
?>
|
|
|
|
|
|
<style> |
|
|
|
|
|
.btn-success, .btn-float { |
|
|
|
|
|
bottom: 120px; |
|
|
|
|
|
} |
|
|
|
|
|
.btn-success { |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
display: block; |
|
|
|
|
|
top: unset; |
|
|
|
|
|
right: 50px; |
|
|
|
|
|
bottom: 60px; |
|
|
|
|
|
width: 60px; |
|
|
|
|
|
height: 60px; |
|
|
|
|
|
line-height: 60px; |
|
|
|
|
|
padding: 0; |
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
|
font-size: 1.6em; |
|
|
|
|
|
box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2); |
|
|
|
|
|
z-index: 10000; |
|
|
|
|
|
} |
|
|
|
|
|
.btn-info { |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
display: block; |
|
|
|
|
|
top: unset; |
|
|
|
|
|
right: 50px; |
|
|
|
|
|
bottom: 130px; |
|
|
|
|
|
width: 60px; |
|
|
|
|
|
height: 60px; |
|
|
|
|
|
line-height: 60px; |
|
|
|
|
|
padding: 0; |
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
|
font-size: 1.6em; |
|
|
|
|
|
box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2); |
|
|
|
|
|
z-index: 10000; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
<div class="goods-update"> |
|
|
<div class="goods-update"> |
|
|
<div class="goods-form"> |
|
|
<div class="goods-form"> |
|
|
<?php |
|
|
<?php |
|
@ -72,8 +107,8 @@ Yii::$app->params['bsVersion'] = '4.x'; |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<?= Html::submitButton('保存', ['class' => 'btn btn-success']) ?>
|
|
|
|
|
|
<?= Html::a('返回', ['index'], ['class' => 'btn btn-info']) ?>
|
|
|
|
|
|
|
|
|
<?= Html::submitButton('<i class="fa fa-check"></i>', ['class' => 'btn-float btn btn-success']) ?>
|
|
|
|
|
|
<?= Html::a('<i class="fa fa-times"></i>', ['index'], ['class' => 'btn-float btn btn-info']) ?>
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<?php ActiveForm::end(); ?>
|
|
|
<?php ActiveForm::end(); ?>
|
|
|