meetingTabCommon.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .tab-title {
  2. text-align: left;
  3. font-size: 22px;
  4. font-weight: 400;
  5. margin: 5px 24px;
  6. letter-spacing: .1em;
  7. color: #eeefef;
  8. }
  9. .row .col-lg-3, .row .col-lg-2, .row .col-lg-7, .row .col-lg-9 {
  10. background-color: #ffffff;
  11. }
  12. .wrapper-content {
  13. padding: 20px 20px 20px 25px;
  14. }
  15. .wrapper-content > .row {
  16. margin-right: 0;
  17. }
  18. .row.row-background {
  19. background-color: #ffffff;
  20. }
  21. .middle {
  22. position: relative;
  23. height: 100%;
  24. display: flex;
  25. }
  26. .wrapper-content > .row > div {
  27. /* height: 100%; */
  28. height:auto;
  29. /* min-height:100339px; */
  30. padding-right: 0;
  31. word-wrap: break-word;
  32. word-break: normal;
  33. padding-left: 0;
  34. }
  35. .wrapper-content > .row > div.left-border, .wrapper-content > div.row.left-border{
  36. border-left: 3px solid #23b7e5;
  37. }
  38. .tab-container .row{
  39. overflow: hidden;
  40. margin-left: 0;
  41. }
  42. .tab-container [class*="col-"]{
  43. margin-bottom: -100000px;
  44. padding-bottom: 100000px;
  45. }
  46. .tab-container .row .col-lg-3 {
  47. padding-left: 0;
  48. }
  49. .tab-container .row .col-lg-3 > div > img {
  50. margin: auto;
  51. }
  52. .box {
  53. height: 275px;
  54. }
  55. .top {
  56. padding-top: 38px;
  57. /* padding-bottom: 50px; */
  58. }
  59. .top > img {
  60. padding-bottom: 10px;
  61. padding-right: 4px;
  62. }
  63. .top.row {
  64. margin: 0;
  65. }
  66. .title {
  67. font-size: 1.6em;
  68. }
  69. .o-btn-group {
  70. /* padding-left: 30px; */
  71. height: 161px;
  72. margin: auto;
  73. text-align: center;
  74. }
  75. .o-btn-group > span{
  76. display: block;
  77. padding: 10px 0;
  78. color: #9fa1a5;
  79. }
  80. .o-btn-group > img {
  81. position: relative;
  82. top: -15px;
  83. z-index: 0;
  84. }
  85. button.m-btn{
  86. font-size: 20px;
  87. color: #fff0f0;
  88. background: red;
  89. padding: 0 30px;
  90. height: 64px;
  91. line-height: 64px;
  92. z-index: 9999;
  93. -moz-box-shadow: 0px -4px 5px #b32a2a inset,0px 4px 5px #f38b8b inset;
  94. -webkit-box-shadow: 0px -4px 5px #b32a2a inset, 0px 4px 5px #f38b8b inset;
  95. box-shadow: 0px -4px 5px #b32a2a inset, 0px 4px 5px #f38b8b inset;
  96. }
  97. button.m-btn i {
  98. margin-right: 10px;
  99. }
  100. .m-btn-next {
  101. line-height: 28px;
  102. height: 28px;
  103. padding: 0 12px;
  104. border-radius: 20px;
  105. background: #ebebeb;
  106. color: #ffffff;
  107. font-size: 13px;
  108. }
  109. .m-btn-next:hover {
  110. background: #ebebeb;
  111. color: #ffffff;
  112. }
  113. .m-btn-next-active {
  114. background: #0ab8ed;
  115. }
  116. .m-btn-next.m-btn-next-active:hover {
  117. background: #0ab8ed;
  118. opacity: 0.8;
  119. }
  120. .meeting-content {
  121. display: block;
  122. padding: 10px;
  123. text-align: left;
  124. }
  125. .meeting-content p {
  126. float: none;
  127. width: 100%;
  128. }
  129. button.m-btn-processing {
  130. background: #41c50d;
  131. box-shadow: 0px -4px 5px #2f7b11 inset, 0px 4px 5px #ebffe3 inset;
  132. }
  133. button.m-btn-finish {
  134. background: #d2cfbc;
  135. box-shadow: 0px -4px 5px #aba894 inset, 0px 4px 5px #fffffd inset;
  136. }
  137. .layui-btn-primary.m-btn-finish:hover {
  138. border-color: #d2cfbc;
  139. color: #fff0f0;
  140. }
  141. fieldset.subject-title {
  142. border: none;
  143. text-align: left;
  144. }
  145. .layui-elem-field > legend {
  146. width: 100%;
  147. }
  148. .layui-progress-big .layui-progress-text {
  149. display: inherit;
  150. }
  151. button.btn-disabled {
  152. background: #d2cfbc;
  153. box-shadow: 0px -4px 5px #aba894 inset, 0px 4px 5px #fffffd inset;
  154. }