12345678910111213141516171819202122 |
- .drug-sel{
- .search{
- position: fixed;
- top: 0;
- width: 100%;
- }
- .list{
- padding-top: 54px;
- }
- .btb-e1e1e1{
- border-top: solid 1px #e1e1e1;
- border-bottom: solid 1px #e1e1e1;
- }
- }
- .has-top{
- .drug-sel{
- .search{
- top: 46px;
- }
- }
- }
|