Commit 92d10682 by 颜景龙

增加按钮

parent 59e7deaf
正在显示 包含 7 行增加10 行删除
...@@ -91,9 +91,6 @@ ...@@ -91,9 +91,6 @@
if (result.code == 0) { if (result.code == 0) {
var list = result.data; var list = result.data;
for (var i=0; i<list.length; i++) { for (var i=0; i<list.length; i++) {
console.log(list[i].originalPath,11);
var img = $(`<img src="${HTTP_URL}${list[i].originalPath}" />`); var img = $(`<img src="${HTTP_URL}${list[i].originalPath}" />`);
img.appendTo('.image-list'); img.appendTo('.image-list');
} }
......
...@@ -272,12 +272,13 @@ ...@@ -272,12 +272,13 @@
*/ */
.zbtn { .zbtn {
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 0.7rem 1rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 14px; font-size: 1.75rem;
font-weight: normal; font-weight: normal;
line-height: 1.42857143; line-height: 1.42857143;
text-align: center; text-align: center;
border-radius: 0;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; -ms-touch-action: manipulation;
...@@ -289,7 +290,6 @@ ...@@ -289,7 +290,6 @@
user-select: none; user-select: none;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px;
} }
/** /**
...@@ -337,12 +337,12 @@ ...@@ -337,12 +337,12 @@
padding-left: 0 !important; padding-left: 0 !important;
padding-right: 0 !important; padding-right: 0 !important;
} }
.zbtn-lg{ /* .zbtn-lg{
padding: 9px 16px; padding: 9px 16px;
font-size: 18px; font-size: 1.75rem;
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 0px; border-radius: 0px;
} } */
[data-roler="button"] > .zbtn input[type="radio"], [data-roler="button"] > .zbtn input[type="radio"],
[data-roler="button"] > .zbtn input[type="radio"], [data-roler="button"] > .zbtn input[type="radio"],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!
注册登录 后发表评论