|
@@ -110,14 +110,23 @@
|
|
}
|
|
}
|
|
|
|
|
|
/*模态框*/
|
|
/*模态框*/
|
|
|
|
+.spa-page-balanceLog .o2o-modal{
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: none;
|
|
|
|
+ position: fixed;
|
|
|
|
+ background: rgba(51, 51, 51, 0.2);
|
|
|
|
+}
|
|
|
|
+
|
|
.spa-page-balanceLog .modal-box{
|
|
.spa-page-balanceLog .modal-box{
|
|
- top: 35%;
|
|
|
|
|
|
+ top: 30%;
|
|
left: 7.5%;
|
|
left: 7.5%;
|
|
width: 85%;
|
|
width: 85%;
|
|
position: fixed;
|
|
position: fixed;
|
|
- padding-top: 10px;
|
|
|
|
- display: none;
|
|
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: #fcfafa;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.43);
|
|
border-top: 1px solid rgba(0, 0, 0, 0.43);
|
|
border-left: 1px solid rgba(0, 0, 0, 0.43);
|
|
border-left: 1px solid rgba(0, 0, 0, 0.43);
|
|
border-right: 1px solid rgba(0, 0, 0, 0.43);
|
|
border-right: 1px solid rgba(0, 0, 0, 0.43);
|
|
@@ -129,34 +138,42 @@
|
|
}
|
|
}
|
|
|
|
|
|
.spa-page-balanceLog .modal-box .width-percent-50>div:nth-child(1),.width-percent-50>div:nth-child(3){
|
|
.spa-page-balanceLog .modal-box .width-percent-50>div:nth-child(1),.width-percent-50>div:nth-child(3){
|
|
- width: 20px;
|
|
|
|
- height: 20px;
|
|
|
|
|
|
+ width: 40px;
|
|
|
|
+ height: 30px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- line-height: 17px;
|
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ line-height: 26px;
|
|
text-align: center;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
- cursor: pointer;
|
|
|
|
background-color: white;
|
|
background-color: white;
|
|
- border: 1px solid rgba(0, 0, 0, 0.14);
|
|
|
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
|
|
|
|
.spa-page-balanceLog .modal-box .width-percent-50>div:nth-child(2){
|
|
.spa-page-balanceLog .modal-box .width-percent-50>div:nth-child(2){
|
|
- text-align: center;
|
|
|
|
margin: 3px;
|
|
margin: 3px;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
/*选择*/
|
|
/*选择*/
|
|
.spa-page-balanceLog .modal-box .select{
|
|
.spa-page-balanceLog .modal-box .select{
|
|
clear: both;
|
|
clear: both;
|
|
width: 100%;
|
|
width: 100%;
|
|
- margin-top: 80px;
|
|
|
|
|
|
+ margin-top: 5rem;
|
|
}
|
|
}
|
|
|
|
|
|
.spa-page-balanceLog .modal-box .select>div{
|
|
.spa-page-balanceLog .modal-box .select>div{
|
|
width: 50%;
|
|
width: 50%;
|
|
float: left;
|
|
float: left;
|
|
- text-align: center;
|
|
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
|
|
+ text-align: center;
|
|
border: 1px solid rgba(0, 0, 0, 0.14);
|
|
border: 1px solid rgba(0, 0, 0, 0.14);
|
|
|
|
+ background: transparent;
|
|
|
|
+}
|
|
|
|
+.spa-page-balanceLog .select-the-month{
|
|
|
|
+ color: #212121;
|
|
|
|
+ line-height: 1.8rem;
|
|
|
|
+ padding-left: 0.9rem;
|
|
|
|
+ border-bottom: 2px solid #000000;
|
|
|
|
+ margin-bottom: 0.3rem;
|
|
}
|
|
}
|