mobileclient/combining.scss

292 lines
6.0 KiB
SCSS

* {
margin: 0 auto;
padding: 0;
font-family: HYQiHei;
list-style: none;
font-size: 0.14rem;
}
html {
font-size: 26.66666667vw;
height: 100%;
}
body {
-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;
font-size: 0.14rem;
height: 100%;
}
@media screen and (min-width: 900px) {
html {
transform: scale(0.3);
background: #fff;
transform-origin: 50% 0px 0px;
height: calc(100vh);
}
#app {
height: 6rem !important;
background: #f4f6f9;
overflow-y: scroll;
}
.mask {
height: 6rem !important;
}
.flex-but {
top: 5.12rem;
bottom: unset !important;
}
}
#app {
width: 100%;
height: 100%;
box-sizing: border-box;
overflow: scroll;
}
.content {
min-height: 100%;
background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%);
position: relative;
box-sizing: border-box;
border-radius: 0 0 0.08rem 0.08rem;
padding-top: 0.2rem;
.nav {
text-align: center;
font-size: 0.18rem;
color: #fff;
}
.notis {
margin-top: 0.5rem;
background: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 0.12rem;
box-sizing: border-box;
}
.box {
padding: 0.16rem;
.box-cotent,
.box-footer {
border-radius: 0.12rem;
background-color: #fff;
margin-bottom: 0.2rem;
padding: 0.14rem;
box-sizing: border-box;
}
.box-cotent {
padding: 0.2rem 0 0.3rem;
}
.b-t-t {
font-size: 0.18rem;
font-weight: bold;
margin-bottom: 0.15rem;
color: #333333;
}
.logo {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0.3rem;
img {
width: 0.3rem;
margin-right: 0.06rem;
}
}
.t-1 {
color: #666;
margin-bottom: 0.04rem;
font-size: 0.12rem;
}
.time {
font-size: 0.12rem;
margin-top: 0.08rem;
color: #666666;
width: 82%;
margin: 0 auto;
word-spacing: 0.05rem;
line-height: 0.18rem;
}
.dashedLine {
width: 100%;
margin: 0.2rem 0;
}
.box-footer {
.b-f-t {
font-size: 0.16rem;
margin-bottom: 0.14rem;
line-height: 0.2rem;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
img {
width: 0.12rem;
&:first-child {
margin-right: 0.06rem;
}
&:last-child {
margin-left: 0.06rem;
transform: rotateY(180deg);
}
}
}
.group_image {
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
}
.b-f-i {
font-size: 0.14rem;
margin-top: 0.08rem;
color: #666666;
line-height: 0.24rem;
min-height: 2rem;
}
}
.box-cotent {
display: flex;
flex-direction: column;
input {
width: 90%;
border: 0;
outline: 0;
background: #f8f9fd;
height: 0.42rem;
border-radius: 0.2rem;
padding: 0 0.2rem;
box-sizing: border-box;
display: block;
margin: 0 auto;
margin-bottom: 0.14rem;
}
.but {
margin-top: 0.2rem;
width: 90%;
border: 0;
outline: 0;
background: #e52600;
height: 0.42rem;
border-radius: 0.2rem;
color: #fff;
font-size: 0.16rem;
}
}
}
}
.prompt {
display: inline-block;
min-width: 50%;
padding: 0.08rem;
background: rgba(0, 0, 0, 0);
border-radius: 0.2rem;
color: #fff;
position: fixed;
top: 20%;
left: -150%;
margin-left: -25%;
text-align: center;
font-size: 0.14rem;
transition: left 0.2s;
z-index: 99999;
}
.backIcon {
width: 0.4rem;
position: fixed;
left: 0.1rem;
top: 0.1rem;
z-index: 99999;
}
.proactive {
left: 47%;
background: rgba(0, 0, 0, 0.7);
}
.mask {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
z-index: 9999;
.model {
width: 80%;
background-color: #fff;
border-radius: 0.12rem;
padding: 0.16rem;
box-sizing: border-box;
margin-top: -2rem;
display: flex;
flex-direction: column;
justify-content: space-between;
.m-title {
font-size: .18rem;
color: #000;
}
.m-icon {
width: 50%;
max-height: 100%;
}
.m-msg {
color: #666666;
padding: 0.2rem 0;
display: flex;
align-items: center;
justify-content: center;
min-height: 0.4rem;
}
.m-but {
font-size: 0.16rem;
color: #fff;
background-color: #e52600;
border-radius: 0.2rem;
height: 0.42rem;
border: 0;
outline: 0;
width: 50%;
margin: 0 auto;
}
}
}