3838 flex-direction : column ;
3939 align-items : center ;
4040 padding : 20px ;
41+ background-color : #f0f2f5 ;
4142 min-height : 100vh ;
4243 box-sizing : border-box ;
4344}
116117/* 浅色背景宫 */
117118.sudoku-grid > div :nth-child (-n + 3 ) span :nth-child (-n + 3 ),
118119.sudoku-grid > div :nth-child (-n + 3 ) span :nth-child (n + 7 ),
119- .sudoku-grid > div :nth-child (n + 4 ):nth-child (-n + 6 )
120+ .sudoku-grid
121+ > div :nth-child (n + 4 ):nth-child (-n + 6 )
120122 span :nth-child (n + 4 ):nth-child (-n + 6 ),
121123.sudoku-grid > div :nth-child (n + 7 ) span :nth-child (-n + 3 ),
122124.sudoku-grid > div :nth-child (n + 7 ) span :nth-child (n + 7 ) {
@@ -159,7 +161,9 @@ button {
159161 margin : 0 10px 20px ;
160162 font-size : 1.1em ;
161163 cursor : pointer ;
162- transition : background-color 0.3s ease , transform 0.2s ease ;
164+ transition :
165+ background-color 0.3s ease ,
166+ transform 0.2s ease ;
163167 box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
164168}
165169
@@ -174,14 +178,26 @@ button:active {
174178 box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.1 );
175179}
176180
177- button :nth-of-type (1 ) { background-color : #2ecc71 ; }
178- button :nth-of-type (1 ):hover { background-color : #27ae60 ; }
181+ button :nth-of-type (1 ) {
182+ background-color : #2ecc71 ;
183+ }
184+ button :nth-of-type (1 ):hover {
185+ background-color : #27ae60 ;
186+ }
179187
180- button :nth-of-type (2 ) { background-color : #f39c12 ; }
181- button :nth-of-type (2 ):hover { background-color : #e67e22 ; }
188+ button :nth-of-type (2 ) {
189+ background-color : #f39c12 ;
190+ }
191+ button :nth-of-type (2 ):hover {
192+ background-color : #e67e22 ;
193+ }
182194
183- button :nth-of-type (3 ) { background-color : #e74c3c ; }
184- button :nth-of-type (3 ):hover { background-color : #c0392b ; }
195+ button :nth-of-type (3 ) {
196+ background-color : #e74c3c ;
197+ }
198+ button :nth-of-type (3 ):hover {
199+ background-color : #c0392b ;
200+ }
185201
186202/* ----------------------------------------------
187203 Log 区域
196212textarea {
197213 width : 80% ;
198214 max-width : 1000px ;
199- height : 150 px ;
215+ height : 450 px ;
200216 padding : 15px ;
201217 border : 1px solid #ccc ;
202218 border-radius : 8px ;
0 commit comments