Bez popisu

allotTask.css 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. ul {
  2. list-style: none;
  3. padding: 0;
  4. margin: 20px 0 0 0;
  5. }
  6. .allocationTask {
  7. margin-top: 20px;
  8. }
  9. .allocationTask .form-inline {
  10. margin-bottom: 10px;
  11. }
  12. .time_icon {
  13. font-size: 18px;
  14. color: #249fea;
  15. vertical-align: middle;
  16. }
  17. .allocationTask .form-inline>label {
  18. width: 120px;
  19. }
  20. .radio-inline input[type=radio] {
  21. margin-top: 2px;
  22. }
  23. .allocationTask_btn {
  24. text-align: center;
  25. margin: 20px auto;
  26. }
  27. .allocationTask_btn .btn {
  28. width: 20%;
  29. }
  30. .input-group-addon {
  31. color: #249fea;
  32. }
  33. .allocation_select {
  34. min-width: 238px;
  35. }
  36. .table_allocationTask .col-md-6,
  37. .joinTask .table_allocationTask .col-sm-12{
  38. margin-bottom: 20px;
  39. }
  40. .seat_item {
  41. cursor: pointer;
  42. padding: 15px;
  43. background-color: #fff;
  44. border-radius: 10px;
  45. box-shadow: 1px 2px 4px #888888;
  46. position: relative;
  47. border: 1px solid transparent;
  48. }
  49. .seat_item_active {
  50. border: 1px solid #249fea;
  51. }
  52. .seat_item .seat_img {
  53. position: absolute;
  54. left: 15px;
  55. top: 15px;
  56. width: 40px;
  57. height: 40px;
  58. }
  59. .seat_item .seat_img img {
  60. width: 100%;
  61. height: 100%;
  62. }
  63. .seat_item .seat_content {
  64. margin-left: 48px;
  65. margin-top: 0;
  66. }
  67. .seat_item .seat_content li {
  68. float: left;
  69. width: 50%;
  70. padding-bottom: 4px;
  71. }
  72. .table_allocationTask1 .col-md-3 {
  73. margin-bottom: 15px;
  74. }
  75. .table_allocationTask1 .seat_item {
  76. cursor: auto;
  77. }
  78. .table_allocationTask1 .tool_downs {
  79. position: absolute;
  80. right: 15px;
  81. top: 15px;
  82. }
  83. .table_allocationTask1 .seat_item .seat_content {
  84. margin-left: 0;
  85. }
  86. .joinTask .seat_item .seat_content {
  87. margin-right: 48px;
  88. margin-left: 30px;
  89. }
  90. .joinTask .join_btn{
  91. position: absolute;
  92. right: 30px;
  93. top: 50%;
  94. margin-top: -20px;
  95. }