jfph_list.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /*样式重置*/
  2. .demo-comtop {
  3. top: 0;
  4. right: 0;
  5. left: 0;
  6. background-color: #17B3EC;
  7. -webkit-box-shadow: none !important;
  8. box-shadow: none !important;
  9. -webkit-backface-visibility: hidden;
  10. backface-visibility: hidden;
  11. width: 100%;
  12. height: 45px;
  13. line-height: 44px;
  14. color: #333;
  15. text-align: center;
  16. font-size: 18px;
  17. position: relative;
  18. z-index: 9999;
  19. box-sizing: border-box;
  20. -webkit-box-sizing: border-box;
  21. -moz-box-sizing: border-box;
  22. -ms-box-sizing: border-box;
  23. }
  24. .h174{
  25. height: 174px;
  26. background-color: #17B3EC;
  27. }
  28. #star {
  29. position: absolute;
  30. top: 50%;
  31. right: 10px;
  32. margin-top: -10px;
  33. width: 20px;
  34. height: 20px;
  35. background-image: url(../images/sousuohuodong_icon.png);
  36. background-size: 20px;
  37. background-repeat: no-repeat;
  38. }
  39. .text,.pic{
  40. display: inline-block;
  41. z-index: 10000;
  42. }
  43. .text{
  44. width: calc(100% - 115px);
  45. text-align: center;
  46. margin-top: 34px;
  47. }
  48. .text>p:nth-of-type(1){
  49. font-size: 30px;
  50. color: #ffffff;
  51. }.text>p:nth-of-type(2){
  52. font-size: 18px;
  53. color: #8ae0ff;
  54. text-indent: 25px;
  55. }
  56. .pic{
  57. background:url(../images/paihang_img.png) no-repeat;
  58. background-size: contain;
  59. position: absolute;
  60. top: 25px;
  61. right: 20px;
  62. width: 115px;
  63. height: 140px;
  64. }
  65. .c-list-action {
  66. text-align: center;
  67. right: 20px!important;
  68. width: 100px;
  69. }
  70. .c-list-action>span{
  71. font-size:20px ;
  72. color: #333;
  73. }
  74. .c-list-action>a{
  75. font-size:14px ;
  76. color: #FFA244;
  77. }
  78. .c-list > li {
  79. font-size: 16px;
  80. color: #333;
  81. position: relative;
  82. display: -webkit-box;
  83. margin-left: 15px;
  84. border-top: none;
  85. }
  86. .c-list>li:nth-of-type(1)>div:nth-of-type(1){
  87. background: url(../images/paiming01_icon.png) no-repeat center;
  88. text-align: center;
  89. line-height: 65px;
  90. background-size: 30px 30px;
  91. vertical-align: middle;
  92. }
  93. .c-list>li:nth-of-type(2)>div:nth-of-type(1){
  94. background: url(../images/paiming02_icon.png) no-repeat center;
  95. text-align: center;
  96. line-height: 65px;
  97. background-size: 30px 30px;
  98. }
  99. .c-list>li:nth-of-type(3)>div:nth-of-type(1){
  100. background: url(../images/paiming03_icon.png) no-repeat center;
  101. text-align: center;
  102. line-height: 65px;
  103. background-size: 30px 30px;
  104. }
  105. .c-list .c-list-indent-m {
  106. border-top: 1px solid #f1f1f1;
  107. vertical-align: middle
  108. }
  109. .inlineBlock{
  110. display: inline-block;
  111. }
  112. .c-list-indent-m p{
  113. font-size: 20px;
  114. height: 65px;
  115. line-height: 65px;
  116. color: #333;
  117. vertical-align: middle;
  118. }
  119. .c-list .c-avatar-m{
  120. display: inline-block;
  121. width: 45px;
  122. height: 45px;
  123. font-size: 14px;
  124. vertical-align: middle;
  125. }
  126. .c-list-indent-m {
  127. padding-right: 130px !important;
  128. }
  129. .c-list-action {
  130. display: inline-block;
  131. vertical-align: middle;
  132. }