|
@@ -64,7 +64,7 @@
|
|
|
padding-left: 15px;
|
|
|
}
|
|
|
.spa-page-balanceLog .new-time>div:nth-child(2),.new-time>div:nth-child(3){
|
|
|
- padding-left: 15px;
|
|
|
+
|
|
|
}
|
|
|
/*第一行字体*/
|
|
|
.spa-page-balanceLog .width-percent-33>div:nth-child(1){
|
|
@@ -73,11 +73,11 @@
|
|
|
color: rgba(255, 255, 255, 0.83);
|
|
|
}
|
|
|
/*三角符号*/
|
|
|
-.spa-page-balanceLog .width-percent-33 .month{
|
|
|
+.spa-page-balanceLog .width-percent-100 .month{
|
|
|
position: relative;
|
|
|
transition: 500ms all;
|
|
|
}
|
|
|
-.spa-page-balanceLog .width-percent-33 .month:after{
|
|
|
+.spa-page-balanceLog .width-percent-100 .month:after{
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
left: 55px;
|
|
@@ -88,9 +88,6 @@
|
|
|
border-left: 5px solid transparent;
|
|
|
border-right: 5px solid transparent;
|
|
|
}
|
|
|
-.spa-page-balanceLog .width-percent-33 .month:active{
|
|
|
-
|
|
|
-}
|
|
|
|
|
|
/*部分样式修改*/
|
|
|
.spa-page-balanceLog .segmented-control{
|
|
@@ -188,3 +185,14 @@
|
|
|
width: 50%;
|
|
|
float: left;
|
|
|
}
|
|
|
+
|
|
|
+/*充值明细*/
|
|
|
+.spa-page-balanceLog .recharge-details{
|
|
|
+ width: 100%;
|
|
|
+ padding: 15px 0;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ background-color: white;
|
|
|
+}
|
|
|
+.spa-page-balanceLog .recharge-details>div{
|
|
|
+ line-height: 1rem;
|
|
|
+}
|