index.less 999 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .main-suit{
  2. position: relative;
  3. }
  4. .input-cell{
  5. border:none;
  6. border-bottom: 1px #ccc solid;
  7. margin:0 5px;
  8. padding: 0 5px;
  9. width: 40px;
  10. display: inline-block;
  11. }
  12. .textarea {
  13. width: 100%;
  14. height: 30px;
  15. font-size: 14px;
  16. line-height: 21px;
  17. }
  18. .mainsuit-box {
  19. .box {
  20. .content {
  21. border: 1px solid red !important;
  22. }
  23. }
  24. }
  25. .confirm-info {
  26. height: 70px;
  27. font-size: 16px;
  28. line-height: 16px;
  29. text-align: center;
  30. padding: 10px 30px;
  31. }
  32. .history-info {
  33. height: 185px;
  34. overflow-y: auto;
  35. padding: 15px;
  36. >div{
  37. line-height: 26px;
  38. img{
  39. vertical-align: middle;
  40. margin-right: 5px;
  41. }
  42. }
  43. }
  44. .confirm-history-btn {
  45. position: absolute;
  46. right: 15px;
  47. // bottom: 10px;
  48. display: inline-block;
  49. width: 66px;
  50. height: 32px;
  51. line-height: 32px;
  52. text-align: center;
  53. color: #3B9ED0;
  54. border: 1px solid #3B9ED0;
  55. border-radius: 4px;
  56. cursor: pointer;
  57. }