Yizhan-app/common/style/parcare.scss

227 lines
3.4 KiB
SCSS

html {
height: 100%;
}
body {
height: 100%;
}
.tip {
width: 6.266667*74upx;
height: 3.266667*74upx;
background: white;
position: absolute;
top: 77%;
border-radius: 8upx;
left: 20%;
}
.tipbox {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: rgba(0, 0, 0, 0.3)
}
#myapp {
height: 100%;
}
.refuse {
color: #f24141;
border-color: #f24141 !important;
}
.agree {
color: #00c277 !important;
border-color: #00c277 !important;
}
.hide {
display: none;
}
[v-cloak] {
display: none;
}
.pic {
/* height: 3.066667*74upx; */
margin-top: .16*74upx;
display: flex;
justify-content: space-between;
padding-left: .266667*74upx;
padding-right: .666667*74upx;
padding-bottom: .2*74upx;
}
.positive,
.opposite {
width: 2*74upx;
height: 2.333333*74upx;
border-radius: .133333*74upx;
}
.pic .opposite {
background-image: url(@/static/tianjia-img.png) !important;
background-repeat: no-repeat;
background-position: center;
background-size: 50%;
}
.positive img,
.opposite img {
width: 100%;
height: 100%;
}
.verify {
padding-top: .453333*74upx;
padding-bottom: .453333*74upx;
border-top: .013333*74upx dashed #cccccc;
border-bottom: .013333*74upx dashed #cccccc;
}
.verify .code {
width: 5.333333*74upx;
height: 5.333333*74upx;
border: .013333*74upx solid #cccccc;
margin: 0 auto;
}
.verify .code img {
width: 100%;
height: 100%;
}
.verify .ps {
font-size: .373333*74upx;
margin-top: .266667*74upx;
color: #999999;
text-align: center;
}
.accompany-title {
height: 1.2*74upx;
line-height: 1.2*74upx;
font-size: .373333*74upx;
color: #333333;
font-weight: 600;
padding-left: .4*74upx;
border-bottom: .013333*74upx solid #cccccc;
}
.interviewee P {
color: #333333;
}
.interviewee p input::-webkit-input-placeholder {
color: #999;
}
.interviewee p input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #999;
}
.interviewee p input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #999;
}
.interviewee p input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #999;
}
.header img {
height: .426667*74upx;
float: right;
margin-top: 0.386667*74upx;
margin-right: .4*74upx;
}
.interviewee .footer {
display: block;
border: 0;
}
.state {
box-sizing: border-box;
background: #fff;
padding: .466667*74upx .4*74upx 0;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 2.506667*74upx;
;
font-size: .373333*74upx;
border-radius: .133333*74upx;
}
.state p {
margin-bottom: .466667*74upx;
}
.state p span {
color: inherit;
}
.state .round {
display: inline-block;
width: .266667*74upx;
height: .266667*74upx;
border-width: .013333*74upx;
border-style: solid;
border-color: inherit;
border-radius: 50%;
margin-right: .24*74upx;
}
#type4 {
width: 100%;
height: 1.226667*74upx;
position: fixed;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
}
#type4 .refuse {
width: 50%;
height: 1.226667*74upx;
line-height: 1.226667*74upx;
text-align: center;
background: #ffffff;
color: #ff6868;
font-size: .48*74upx;
}
#type4 .agree {
width: 50%;
height: 1.226667*74upx;
line-height: 1.226667*74upx;
text-align: center;
background: #00c277;
color: #ffffff !important;
font-size: .48*74upx;
}
.btn {
height: 1.226667*74upx;
line-height: 1.226667*74upx;
text-align: center;
background: #00c277;
color: #fff;
font-size: .48*74upx;
position: fixed;
bottom: 0;
width: 100%;
}