|
@@ -1,18 +1,6 @@
|
|
|
.spa-page-balanceLog .scroller{
|
|
|
background-color: #c8c8c8;
|
|
|
}
|
|
|
-.spa-page-balanceLog h4{
|
|
|
- text-align: left;
|
|
|
- line-height: 35px;
|
|
|
- padding-left: 15px;
|
|
|
- background-color: #fff;
|
|
|
- color: #000;
|
|
|
- clear: both;
|
|
|
- margin-bottom: 0;
|
|
|
- margin-top: 100px;
|
|
|
- font-size: 15px;
|
|
|
- border-bottom: 1px solid rgba(0, 0, 0, 0.4);
|
|
|
-}
|
|
|
.spa-page-balanceLog .balance-log{
|
|
|
margin: 15px auto;
|
|
|
border:1px solid rgba(0,0,0,0.3);
|
|
@@ -99,3 +87,8 @@
|
|
|
.spa-page-balanceLog .width-percent-33 .month:active{
|
|
|
color: red;
|
|
|
}
|
|
|
+
|
|
|
+/*部分样式修改*/
|
|
|
+.spa-page-balanceLog .segmented-control .control-item.active{
|
|
|
+ background-color: rgb(146,118,3);
|
|
|
+}
|