Browse Source

交易记录下拉框

yangc 8 years ago
parent
commit
196f589eae
1 changed files with 11 additions and 1 deletions
  1. 11 1
      src/main/webapp/resources/view/usercenter/forstore/pay_center.html

+ 11 - 1
src/main/webapp/resources/view/usercenter/forstore/pay_center.html

@@ -104,6 +104,16 @@
 		width: 14.27%!important;
 
 	}
+	.pay_record .ticket_record_list dl span .select-adder {
+		opacity: 1;
+		width: 64px;
+		border-radius: 0;
+		height: 24px;
+		padding: 0 0 0 10px;
+		text-align: center;
+		margin: 0 auto;
+		margin-top: 7px;
+	}
 	.pay_record .ticket_record_list dl dt span {
 		color: #fff;
 		font-weight: normal;
@@ -440,7 +450,7 @@
 						</span>
 						<span>金额</span>
 						<span>
-							<select class="form-control select-adder">
+							<select class="form-control select-adder" style="width: 90px">
 								<option>交易方式</option>
 								<option value="1">RMB</option>
 								<option value="2">USD</option>