public.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. *{
  2. font-family: 'SY-medium';
  3. }
  4. img{
  5. -webkit-user-drag: none;
  6. }
  7. .ui-button {
  8. height: 50px;
  9. line-height: 1;
  10. border-radius: 25px;
  11. border:none;
  12. background-color: transparent;
  13. text-align: center;
  14. letter-spacing: 1px;
  15. outline: none;
  16. white-space: nowrap;
  17. cursor: pointer;
  18. }
  19. .ui-button.default {
  20. background-color: #CCCCCC;
  21. color: #333333;
  22. }
  23. .ui-button.submit {
  24. color: #fff;
  25. background-color: #BC1915;
  26. }
  27. .ui-button.cancel {
  28. color: #05c8ae;
  29. background-color: transparent
  30. }
  31. .ui-button.block {
  32. width: 100%
  33. }
  34. .ui-button.link {
  35. display: inline-block;
  36. text-decoration: none;
  37. }
  38. .ui-button.danger {
  39. background-color: #c80303;
  40. color: #fff
  41. }
  42. .ui-input{
  43. padding: 0 14px;
  44. color: #fff;
  45. letter-spacing: 1px;
  46. height: 50px;
  47. line-height: 50px;
  48. width: 100%;
  49. background: rgba(#CCCCCC, 0.2);
  50. border: 1px solid #FFB521;
  51. border-radius: 25px;
  52. }
  53. input::-webkit-input-placeholder{
  54. color:#fff;
  55. }
  56. input::-moz-placeholder{ /* Mozilla Firefox 19+ */
  57. color:#fff;
  58. }
  59. input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  60. color:#fff;
  61. }
  62. input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  63. color:#fff;
  64. }
  65. .cad{
  66. top: 28px !important;
  67. right: 20px !important;
  68. width: 237px !important;
  69. height: 149px !important;
  70. border-radius: initial !important;
  71. z-index: 999;
  72. background: initial !important;
  73. }
  74. .mobile {
  75. .cad{
  76. width: 159px !important;
  77. height: 111px !important;
  78. }
  79. }
  80. .mobile[view-mode='floor-plain'], .mobile[view-mode='doll-house'] {
  81. .cad {
  82. display: none;
  83. }
  84. }
  85. // 小地图 当前位置标志
  86. // 位置圆圈。默认半径2.69,圆圈粗细1.076
  87. #ele1 circle {
  88. fill: #165491;
  89. r: 2;
  90. }
  91. // 视野
  92. #ele1 path {
  93. fill: #165491;
  94. }