Common.css 553 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* 检索框的长度 */
  2. .search_width {
  3. width: 150px;
  4. }
  5. /* 查询按钮与检索框对齐 */
  6. .search_down {
  7. margin-top: 3.3px;
  8. }
  9. /* 操作按钮左移*/
  10. .operate_left {
  11. margin-left: 2.6px;
  12. }
  13. .button_left {
  14. margin-left: 10px;
  15. }
  16. .paper_title {
  17. background-color: bisque;
  18. width: 400px;
  19. border-top-right-radius: 15px;
  20. border-bottom-right-radius: 15px;
  21. }
  22. .row_header_word {
  23. font-size: 14px;
  24. font-weight: bold;
  25. }
  26. .row_quesBody {
  27. cursor: pointer;
  28. white-space: nowrap;
  29. overflow: hidden;
  30. }
  31. .row_quesBody p {
  32. font-size: 13px;
  33. }