Baozhangchao 3 lat temu
rodzic
commit
b7ebc67dd0
1 zmienionych plików z 2 dodań i 36 usunięć
  1. 2
    36
      src/components/BuildingSelect/style.css

+ 2
- 36
src/components/BuildingSelect/style.css Wyświetl plik

@@ -32,25 +32,6 @@
32 32
   text-align: center;
33 33
 }
34 34
 
35
-.radio-list__text-dark {
36
-  width: 100%;
37
-  align-items: center;
38
-  color: white;
39
-}
40
-.frame-dark {
41
-  background: #2b2b2b;
42
-  /* background: #fff; */
43
-  position: absolute;
44
-  bottom: 0;
45
-  width: 100%;
46
-  padding: 2.9vw 2.9vw 0;
47
-  border-top-left-radius: 20px;
48
-  border-top-right-radius: 20px;
49
-  z-index: 85;
50
-  box-sizing: border-box;
51
-  align-items: center;
52
-  text-align: center;
53
-}
54 35
 .page-section {
55 36
   padding-top: 1em;
56 37
 }
@@ -88,14 +69,6 @@
88 69
 
89 70
 .checkBtn {
90 71
   display: inline-block;
91
-  /* width: 35%;
92
-
93
-  background-color: white;
94
-  color: #57bd6a;
95
-  text-align: center;
96
-  height: 10vw;
97
-  font-size: 26px;
98
-  box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12); */
99 72
 
100 73
   width: 35%;
101 74
   text-align: center;
@@ -108,12 +81,6 @@
108 81
 }
109 82
 
110 83
 .okBtn {
111
-  /* width: 35%;
112
-  background-color: #57bd6a;
113
-  color: white;
114
-  text-align: center;
115
-  height: 10vw;
116
-  font-size: 26px; */
117 84
   width: 35%;
118 85
   text-align: center;
119 86
   font-size: 32px;
@@ -145,12 +112,11 @@ button {
145 112
 }
146 113
 .radio-list__radio {
147 114
   display: flex;
148
-
149
-  /* margin-top: 1em; */
150
-  /* margin-bottom: 0.2em; */
151 115
 }
152 116
 .radio-list__text {
153 117
   width: 100%;
154 118
   align-items: center;
155 119
   color: #000;
120
+  position: relative;
121
+  left: 24px;
156 122
 }