gzrc.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. body{
  2. height:300px;
  3. overflow:hidden
  4. }
  5. .part-40 {
  6. width: 40%;
  7. height: 100%;
  8. float: left;
  9. background: #DFF4FF;
  10. }
  11. .part-60 {
  12. width: 60%;
  13. height: 100%;
  14. float: left;
  15. background-color: #F0F9FE;
  16. }
  17. .content-bg {
  18. width: 100%;
  19. float: left;
  20. color: #54A1FE;
  21. }
  22. .date-table {
  23. width: 100%;
  24. table-layout: fixed;
  25. border-collapse: collapse;
  26. }
  27. .date-table tbody td {
  28. text-align: center;
  29. line-height: 20px;
  30. font-size: 18px;
  31. padding: 3px;
  32. cursor: pointer;
  33. }
  34. .date-table tbody tr:first-child td {
  35. padding: 6px;
  36. font-size: 14px;
  37. color:#fff;
  38. background-color:#54A1FE
  39. }
  40. .date-table tbody td center {
  41. height: 30px;
  42. line-height:30px
  43. }
  44. .acTive center{
  45. border:1px solid #3292F2;
  46. }
  47. .today center{
  48. color: white;
  49. background-color: #3292F2;
  50. }
  51. .meets {
  52. background-image: url(../img/red.png);
  53. background-repeat:no-repeat;
  54. background-position:right top
  55. }
  56. .badgeActive{
  57. background: #FF5859;
  58. color: white;
  59. }
  60. .Date-page{
  61. width:194px
  62. }
  63. .group-item-btn{
  64. width:96%;
  65. height:50%;
  66. min-height:140px;
  67. margin:0 2%;
  68. cursor:pointer;
  69. background-repeat: no-repeat;
  70. background-position: center center;
  71. background-size: cover;
  72. position:relative
  73. }
  74. .group-item-btn .content{
  75. width: 100%;
  76. height: 110px;
  77. position: absolute;
  78. top: 50%;
  79. left: 50%;
  80. transform: translate(-50%,-50%);
  81. }
  82. .group-item-btn .icon {
  83. width: 100%;
  84. height: 80px;
  85. background-repeat: no-repeat;
  86. background-position: center center;
  87. background-size: 75px 75px;
  88. }
  89. .group-item-btn .title {
  90. width: 100%;
  91. height: 40px;
  92. line-height: 40px;
  93. color: #ffffff;
  94. font-size: 24px;
  95. text-align: center;
  96. }
  97. .left{
  98. width:50%;
  99. height:100%;
  100. float:left;
  101. position:relative;
  102. background-color:#B285ED;
  103. background-image:url('../img/zhiban.png');
  104. background-repeat:no-repeat;
  105. background-position-x:center;
  106. background-position-y:-10px;
  107. }
  108. .right{
  109. width:50%;
  110. height:100%;
  111. float:left;
  112. position:relative;
  113. background-color:#FF3C3C;
  114. background-image:url('../img/jilu.png');
  115. background-repeat:no-repeat;
  116. background-position-x:center;
  117. background-position-y:-10px;
  118. }
  119. .left>.title,
  120. .right>.title{
  121. position:absolute;
  122. bottom:10px;
  123. left:50%;
  124. transform:translate(-50%,0)
  125. }