1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- // @import "~@less/variables.less";
- .select{
- // width: 200px;
- // height: 44px;
- // line-height: 44px;
- display: inline-block;
- vertical-align: top;
- margin-left: 10px;
- .btn{
- height: 44px;
- line-height: 44px;
- // width: 100%;
- font-size: 12px;
- text-align: left;
- border: none;
- color:#000000;
- background: #fff;
- padding: 0 10px 0 30px;
- cursor: pointer;
- }
- .selectBtn{
- height: 44px;
- line-height: 44px;
- width: 100%;
- font-size: 12px;
- text-align: left;
- border: none;
- color:#000000;
- background: rgba(59,158,208,0.1);
- padding: 0 10px 0 30px;
- cursor: pointer;
- background-image: url(../../../images/first.png);
- background-repeat: no-repeat;
- background-position: 12px 15px;
- }
- .nospecialDis{
- color:#000000;
- opacity: 0.3;
- filter:alpha(opacity=30);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
- cursor: auto;
- }
- }
|