Authored by yyq

结算按钮

@@ -1033,7 +1033,6 @@ @@ -1033,7 +1033,6 @@
1033 1033
1034 } 1034 }
1035 1035
1036 -  
1037 .balance-wrap { 1036 .balance-wrap {
1038 font-size: 13px; 1037 font-size: 13px;
1039 line-height: 2; 1038 line-height: 2;
@@ -1095,9 +1094,11 @@ @@ -1095,9 +1094,11 @@
1095 font-weight: 700; 1094 font-weight: 700;
1096 background: #d90025; 1095 background: #d90025;
1097 border: none; 1096 border: none;
  1097 + outline: none;
1098 padding: 0; 1098 padding: 0;
1099 margin-left: 10px; 1099 margin-left: 10px;
1100 vertical-align: super; 1100 vertical-align: super;
  1101 + cursor: pointer;
1101 } 1102 }
1102 } 1103 }
1103 } 1104 }