gregH commited on
Commit
0a2dc7b
·
verified ·
1 Parent(s): d57be93

Update assets/css/custom_style.css

Browse files
Files changed (1) hide show
  1. assets/css/custom_style.css +17 -1
assets/css/custom_style.css CHANGED
@@ -157,4 +157,20 @@ input[type='radio'] { visibility: hidden; display: none; }
157
  font-size: 16px; /* 字体大小 */
158
  margin-top: 10px; /* 标题与图片之间的间距 */
159
  color: #333; /* 文字颜色 */
160
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  font-size: 16px; /* 字体大小 */
158
  margin-top: 10px; /* 标题与图片之间的间距 */
159
  color: #333; /* 文字颜色 */
160
+ }
161
+
162
+ /* 容器样式 */
163
+ .gif-container {
164
+ text-align: center;
165
+ background-color: #ffffff; /* 白色背景 */
166
+ padding: 20px;
167
+ border-radius: 10px;
168
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
169
+ }
170
+
171
+ /* GIF 图片样式 */
172
+ .gif-container img {
173
+ max-width: 100%;
174
+ height: auto;
175
+ border-radius: 5px; /* 圆角边框 */
176
+ }