File tree Expand file tree Collapse file tree 1 file changed +33
-16
lines changed
ybusadmin/src/main/webapp/css/2022css Expand file tree Collapse file tree 1 file changed +33
-16
lines changed Original file line number Diff line number Diff line change 100100 font-family : 'Pretendard-Medium' ;
101101}
102102
103- .busBox {
104- position : absolute;
105- background : url ("/spring/images/2022busStop/Box_BlueBus.png" ) no-repeat center 0px ;
106- background-size : contain;
107- width : 80% ;
108- height : 40px ;
109- padding-bottom : 0% ;
110- margin-top : 13px ;
111- z-index : 1 ;
112- right : 0px ;
113- top : 0 ;
114103
104+ /* busBox */
105+ .realTimeBus {
106+
107+ }
108+
109+ .busBoxZone {
110+ /* Layout Properties */
111+ position : absolute;
112+ z-index : 1 ;
113+ right : 0px ;
114+ top : 0 ;
115+ margin-top : 13px ;
115116
117+ width : 100% ;
118+ }
119+
120+ .busBox {
121+ width : 86% ;
122+
123+ /* UI Properties */
124+ background : no-repeat center 0px ;
125+ background-size : contain;
126+ box-shadow : 0px 0px 15px # 0F296B1F ;
127+ border-radius : 5px ;
128+ padding-bottom : 5% ;
129+
116130}
117131
118132.busStatus {
119133 padding-top : 5% ;
120- width : 65 % ;
121-
134+ width : max-content ;
135+ z-index : 1 ;
122136 font-size : 10px ;
137+ margin-left : 12% ;
123138}
124139
125140.busBox , .busStatus {
126- margin-left : 8% ;
141+
142+ /*
127143 margin-right: 17%;
144+ */
128145}
129146
130147.busNumber {
131148 font-family : "Pretendard-Bold" ;
132149 color : # 00264D ;
133- width : 85 % ;
150+ width : max-content ;
134151 margin : 0 auto;
135152}
136153
137154.busRefreshTime {
138155 font-family : "Pretendard-Medium" ;
139156 color : # B4B4B4 ;
140- width : 77 % ;
157+ width : max-content ;
141158 margin : 0 auto;
142159}
You can’t perform that action at this time.
0 commit comments