yylib-quick-mobile
Version:
yylib-quick-mobile
85 lines (74 loc) • 1.56 kB
CSS
.pjtGreenBtn {
background-color: #1aad19;
border: none ;
}
.no_radius {
border-radius: 0 ;
}
.pjtPompadourBtn {
background-color: #FF7058;
border: none ;
}
.dottedBtn {
background-color: #ffffff ;
border: 3px dashed #4688F0 ;
}
.fix_center_btn {
position: fixed;
bottom: 6vh;
left: calc(50vw - 4.5vh);
z-index: 9;
width: 9vh;
height: 9vh;
background: rgba(58, 193, 126, .77);
border-radius: 50%;
text-align: center;
line-height: 9vh;
box-shadow: 0 0 1.1764rem rgba(58, 193, 126, .77);
}
.fix_btn {
position: fixed;
left: 0;
right: 0;
bottom: 0;
}
.footer_btn {
background-color: #FFFFFF;
display: flex;
width: 100vw;
height: 100px;
align-items: center;
}
.footer_btn div {
flex: 1;
display: flex;
}
.footer_btn div span:first-child {
align-items: center;
flex: 4;
display: flex;
justify-content: center;
color: #19AF19;
}
.footer_btn div span:nth-of-type(2) {
align-items: center;
flex: 5;
/*display: flex;*/
/*justify-content: center;*/
color: #FA503C;
}
.footer_btn .right_btn {
width: 244px;
text-align: center;
height: 100%;
line-height: 100px;
background-color: #19AF19;
color: #FFFFFF;
float: right ;
}
.disabledStyle {
background-color: #808080 ;
}
.disabledStyle2 {
color: #808080 ;
}