質問編集履歴
4
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,8 +11,6 @@
|
|
11
11
|
・餌ボタン(ID fishAreaSet)
|
12
12
|
|
13
13
|
|
14
|
-
### 発生している問題
|
15
|
-

|
16
14
|
### 該当のソースコード
|
17
15
|
|
18
16
|
```html
|
3
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -316,6 +316,84 @@
|
|
316
316
|
box-shadow : 0px 3px 6px #00000040;
|
317
317
|
opacity : 1;
|
318
318
|
}
|
319
|
+
#fishArea-table {
|
320
|
+
position: absolute;
|
321
|
+
width: 80%;
|
322
|
+
height: 0px;
|
323
|
+
margin-left: 0vw;
|
324
|
+
top: 461px;
|
325
|
+
font-family: Meiryo;
|
326
|
+
font-size: 15px;
|
327
|
+
font-style: normal;
|
328
|
+
color: #707070;
|
329
|
+
border-collapse: collapse;
|
330
|
+
border-width:1px;
|
331
|
+
}
|
332
|
+
|
333
|
+
#fishArea-table th,
|
334
|
+
#fishArea-table td {
|
335
|
+
padding: 12px 5px;
|
336
|
+
text-align: center;
|
337
|
+
border-width:1px;
|
338
|
+
border-bottom-style: solid;
|
339
|
+
border-color: #00000040;
|
340
|
+
}
|
341
|
+
|
342
|
+
#fishArea-table th {
|
343
|
+
background-color: #FFFFFF;
|
344
|
+
color: #656565;
|
345
|
+
border: none;
|
346
|
+
font-family: Meiryo;
|
347
|
+
font-style: normal;
|
348
|
+
font-weight: normal;
|
349
|
+
font-size: 13px;
|
350
|
+
border-width:1px;
|
351
|
+
border-color: #00000040;
|
352
|
+
}
|
353
|
+
|
354
|
+
#fishArea-table input,
|
355
|
+
#fishArea-table select {
|
356
|
+
width: 50px;
|
357
|
+
cursor: pointer;
|
358
|
+
}
|
359
|
+
|
360
|
+
#fishArea-table i {
|
361
|
+
font-family: Meiryo;
|
362
|
+
font-style: normal;
|
363
|
+
font-weight: normal;
|
364
|
+
font-size: 18px;
|
365
|
+
color: rgba(112,112,112,1);
|
366
|
+
}
|
367
|
+
|
368
|
+
#fishArea-tbody tr:first-child {
|
369
|
+
}
|
370
|
+
|
371
|
+
#aquathreshold {
|
372
|
+
border : 2px solid #f0f0f0;
|
373
|
+
cursor : pointer;
|
374
|
+
pointer-events : auto;
|
375
|
+
font : normal normal normal 15px/23px;
|
376
|
+
}
|
377
|
+
.boilNum {
|
378
|
+
cursor : none;
|
379
|
+
pointer-events : none;
|
380
|
+
text-align : center;
|
381
|
+
font-family : Meiryo;
|
382
|
+
font-style : normal;
|
383
|
+
font-weight : normal;
|
384
|
+
font-size : 16px;
|
385
|
+
color : rgba(101,101,101,1);
|
386
|
+
background-color : #ffffff;
|
387
|
+
border : none;
|
388
|
+
font: normal normal normal 15px/23px;
|
389
|
+
}
|
390
|
+
|
391
|
+
.fishTime {
|
392
|
+
width : 10%;
|
393
|
+
border : 1px solid #C7C7C7;
|
394
|
+
opacity : 1;
|
395
|
+
pointer-events : none;
|
396
|
+
}
|
319
397
|
```
|
320
398
|
### 試したこと
|
321
399
|
CSSにて親子関係、class、idの優先順位が影響していると考えて修正を試みましたが何も変わりませんでした。
|
2
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -296,6 +296,26 @@
|
|
296
296
|
border: 1px solid #C7C7C7;
|
297
297
|
opacity: 1;
|
298
298
|
}
|
299
|
+
#fishSetBtn {
|
300
|
+
fill: rgba(255,255,255,1);
|
301
|
+
}
|
302
|
+
.fishSetBtn {
|
303
|
+
filter : drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.251));
|
304
|
+
position : absolute;
|
305
|
+
width : 110px;
|
306
|
+
height : 40px;
|
307
|
+
margin-left : 0vw;
|
308
|
+
top : 630px;
|
309
|
+
white-space : nowrap;
|
310
|
+
text-align : center;
|
311
|
+
font-family : Meiryo;
|
312
|
+
font-style : normal;
|
313
|
+
font-weight : normal;
|
314
|
+
font-size : 16px;
|
315
|
+
background : #FFFFFF 0% 0% no-repeat padding-box;
|
316
|
+
box-shadow : 0px 3px 6px #00000040;
|
317
|
+
opacity : 1;
|
318
|
+
}
|
299
319
|
```
|
300
320
|
### 試したこと
|
301
321
|
CSSにて親子関係、class、idの優先順位が影響していると考えて修正を試みましたが何も変わりませんでした。
|
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -295,4 +295,9 @@
|
|
295
295
|
width: 100%;
|
296
296
|
border: 1px solid #C7C7C7;
|
297
297
|
opacity: 1;
|
298
|
-
}
|
298
|
+
}
|
299
|
+
```
|
300
|
+
### 試したこと
|
301
|
+
CSSにて親子関係、class、idの優先順位が影響していると考えて修正を試みましたが何も変わりませんでした。
|
302
|
+
### お願い
|
303
|
+
少しでもローディング中は、背景色一色で表示させたいです。何かお分かりになりましたらご教示よろしくお願い致します。
|