sign_handle.css 1.1 KB

12345678910111213141516171819202122232425262728
  1. .w40 {width: 40px;}
  2. .h40 {height: 40px;}
  3. .lh40 {line-height: 40px;}
  4. .lh80 {line-height: 81px;}
  5. .b-r-50 {border-radius: 50%;}
  6. ul {list-style: none;}
  7. .w-20-1 {width: calc(20% - 1px);}
  8. .w-30-1 {width: calc(30% - 1px);}
  9. .w-40 {width: 40%;}
  10. .w-40-1 {width: calc(40% - 1px);}
  11. .w-50-1 {width: calc(50% - 1px);}
  12. .w-60-1 {width: calc(60% - 1px);}
  13. .h60 {height: 60px;}
  14. .btn-red, .btn-red:hover, .btn-red:focus {background-color: red; color: #fff;}
  15. .w-100 {width: 100%;}
  16. .pull-list {top: 41px;width: 100%;}
  17. .pull-list li {padding-left: 20px;}
  18. .set-bg {background: url(../../../images/tiaozhuan_xia_icon.png) no-repeat no-repeat calc(100% - 10px) center;}
  19. .right-arrow {background: url(../../../images/tiaozhuan_icon.png) no-repeat no-repeat calc(100% - 10px) center; background-size: 8px 15px;}
  20. .reason_list span {height: 24px; padding: 0 10px; background-color: #fff; line-height: 24px; border-radius: 12px; border: 1px solid #12b7f5; color: #12B7F5;}
  21. .reason_list span.active {background-color: #12b7f5; color: #fff;}
  22. #reason {
  23. height: 120px;
  24. width: 100%;
  25. padding: 10px 20px;
  26. outline: none;
  27. resize:none;
  28. }