123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .cb-container{
- // width: 277px;
- min-width: 216px;
- padding: 10px;
- position: absolute;
- top: 25px;
- left: 0px;
- background: #fff;
- z-index: 10;
- box-shadow: 0 10px 20px 0 rgba(194,194,194,0.50);
- }
- .clear{
- width: 88px;
- height: 44px;
- line-height: 44px;
- font-size: 12px;
- color:#FF0000;
- border: none;
- background: #fff;
- float: left;
- margin-top: 10px;
- }
- .confirm{
- width: 88px;
- height: 44px;
- line-height: 44px;
- color:#3B9ED0;
- font-size: 12px;
- border: 1px solid #3B9ED0;
- background: #fff;
- margin-left: 20px;
- float: right;
- margin-top: 10px;
- }
- .multiple-tab{
- // width: 200px;
- vertical-align: top;
- // p{
- // width: 200px;
- // height: 44px;
- // line-height: 44px;
- // cursor: pointer;
- // padding-left: 40px;
- // }
- }
- .multiple-con{
- // width: 440px;
- display: inline-block;
- }
- .btn{
- }
- .nospecial{
- // width: 200px;
- height: 44px;
- line-height: 44px;
- cursor: pointer;
- color:#000000;
- padding: 0 10px 0 30px;
- border-bottom: 1px solid #EAEDF1;
- }
- .nospecialDis{
- color:#000000;
- opacity: 0.3;
- filter:alpha(opacity=30);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
- cursor: auto;
- }
- .firstSel{
- background: rgba(59,158,208,0.1);
- background-image: url(../../images/first.png);
- background-repeat: no-repeat;
- background-position: 12px 15px;
- }
- .thenSel{
- background: rgba(59,158,208,0.1);
- background-image: url(../../images/then.png);
- background-repeat: no-repeat;
- background-position: 12px 15px;
- }
|