12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- @import "~@less/variables.less";
- .cb-container{
- // width: 277px;
- min-width: 216px;
- padding: 10px;
- position: absolute;
- top: 25px;
- left: -62px;
- background: #fff;
- z-index: 12;
- 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;
- }
- .confirm{
- width: 88px;
- height: 44px;
- line-height: 44px;
- color:#3B9ED0;
- font-size: 12px;
- border: 1px solid #3B9ED0;
- background: #fff;
- margin-left: 20px;
- float: right;
- }
- .sentence{
- width: 100%;
- height: 54px;
- border-bottom: 1px solid #EAEDF1;
- margin-bottom: 15px;
- span{
- color:#000000;
- display: inline-block;
- height: 44px;
- line-height: 44px;
- padding: 0 10px 0 30px;
- }
- }
- .selected-span{
- background: rgba(59,158,208,0.1);
- background-image: url(../../images/first.png);
- background-repeat: no-repeat;
- background-position: 12px 15px;
- }
- .disabled{
- opacity: 0.3;
- filter:alpha(opacity=30);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
- }
- .multiple-tab{
- // width: 200px;
- vertical-align: top;
- }
- .multiple-con{
- // width: 140px;
- margin-left: 10px;
- display: inline-block;
- vertical-align: top;
- }
- .ishide{
- .hide;
- }
|