Skip to content

Commit

Permalink
lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsee committed Jul 31, 2019
1 parent fb8027c commit 9119372
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 52 deletions.
2 changes: 1 addition & 1 deletion lib/editor/index.js

Large diffs are not rendered by default.

89 changes: 38 additions & 51 deletions lib/editor/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7491,6 7491,16 @@ body hr {
.h5ds-layout-setitem-content .ant-input {
width: 100%;
}
.h5ds-layout-setitem-subsection .h5ds-layout-setitem-name {
display: block;
width: auto;
width: initial;
position: relative;
padding: 10px 0;
}
.h5ds-layout-setitem-subsection .h5ds-layout-setitem-content {
margin-left: 0;
}
.h5ds-layout-m5 {
margin: 5px;
}
Expand Down Expand Up @@ -10391,6 10401,31 @@ body hr {
width: 5px;
background: #1d2225;
}
.h5ds-phone-preview-pagebutton {
position: absolute;
height: 200px;
width: 14px;
top: 200px;
right: -20px;
font-size: 12px;
}
.h5ds-phone-preview-pagebutton a {
color: #fff;
line-height: 12px;
margin: 10px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
display: inline-block;
padding: 10px 4px;
}
.h5ds-phone-preview-pagebutton a:hover {
background: #ffffff;
color: #000;
}
.h5ds-phone-preview-pagebutton span {
width: 60px;
display: block;
color: #fff;
}
.h5ds-pc-preview {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -10455,6 10490,7 @@ body hr {
}
.h5ds-phone-preview .h5ds-phone-preview-view {
width: 320px;
position: relative;
}
.h5ds-phone-preview .h5ds-phone-preview-view .h5ds-phone-preview-header {
position: relative;
Expand Down Expand Up @@ -17393,6 17429,8 @@ body hr {
position: relative;
background: #000;
overflow: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.h5ds-preview > .swiper-container {
background: #fff;
Expand Down Expand Up @@ -17631,57 17669,6 @@ body hr {
left: 0;
}

.h5ds-last-page {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
.h5ds-last-page .h5ds-last-info {
text-align: center;
padding-top: 100px;
}
.h5ds-last-page .h5ds-last-info h1 {
font-size: 16px;
margin-top: 10px;
}
.h5ds-last-page .h5ds-last-info p {
font-size: 12px;
padding: 10px;
max-height: 95px;
overflow: hidden;
}
.h5ds-last-page .h5ds-last-btns {
padding: 20px;
}
.h5ds-last-page .h5ds-last-btns button {
padding: 6px 30px;
}
.h5ds-last-page .h5ds-last-btns button:nth-child(1) {
background: #fff;
color: #ff5402;
}
.h5ds-last-page .h5ds-last-btns button:nth-child(2) {
color: #fff;
background: #ff5402;
}
.h5ds-last-page img {
width: 100px;
height: 100px;
border-radius: 100px;
}
.h5ds-last-page .h5ds-last-power {
position: absolute;
bottom: 10px;
font-size: 12px;
text-align: center;
width: 100%;
color: rgba(255, 255, 255, 0.3);
}
.h5ds-last-page .h5ds-last-power a {
color: #ff5402;
}

.h5ds-scrollbar-modal {
/*滚动条*/
}
Expand Down

0 comments on commit 9119372

Please sign in to comment.