mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-20 17:36:53 +08:00
iPhone font size fixed, index mobile video player added
This commit is contained in:
@@ -4,6 +4,12 @@ body {
|
||||
line-height: 1.5;
|
||||
color: #666;
|
||||
}
|
||||
div[data-js-modal-menu] {
|
||||
display:none;
|
||||
}
|
||||
aside div[data-js-modal-menu] {
|
||||
display:block;
|
||||
}
|
||||
.el-message-box .el-button--primary{
|
||||
background-color: #e1001a !important;
|
||||
color:#fff;
|
||||
@@ -25,7 +31,6 @@ body {
|
||||
text-align: center;
|
||||
margin: 3rem 0;
|
||||
}
|
||||
|
||||
.ts-mask {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -37,7 +42,15 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 99;
|
||||
|
||||
.ts-mask-close{
|
||||
position:absolute;
|
||||
top:1rem;
|
||||
right:1rem;
|
||||
width:1rem;
|
||||
height:1rem;
|
||||
background: url("../image/btn-close.png") center center no-repeat;
|
||||
background-size:contain;
|
||||
}
|
||||
.ts-mask-bg {
|
||||
background-color: #000;
|
||||
opacity: .6;
|
||||
@@ -53,10 +66,11 @@ input[type=checkbox]{
|
||||
position:relative;
|
||||
cursor: pointer;
|
||||
border:none;
|
||||
border: 1px solid #d7d7d7;
|
||||
//border: 1px solid #d7d7d7;
|
||||
border-radius: 3px;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
-webkit-appearance:none;
|
||||
&:before {
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -323,12 +337,12 @@ picture {
|
||||
border-radius: .25rem;
|
||||
z-index:11;
|
||||
ul{
|
||||
width: 60px;
|
||||
height: 181px;
|
||||
width: 3.75rem;
|
||||
height: 11.3rem;
|
||||
background-color: white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
justify-content: space-between;
|
||||
li {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -350,7 +364,7 @@ picture {
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 0.12rem;
|
||||
font-size: .75rem;
|
||||
}
|
||||
|
||||
.tuntop {
|
||||
@@ -411,7 +425,7 @@ picture {
|
||||
}
|
||||
label {
|
||||
input[type=checkbox] {
|
||||
top:.25rem;
|
||||
top:0rem;
|
||||
}
|
||||
}
|
||||
.rc-header__nav--primary{
|
||||
|
||||
Reference in New Issue
Block a user