Baozhangchao 3 vuotta sitten
vanhempi
commit
b7ebc67dd0
1 muutettua tiedostoa jossa 2 lisäystä ja 36 poistoa
  1. 2
    36
      src/components/BuildingSelect/style.css

+ 2
- 36
src/components/BuildingSelect/style.css Näytä tiedosto

32
   text-align: center;
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
 .page-section {
35
 .page-section {
55
   padding-top: 1em;
36
   padding-top: 1em;
56
 }
37
 }
88
 
69
 
89
 .checkBtn {
70
 .checkBtn {
90
   display: inline-block;
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
   width: 35%;
73
   width: 35%;
101
   text-align: center;
74
   text-align: center;
108
 }
81
 }
109
 
82
 
110
 .okBtn {
83
 .okBtn {
111
-  /* width: 35%;
112
-  background-color: #57bd6a;
113
-  color: white;
114
-  text-align: center;
115
-  height: 10vw;
116
-  font-size: 26px; */
117
   width: 35%;
84
   width: 35%;
118
   text-align: center;
85
   text-align: center;
119
   font-size: 32px;
86
   font-size: 32px;
145
 }
112
 }
146
 .radio-list__radio {
113
 .radio-list__radio {
147
   display: flex;
114
   display: flex;
148
-
149
-  /* margin-top: 1em; */
150
-  /* margin-bottom: 0.2em; */
151
 }
115
 }
152
 .radio-list__text {
116
 .radio-list__text {
153
   width: 100%;
117
   width: 100%;
154
   align-items: center;
118
   align-items: center;
155
   color: #000;
119
   color: #000;
120
+  position: relative;
121
+  left: 24px;
156
 }
122
 }