You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

89 lines
1.1 KiB

  1. .wagesSec1 {
  2. padding: 14px 12px 30px;
  3. text-align: center;
  4. background: #0C86D8;
  5. }
  6. .wagesSec1Top{
  7. font-size: 0;
  8. }
  9. .wagesSec1Top > *{
  10. display: inline-block;
  11. vertical-align: middle;
  12. color: #BBDEFB;
  13. }
  14. .wagesSec1Top span{
  15. width: 185px;
  16. font-size: 14px;
  17. }
  18. .wagesSec1T{
  19. margin-top: 20px;
  20. font-size: 28px;
  21. text-align: center;
  22. color: #fff;
  23. }
  24. .wagesSec1Txt{
  25. font-size: 12px;
  26. color: #BBDEFB;
  27. text-align: center;
  28. margin-top: 5px;
  29. }
  30. .wagesSec2{
  31. background: #fff;
  32. }
  33. .wagesSec2List{
  34. margin:0px;
  35. padding:0px;
  36. list-style:none;
  37. }
  38. .wagesSec2List li{
  39. list-style:none;
  40. }
  41. .wagesSec2T{
  42. font-size: 15px;
  43. color: #A0A0A0;
  44. padding: 0 12px;
  45. line-height: 40px;
  46. border-bottom: 1px solid #F0F3F5;
  47. }
  48. .wagesSec2T span{
  49. display: inline-block;
  50. width: 5px;
  51. height: 5px;
  52. background: #FFBA00;
  53. vertical-align: middle;
  54. border-radius: 50%;
  55. margin-left: 5px;
  56. position: relative;
  57. top: -2px;
  58. }
  59. .wagesSec2List li{
  60. line-height: 40px;
  61. border-bottom: 1px solid #F0F3F5;
  62. font-size: 13px;
  63. color: #646464;
  64. padding: 0 12px;
  65. }
  66. .wagesSec2List span{
  67. float: right;
  68. color: #8A8A8A;
  69. }