|
@@ -1,4 +1,4 @@
|
|
|
-.maskCover{
|
|
|
+.maskCover {
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
@@ -6,11 +6,11 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-color: #000;
|
|
|
- opacity:0.6;
|
|
|
- filter:alpha(opacity=60);
|
|
|
+ opacity: 0.6;
|
|
|
+ filter: alpha(opacity=60);
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
|
|
|
}
|
|
|
-.contentBox{
|
|
|
+.contentBox {
|
|
|
width: 600px;
|
|
|
height: 500px;
|
|
|
position: fixed;
|
|
@@ -19,40 +19,42 @@
|
|
|
margin-right: -600px;
|
|
|
background: #fff;
|
|
|
z-index: 101;
|
|
|
- .content{
|
|
|
- padding:0 15px;
|
|
|
- height: 440px;
|
|
|
- overflow-y: auto;
|
|
|
+ box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);
|
|
|
+ .content {
|
|
|
+ padding: 0 15px;
|
|
|
+ height: 440px;
|
|
|
+ overflow-y: auto;
|
|
|
+
|
|
|
}
|
|
|
- h2{
|
|
|
- text-align: center;
|
|
|
- font-size: 18px;
|
|
|
- margin:0 auto;
|
|
|
- color: #fff;
|
|
|
- background: #4F9FF3;
|
|
|
- line-height: 30px;
|
|
|
+ h2 {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ margin: 0 auto;
|
|
|
+ color: #fff;
|
|
|
+ background: #4f9ff3;
|
|
|
+ line-height: 30px;
|
|
|
}
|
|
|
- .close{
|
|
|
- width: 15px;
|
|
|
- float: right;
|
|
|
- margin-top: -22px;
|
|
|
- margin-right: 10px;
|
|
|
- cursor: pointer;
|
|
|
+ .close {
|
|
|
+ width: 15px;
|
|
|
+ float: right;
|
|
|
+ margin-top: -22px;
|
|
|
+ margin-right: 10px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
- .title{
|
|
|
- /*text-indent: 20px;*/
|
|
|
- margin: 15px auto 8px;
|
|
|
+ .title {
|
|
|
+ /*text-indent: 20px;*/
|
|
|
+ margin: 15px auto 8px;
|
|
|
}
|
|
|
- th{
|
|
|
- border:1px solid #CCD2D9;
|
|
|
- background: #d8d8d9;
|
|
|
- height: 25px;
|
|
|
- line-height: 25px;
|
|
|
- white-space: nowrap;
|
|
|
+ th {
|
|
|
+ border: 1px solid #ccd2d9;
|
|
|
+ background: #d8d8d9;
|
|
|
+ height: 25px;
|
|
|
+ line-height: 25px;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
- td{
|
|
|
- border:1px solid #CCD2D9;
|
|
|
- text-align: center;
|
|
|
- line-height: 25px;
|
|
|
+ td {
|
|
|
+ border: 1px solid #ccd2d9;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 25px;
|
|
|
}
|
|
|
-}
|
|
|
+}
|