質問編集履歴

4

誤字

2021/08/16 01:55

投稿

garou
garou

スコア9

test CHANGED
File without changes
test CHANGED
@@ -24,10 +24,6 @@
24
24
 
25
25
 
26
26
 
27
- ### 発生している問題
28
-
29
- ![イメージ説明](50b518d9f7bf58cadfde9e8565c0e02d.png)
30
-
31
27
  ### 該当のソースコード
32
28
 
33
29
 

3

誤字修正

2021/08/16 01:55

投稿

garou
garou

スコア9

test CHANGED
File without changes
test CHANGED
@@ -634,6 +634,162 @@
634
634
 
635
635
  }
636
636
 
637
+ #fishArea-table {
638
+
639
+ position: absolute;
640
+
641
+ width: 80%;
642
+
643
+ height: 0px;
644
+
645
+ margin-left: 0vw;
646
+
647
+ top: 461px;
648
+
649
+ font-family: Meiryo;
650
+
651
+ font-size: 15px;
652
+
653
+ font-style: normal;
654
+
655
+ color: #707070;
656
+
657
+ border-collapse: collapse;
658
+
659
+ border-width:1px;
660
+
661
+ }
662
+
663
+
664
+
665
+ #fishArea-table th,
666
+
667
+ #fishArea-table td {
668
+
669
+ padding: 12px 5px;
670
+
671
+ text-align: center;
672
+
673
+ border-width:1px;
674
+
675
+ border-bottom-style: solid;
676
+
677
+ border-color: #00000040;
678
+
679
+ }
680
+
681
+
682
+
683
+ #fishArea-table th {
684
+
685
+ background-color: #FFFFFF;
686
+
687
+ color: #656565;
688
+
689
+ border: none;
690
+
691
+ font-family: Meiryo;
692
+
693
+ font-style: normal;
694
+
695
+ font-weight: normal;
696
+
697
+ font-size: 13px;
698
+
699
+ border-width:1px;
700
+
701
+ border-color: #00000040;
702
+
703
+ }
704
+
705
+
706
+
707
+ #fishArea-table input,
708
+
709
+ #fishArea-table select {
710
+
711
+ width: 50px;
712
+
713
+ cursor: pointer;
714
+
715
+ }
716
+
717
+
718
+
719
+ #fishArea-table i {
720
+
721
+ font-family: Meiryo;
722
+
723
+ font-style: normal;
724
+
725
+ font-weight: normal;
726
+
727
+ font-size: 18px;
728
+
729
+ color: rgba(112,112,112,1);
730
+
731
+ }
732
+
733
+
734
+
735
+ #fishArea-tbody tr:first-child {
736
+
737
+ }
738
+
739
+
740
+
741
+ #aquathreshold {
742
+
743
+ border : 2px solid #f0f0f0;
744
+
745
+ cursor : pointer;
746
+
747
+ pointer-events : auto;
748
+
749
+ font : normal normal normal 15px/23px;
750
+
751
+ }
752
+
753
+ .boilNum {
754
+
755
+ cursor : none;
756
+
757
+ pointer-events : none;
758
+
759
+ text-align : center;
760
+
761
+ font-family : Meiryo;
762
+
763
+ font-style : normal;
764
+
765
+ font-weight : normal;
766
+
767
+ font-size : 16px;
768
+
769
+ color : rgba(101,101,101,1);
770
+
771
+ background-color : #ffffff;
772
+
773
+ border : none;
774
+
775
+ font: normal normal normal 15px/23px;
776
+
777
+ }
778
+
779
+
780
+
781
+ .fishTime {
782
+
783
+ width : 10%;
784
+
785
+ border : 1px solid #C7C7C7;
786
+
787
+ opacity : 1;
788
+
789
+ pointer-events : none;
790
+
791
+ }
792
+
637
793
  ```
638
794
 
639
795
  ### 試したこと

2

誤字修正

2021/08/08 03:24

投稿

garou
garou

スコア9

test CHANGED
File without changes
test CHANGED
@@ -594,6 +594,46 @@
594
594
 
595
595
  }
596
596
 
597
+ #fishSetBtn {
598
+
599
+ fill: rgba(255,255,255,1);
600
+
601
+ }
602
+
603
+ .fishSetBtn {
604
+
605
+ filter : drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.251));
606
+
607
+ position : absolute;
608
+
609
+ width : 110px;
610
+
611
+ height : 40px;
612
+
613
+ margin-left : 0vw;
614
+
615
+ top : 630px;
616
+
617
+ white-space : nowrap;
618
+
619
+ text-align : center;
620
+
621
+ font-family : Meiryo;
622
+
623
+ font-style : normal;
624
+
625
+ font-weight : normal;
626
+
627
+ font-size : 16px;
628
+
629
+ background : #FFFFFF 0% 0% no-repeat padding-box;
630
+
631
+ box-shadow : 0px 3px 6px #00000040;
632
+
633
+ opacity : 1;
634
+
635
+ }
636
+
597
637
  ```
598
638
 
599
639
  ### 試したこと

1

誤字修正

2021/08/08 03:21

投稿

garou
garou

スコア9

test CHANGED
File without changes
test CHANGED
@@ -593,3 +593,13 @@
593
593
  opacity: 1;
594
594
 
595
595
  }
596
+
597
+ ```
598
+
599
+ ### 試したこと
600
+
601
+ CSSにて親子関係、class、idの優先順位が影響していると考えて修正を試みましたが何も変わりませんでした。
602
+
603
+ ### お願い
604
+
605
+ 少しでもローディング中は、背景色一色で表示させたいです。何かお分かりになりましたらご教示よろしくお願い致します。