回答編集履歴

1

修正

2017/07/03 07:24

投稿

退会済みユーザー
test CHANGED
@@ -66,13 +66,41 @@
66
66
 
67
67
  ``` css
68
68
 
69
- .liqd-txt-wrap {
69
+ .liqd-item-wrap
70
70
 
71
+ {
72
+
71
- background: rgba(242,242,242,0.5);
73
+ background: rgba(242,242,242,0.5);;
72
74
 
73
75
  padding: 20px;
74
76
 
77
+ width: 600px;
78
+
79
+
80
+
81
+ position: relative; /* 追加 */
82
+
83
+ }
84
+
85
+
86
+
87
+ .liqd-txt-wrap
88
+
89
+ {
90
+
91
+ background: rgba(242,242,242,0.5);;
92
+
93
+ padding: 20px;
94
+
95
+
96
+
97
+ position: absolute; /* 追加 */
98
+
99
+ bottom: 0; /* 追加 */
100
+
101
+ left: 0; /* 追加 */
102
+
75
- margin: -100px; /* 追加(数値は適当です) */
103
+ width: 100%; /* 追加 */
76
104
 
77
105
  }
78
106