123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .c-list,.n-list,.n-list-info{font-size: 16px;}
- .bottom-title{font-size: 12px;background-color:#FA8888;color:#FFFFFF;height:45px;line-height:1.5;padding-left:10px;padding-top: 5px;}
- .hos-div{
- width: 80px;text-align: center;position: absolute;top: 50%;margin-top: -3%;height: 100%;color: #666;
- }
- .n-div{
- width: 100%; float: left;position: relative;background: #fff;
- }
- .n-text-div{
- float: left;width: calc( 100% - 80px);margin-left: 100px;padding: 5px 0px;min-height:10px;
- }
- .select-box{
- position: relative;
- display: inline-block;
- border: 1px solid #e1e1e1;
- height: 30px;
- line-height: 30px;
- padding-left: 10px;
- }
- .select-box .arrow-d{
- content: '';
- display: block;
- width: 12px;
- height: 12px;
- border: solid #ccc;
- border-width: 1px 1px 0 0;
- transform: rotate(-135deg);
- -webkit-transform: rotate(135deg);
- -moz-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- position: absolute;
- right: 5px;
- top: 5px;
- }
- .c-arrow-r{
- position: absolute;
- top: 50%;
- right: 6px;
- margin-top: -5px;
- content: "";
- display: block;
- width: 10px;
- height: 10px;
- border: solid #ccc;
- border-width: 1px 1px 0 0;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .mr25{margin-right: 25px;}
- .ss-value{
- font-size: 14px;
- color: #5b5b5b;
- text-align: right;
- padding-left: 10px;
- box-sizing: border-box;
- }
- .ss-list{
- padding-top: 14px!important;
- padding-bottom: 14px!important;
- }
- input[type=text]{
- line-height: inherit;
- width: 100%;
- height: auto;
- margin-bottom: 0px;
- padding: 0px;
- -webkit-user-select: text;
- border: none;
- border-radius: 0px;
- outline: 0;
- background-color:inherit;
- -webkit-appearance: none;
- }
|