sign_handle.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .w40 {width: 40px;}
  2. .h40 {height: 40px;}
  3. .lh0 {line-height: 0;}
  4. .lh40 {line-height: 40px;}
  5. .lh80 {line-height: 81px;}
  6. .b-r-50 {border-radius: 50%;}
  7. ul {list-style: none;}
  8. .w-20 {width: 20%;}
  9. .w-20-1 {width: 20%; width: calc(20% - 1px);}
  10. .w-30-1 {width: 30%; width: calc(30% - 1px);}
  11. .w-40 {width: 40%;}
  12. .w-40-1 {width: 40%; width: calc(40% - 1px);}
  13. .w-40-2 {width: 40%; width: calc(40% - 2px);}
  14. .w-50 {width: 50%;}
  15. .w-50-1 {width: 50%;width: calc(50% - 1px);}
  16. .w-60-1 {width: 60%;width: calc(60% - 1px);}
  17. .w-80-1 {width: calc(80% - 1px);}
  18. .w-60 {width: 60%;}
  19. .h60 {height: 60px;}
  20. .btn-red, .btn-red:hover, .btn-red:focus {background-color: red; color: #fff;}
  21. .w-100 {width: 100%;}
  22. .pull-list {top: 41px;width: 100%;}
  23. .pull-list li {padding-left: 20px;}
  24. .set-bg {background: url(../../../images/tiaozhuan_xia_icon.png) no-repeat no-repeat calc(100% - 10px) center;}
  25. .right-arrow {background: url(../../../images/tiaozhuan_icon.png) no-repeat no-repeat calc(100% - 10px) center; background-size: 8px 15px;}
  26. .reason_list span {height: 24px; padding: 0 10px; background-color: #fff; line-height: 24px; border-radius: 12px; border: 1px solid #12b7f5; color: #12B7F5;}
  27. .reason_list span.active {background-color: #12b7f5; color: #fff;}
  28. #reason {
  29. height: 120px;
  30. width: 100%;
  31. padding: 10px 20px;
  32. outline: none;
  33. resize:none;
  34. }
  35. .cur-pit {cursor: pointer;}
  36. .ellipsis {
  37. overflow: hidden;
  38. text-overflow: ellipsis;
  39. white-space: nowrap;
  40. }
  41. .c-red {color: red;}
  42. .bgc-f5f5fa {background-color: #f5f5fa;}