sign.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .mui-content>div {
  2. background: #FFFFFF;
  3. }
  4. .sign-box {
  5. height: 100%;
  6. }
  7. .tabs {
  8. width: 100%;
  9. padding: 15px 0;
  10. border-top: 1px solid #f5f5f5;
  11. position: fixed;
  12. bottom: 0;
  13. }
  14. .tabs span:first-child {
  15. border-right: 1px solid #d7d7d7;
  16. }
  17. .tabs span {
  18. font-size: 15px;
  19. display: inline-block;
  20. width: 49%;
  21. text-align: center;
  22. }
  23. #map {
  24. width: 100%;
  25. height: 200px;
  26. margin-top:30px;
  27. }
  28. .sign {
  29. width: 150px;
  30. height: 150px;
  31. display: block;
  32. line-height: 148px;
  33. text-align: center;
  34. background: #1BADF8;
  35. border: none;
  36. border-radius: 50%;
  37. margin: 30px auto;
  38. color: #FFFFFF;
  39. font-size: 17px;
  40. }
  41. .si,
  42. .ol-si {
  43. color: #1badf8;
  44. }
  45. .boxs {
  46. padding: 11px 12px 7px 12px;
  47. position: relative;
  48. }
  49. .address,
  50. .time-icon {
  51. display: inline-block;
  52. position: absolute;
  53. top: 12px;
  54. width: 18px;
  55. height: 17px;
  56. background: url(../../../img/index/executive_address@2x.png) no-repeat;
  57. background-size: contain;
  58. }
  59. .time-icon {
  60. width: 15px;
  61. height: 15px;
  62. background: url(../../../img/index/executive_time@2x.png) no-repeat;
  63. background-size: contain;
  64. }
  65. .dress-time {
  66. padding-left: 20px;
  67. color: #999999;
  68. }
  69. #dress {
  70. padding-left: 20px;
  71. }
  72. .mui-content .add-btn {
  73. width: 92%;
  74. margin: 0 auto;
  75. margin-top: 50px;
  76. }
  77. .add-btn button {
  78. width: 100%;
  79. height: 40px;
  80. border: none;
  81. color: #FFFFFF;
  82. background: #1badf8;
  83. }