|
@@ -178,7 +178,7 @@ class webview2 extends BaseUser
|
|
|
|
|
|
<!-- 自定义包名 -->
|
|
|
<div class="form-group clearfix">
|
|
|
- <label class="control-label col-sm-2">自定义包名</label>
|
|
|
+ <label class="control-label col-sm-2"><span> </span>自定义包名</label>
|
|
|
<div class="col-sm-6">
|
|
|
<div class="input-text">
|
|
|
<input type="text" id="bundle_id" name="bundle_id"
|
|
@@ -193,7 +193,7 @@ class webview2 extends BaseUser
|
|
|
|
|
|
<!-- 自定义版本号 -->
|
|
|
<div class="form-group clearfix">
|
|
|
- <label class="control-label col-sm-2">自定义版本号</label>
|
|
|
+ <label class="control-label col-sm-2"><span> </span>自定义版本号</label>
|
|
|
<div class="col-sm-6">
|
|
|
<div class="input-text">
|
|
|
<input type="text" id="version" name="version"
|
|
@@ -354,7 +354,7 @@ class webview2 extends BaseUser
|
|
|
<!-- 收费标准 -->
|
|
|
<div class="form-group clearfix">
|
|
|
<div class="col-sm-2 col-xs-4 pay-num" id="price">
|
|
|
- <div class="fl">应支付</div>
|
|
|
+ <div class="fl" style="color:#000000; font-weight: 500;">应支付</div>
|
|
|
<b class="color-danger"><span>¥</span><?php echo $_var_6[$_var_9]; ?></b>
|
|
|
</div>
|
|
|
<div class="col-sm-2 col-xs-4">
|