|
|
@@ -498,6 +498,16 @@
|
|
|
font-size: 16px;
|
|
|
color: #1968f9;
|
|
|
}
|
|
|
+ .chooseDetail .detail button.btns {
|
|
|
+ margin: 30px 0 47px 0;
|
|
|
+ display: inline-block;
|
|
|
+ width: 160px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #ffffff;
|
|
|
+ background: #ff6000;
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
<!-- loading start -->
|
|
|
@@ -539,7 +549,7 @@
|
|
|
<input type="checkbox" ng-click="changeChecked()" ng-checked="checked" required class="fl">
|
|
|
<div class="fl read"><span>我已经阅读并同意<a href="http://lj.ubtob.com/userAgreement">《优软一元捐用户协议》</a></span></div>
|
|
|
</div>
|
|
|
- <button class="btn" ng-disabled="!checked" ng-click="stepNext(checked, 1)">确定,下一步</button>
|
|
|
+ <button class="btns" ng-disabled="!checked" ng-click="stepNext(checked, 1)">确定,下一步</button>
|
|
|
|
|
|
</div>
|
|
|
</div>
|