|
@@ -14,6 +14,14 @@
|
|
|
.modal-header p {
|
|
.modal-header p {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
+ .modal-header i {
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ right: 7px;
|
|
|
|
|
+ top: 7px;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ }
|
|
|
.userEmail .modal-body .row >label {
|
|
.userEmail .modal-body .row >label {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
@@ -78,6 +86,7 @@
|
|
|
<div class="modal-header">
|
|
<div class="modal-header">
|
|
|
<img src="static/img/user/images/valid-email.png" alt="">
|
|
<img src="static/img/user/images/valid-email.png" alt="">
|
|
|
<p>邮箱验证</p>
|
|
<p>邮箱验证</p>
|
|
|
|
|
+ <i class="glyphicon glyphicon-remove" ng-click="cancel()"></i>
|
|
|
</div>
|
|
</div>
|
|
|
<form class="userEmail" name="sampleSendForm" ng-submit="ok()">
|
|
<form class="userEmail" name="sampleSendForm" ng-submit="ok()">
|
|
|
<input type="hidden" ng-model="pageToken"/>
|
|
<input type="hidden" ng-model="pageToken"/>
|