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.
 
 
 
 

53 lines
1.0 KiB

  1. .head_width{
  2. width: 1%;
  3. }
  4. .index_foot {
  5. position: fixed;
  6. width: 100%;
  7. bottom: 0;
  8. height: 0.5rem;
  9. background-color: #ffffff;
  10. border-top: 1px solid #ddd;
  11. }
  12. .tab1_icon {
  13. background: url(../../images/yuding_yes.png) no-repeat;
  14. background-size: 100% 100%;
  15. }
  16. .tab2_icon {
  17. background: url(../../images/dingdan_yes.png) no-repeat;
  18. background-size: 100% 100%;
  19. }
  20. .tab3_icon {
  21. background: url(../../images/my_yes.png) no-repeat;
  22. background-size: 100% 100%;
  23. }
  24. .table1_icon {
  25. background: url(../../images/yuding_no.png) no-repeat;
  26. background-size: 100% 100%;
  27. }
  28. .table2_icon {
  29. background: url(../../images/dingdan_no.png) no-repeat;
  30. background-size: 100% 100%;
  31. }
  32. .table3_icon {
  33. background: url(../../images/my_no.png) no-repeat;
  34. background-size: 100% 100%;
  35. }
  36. .tab_img_div {
  37. height: 1.5em;
  38. margin-top: .2em;
  39. width: 1.5em;
  40. margin-bottom: 0.2em;
  41. }
  42. .foot_tab {
  43. width: 33.3%;
  44. display: block;
  45. }
  46. .table_word{
  47. color: #11cd6e;
  48. font-size: 0.12rem;
  49. }
  50. .tab_word{
  51. color: #a9b7b7;
  52. font-size: 0.12rem;
  53. }