質問編集履歴
2
内容修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -140,7 +140,7 @@
|
|
140
140
|
|
141
141
|
|
142
142
|
|
143
|
-
table tr .
|
143
|
+
table tr .xxx p { background-color: #d8395b; }
|
144
144
|
|
145
145
|
|
146
146
|
|
@@ -160,7 +160,7 @@
|
|
160
160
|
|
161
161
|
|
162
162
|
|
163
|
-
table tr .
|
163
|
+
table tr .xxx_wrap { outline: 11px solid #d8395b; color: #d8395b; }
|
164
164
|
|
165
165
|
コード
|
166
166
|
|
1
css修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -130,99 +130,37 @@
|
|
130
130
|
|
131
131
|
|
132
132
|
|
133
|
-
```
|
133
|
+
```css
|
134
134
|
|
135
|
-
|
135
|
+
table { margin: 55px auto 60px; border-collapse: separate; border-spacing: 4px 0; }
|
136
136
|
|
137
|
-
margin: 55px auto 60px;
|
138
137
|
|
139
|
-
border-collapse: separate;
|
140
138
|
|
141
|
-
|
139
|
+
table tr th p { border-radius: 10px; color: #fff; width: 190px; padding: 18px 0 16px; margin: 0 auto 23px; }
|
142
140
|
|
143
|
-
tr{
|
144
141
|
|
145
|
-
th{
|
146
142
|
|
147
|
-
|
143
|
+
table tr .AERA p { background-color: #d8395b; }
|
148
144
|
|
149
|
-
border-radius: 10px;
|
150
145
|
|
151
|
-
color: #fff;
|
152
146
|
|
153
|
-
|
147
|
+
table tr .profession_a p { background-color: #0d526d; }
|
154
148
|
|
155
|
-
padding: 18px 0 16px;
|
156
149
|
|
157
|
-
margin: 0 auto 23px;
|
158
150
|
|
159
|
-
|
151
|
+
table tr .profession_b p { background-color: #617795; }
|
160
152
|
|
161
|
-
}
|
162
153
|
|
163
|
-
.xxx{
|
164
154
|
|
165
|
-
|
155
|
+
table tr td { border: 1px solid #dbdbdb; width: 201px; height: 84px; vertical-align: middle; text-align: center; font-size: 16px; }
|
166
156
|
|
167
|
-
background-color: #d8395b;
|
168
157
|
|
169
|
-
}
|
170
158
|
|
171
|
-
|
159
|
+
table tr .td_title { background-color: #e7eef2; }
|
172
160
|
|
173
|
-
.profession_a{
|
174
161
|
|
175
|
-
p{
|
176
162
|
|
177
|
-
background-color: #0d526d;
|
178
|
-
|
179
|
-
}
|
180
|
-
|
181
|
-
}
|
182
|
-
|
183
|
-
.profession_b{
|
184
|
-
|
185
|
-
p{
|
186
|
-
|
187
|
-
background-color: #617795;
|
188
|
-
|
189
|
-
}
|
190
|
-
|
191
|
-
}
|
192
|
-
|
193
|
-
td{
|
194
|
-
|
195
|
-
border: 1px solid #dbdbdb;
|
196
|
-
|
197
|
-
width: 201px;
|
198
|
-
|
199
|
-
height: 84px;
|
200
|
-
|
201
|
-
vertical-align: middle;
|
202
|
-
|
203
|
-
text-align: center;
|
204
|
-
|
205
|
-
@include f(16,"",0);
|
206
|
-
|
207
|
-
}
|
208
|
-
|
209
|
-
.td_title{
|
210
|
-
|
211
|
-
background-color: #e7eef2;
|
212
|
-
|
213
|
-
}
|
214
|
-
|
215
|
-
.xxx_wrap{
|
216
|
-
|
217
|
-
|
163
|
+
table tr .AERA_wrap { outline: 11px solid #d8395b; color: #d8395b; }
|
218
|
-
|
219
|
-
color:#d8395b;
|
220
|
-
|
221
|
-
}
|
222
|
-
|
223
|
-
}
|
224
|
-
|
225
|
-
}
|
226
164
|
|
227
165
|
コード
|
228
166
|
|