|
@@ -45,79 +45,6 @@
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
- .modal {
|
|
|
- .shade {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left:0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- background: #000;
|
|
|
- opacity: 0.6;
|
|
|
- filter:alpha(opacity=60);
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
|
|
|
- z-index: 2000;
|
|
|
- }
|
|
|
- .content {
|
|
|
- position: fixed;
|
|
|
- z-index: 2001;
|
|
|
- top: 100px;
|
|
|
- width: 820px;
|
|
|
- left:50%;
|
|
|
- margin-left: -410px;
|
|
|
- height: 283px;
|
|
|
- background: #fff;
|
|
|
- .close{
|
|
|
- line-height: 24px;
|
|
|
- padding: 3px 3px 5px 10px;
|
|
|
- border-bottom: 1px solid #EAEDF1;
|
|
|
- img{
|
|
|
- float: right;
|
|
|
- margin: 0px;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- }
|
|
|
- h1{
|
|
|
- font-size: 16px;
|
|
|
- letter-spacing: 0;
|
|
|
- margin: 20px 0px 20px 10px;
|
|
|
- }
|
|
|
- ul {
|
|
|
- margin: 0px 0px 0px 10px;
|
|
|
- li {
|
|
|
- width: 190px;
|
|
|
- height: 44px;
|
|
|
- line-height: 44px;
|
|
|
- margin: 0px 0px 2px 0px;
|
|
|
- padding: 0px 0px 0px 10px;
|
|
|
- cursor: pointer;
|
|
|
- &.selected{
|
|
|
- background: rgba(59,158,208,0.1);
|
|
|
- img{
|
|
|
- visibility: visible;
|
|
|
- }
|
|
|
- }
|
|
|
- img{
|
|
|
- margin: -1px 4px 0 0;
|
|
|
- visibility: hidden;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .btn {
|
|
|
- .btnCom;
|
|
|
- width: 80px;
|
|
|
- height: 34px;
|
|
|
- background:#3B9ED0;
|
|
|
- color:#fff;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 34px;
|
|
|
- position: relative;
|
|
|
- left: 50%;
|
|
|
- margin-left: -40px;
|
|
|
- top: 30px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
.title{
|
|
|
font-size: 16px;
|