12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- @import "~@less/variables.less";
- .mefical-info-wrapper {
- padding: 0px 15px;
- line-height: 20px;
- width: @push-width;
- overflow: hidden;
- position: relative;
- }
- .search-cont{
- .cont{
- position: relative;
- img{
- position: absolute;
- width: 15px;
- left: 266px;
- top: 9px;
- cursor: pointer;
- }
- }
- .title{
- font-size: 12px;
- color:#979797;
- margin-bottom: 10px;
- }
- .input{
- display: inline-block;
- width: 300px;
- height: 34px;
- padding: 5px;
- border:1px #CECECE solid;
- vertical-align: top
- }
- button{
- display: inline-block;
- width: 80px;
- height: 34px;
- line-height: 34px;
- color: #fff;
- background: #2A9BD5;
- border:1px #2A9BD5 solid;
- text-align: center;
- border: none;
- }
- .result{
- margin-top: 15px;
- li{
- border-bottom:1px #CECECE solid;
- line-height: 42px;
- cursor: pointer;
- span{
- font-size: 14px;
- color: #000;
- }
- i{
- font-size: 12px;
- color: #2A9BD5;
- }
- button{
- float: right;
- border:1px #2A9BD5 solid;
- text-align: center;
- width: 56px;
- height: 26px;
- line-height: 26px;
- color: #2A9BD5;
- border-radius: 3px;
- background: none;
- margin-top: 8px;
- outline: none;
- }
- }
- }
- .no-data{
- width: 380px;
- color:#979797;
- text-align: center;
- line-height: 40px;
- }
- }
|