Newer
Older
.pageMenuSlides{
//设置菜单栏底部的颜色
border-bottom:1px solid rgb(255, 255, 255);
.swiper-container{
width: 100%;
height: 40px;
}
.swiper-slide{
//设置菜单栏的颜色
background: rgb(255, 255, 255);
//设置字体颜色
color: #0c0c0c;
font-size: 16px;
}
.bottomLine{
//设置当前菜单底部边框
border-bottom: 2px solid #7aa7fa;
color:#7aa7fa
}
.swiper-title{
position: relative;
color: #24bafc;
}
.swiper-title::after{
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: #24bafc;
.list-ios .item-block .item-inner,
.list-ios > .item-block:first-child,
.list-ios > .item-block:last-child, .list-ios > .item-wrapper:last-child .item-block{
border: none;
}
.label-ios + ion-input .text-input, .label-ios + ion-textarea .text-input, .label-ios + .input + .cloned-input{
padding: 10px;
height: 100px;
border: 1px solid #ddd;
}
.item-header{
border-bottom: 1px solid #ddd;
}
.item-header,.content-button{
padding: 10px 0;
}
ion-footer {
height: 100%;
background-color: rgba(0,0,0,.3);
.cover{
position: absolute;
bottom: 0;
width: 100%;
}
.footter-opr{
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: 11rem;
background-color: #f8f8f8;
border-bottom: 1px solid #bbbbbb;
border-radius: 5px;
border: 1px solid #aaa;
padding: 10px 25px;
}
.survey-title{
text-align: center;
padding: 12px 0;
background-color: #f8f8f8;
.btn1{
font-size: 1.5rem;
color: #fca268;
border: 1px solid #fca268;
padding: 1px 4px;
border-radius: 4px;
}
.btn2{
font-size: 1.5rem;
color: #61be5f;
border: 1px solid #61be5f;
padding: 1px 4px;
border-radius: 4px;
}
.btn3{
font-size: 1.5rem;
color: #dddddd;
border: 1px solid #dddddd;
padding: 1px 4px;
border-radius: 4px;
}