sign_handle.css 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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-1 {width: calc(20% - 1px);}
  9. .w-30-1 {width: calc(30% - 1px);}
  10. .w-40 {width: 40%;}
  11. .w-40-1 {width: calc(40% - 1px);}
  12. .w-40-2 {width: calc(40% - 2px);}
  13. .w-50 {width: 50%;}
  14. .w-50-1 {width: calc(50% - 1px);}
  15. .w-60-1 {width: calc(60% - 1px);}
  16. .w-60 {width: 60%;}
  17. .h60 {height: 60px;}
  18. .btn-red, .btn-red:hover, .btn-red:focus {background-color: red; color: #fff;}
  19. .w-100 {width: 100%;}
  20. .pull-list {top: 41px;width: 100%;}
  21. .pull-list li {padding-left: 20px;}
  22. .set-bg {background: url(../../../images/tiaozhuan_xia_icon.png) no-repeat no-repeat calc(100% - 10px) center;}
  23. .right-arrow {background: url(../../../images/tiaozhuan_icon.png) no-repeat no-repeat calc(100% - 10px) center; background-size: 8px 15px;}
  24. .reason_list span {height: 24px; padding: 0 10px; background-color: #fff; line-height: 24px; border-radius: 12px; border: 1px solid #12b7f5; color: #12B7F5;}
  25. .reason_list span.active {background-color: #12b7f5; color: #fff;}
  26. #reason {
  27. height: 120px;
  28. width: 100%;
  29. padding: 10px 20px;
  30. outline: none;
  31. resize:none;
  32. }
  33. .cur-pit {cursor: pointer;}