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.
 
 
 
 

68 lines
1.2 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. display: block;
  44. }
  45. .table_word{
  46. color: #11cd6e;
  47. font-size: 0.12rem;
  48. }
  49. .tab_word{
  50. color: #a9b7b7;
  51. font-size: 0.12rem;
  52. }
  53. .paopao{
  54. position: absolute;
  55. width: 0.8rem;
  56. height: 0.6rem;
  57. right: 0.05rem;
  58. top: 0.45rem;
  59. background-color:lightgray ;
  60. z-index: 2;
  61. }
  62. .blackfont{
  63. color: #999;
  64. }