7e47ce238b
添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
63 lines
1.3 KiB
CSS
63 lines
1.3 KiB
CSS
/* body下外包div,作用于iOS系统下的浏览器iframe内的网页 */
|
|
.pct-ck-page {
|
|
width: 100%;
|
|
position: fixed;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.pct-ck-page.pct-ck-run {
|
|
width: 100%;
|
|
position: fixed;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
#pct-ck-wrapper {
|
|
position: absolute;
|
|
width: 50%;
|
|
padding: 10px;
|
|
background-color: #d0d0d0;
|
|
z-index: 20190408;
|
|
/* border-radius: 5px; */
|
|
/* box-shadow: 2px 2px #ccc; */
|
|
}
|
|
#pct-ck-wrapper.small-screen {
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
.pct-ckinput-wrapper input {
|
|
}
|
|
#pct-ck-wrapper .ck-row {
|
|
text-align: center;
|
|
}
|
|
#pct-ck-wrapper .ck-row .ck-col {
|
|
display: inline-block;
|
|
width: 20%;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
/* border: 2px solid white; */
|
|
margin: 4px;
|
|
/* border-radius: 5px; */
|
|
/* box-shadow: 1px 1px #0000005e; */
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
}
|
|
#pct-ck-wrapper .ck-row .ck-col:active {
|
|
background-color: red;
|
|
}
|
|
#pct-ck-wrapper .ck-row .ck-col.color1 {
|
|
color: black;
|
|
background-color: white;
|
|
}
|
|
#pct-ck-wrapper .ck-row .ck-col.color2 {
|
|
color: white;
|
|
background-color: #9b9b9b;
|
|
}
|
|
.ck-active {
|
|
color: white;
|
|
background-color: gray !important;
|
|
}
|
|
.ck-active.ck-select-all {
|
|
color: orange;
|
|
}
|
|
|