examTeamApp/unpackage/dist/dev/mp-weixin/pages/business/search.wxss

85 lines
1.6 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-de099824 {
min-height: calc(100vh - 66px);
padding: 0;
border-top: 66px solid #F9FAFC;
background-color: #fff;
}
.tishi.data-v-de099824 {
width: 100%;
font-size: 28rpx;
line-height: 25px;
font-weight: bold;
position: absolute;
bottom: 20px;
padding-left: 15px;
}
.tishi .text.data-v-de099824 {
display: flex;
align-items: center;
}
.tishi .text icon.data-v-de099824 {
margin-right: 5px;
}
.tishi text.data-v-de099824 {
font-weight: 500;
font-size: 32rpx;
color: #999;
width: 100%;
display: block;
}
.item.data-v-de099824 {
width: 70%;
height: 40px;
line-height: 38px;
text-align: center;
background: #f7f7f7;
border: 1px solid #dfdfdf;
font-weight: bold;
margin: auto;
border-radius: 15px;
margin-top: 15px;
}
.devices_summary.data-v-de099824 {
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 36rpx;
color: #666;
}
.device_list.data-v-de099824 {
flex: 1;
width: 100%;
height: auto;
max-height: 340px;
margin-top: 0;
margin-bottom: 10px;
position: absolute;
bottom: 160px;
top: 170px;
}
.device_list .device_item.data-v-de099824 {
font-size: 32rpx;
padding: 7px 10px;
color: #999;
border-bottom: 1px solid #dfdfdf;
}
.device_list .device_item text.data-v-de099824 {
display: inline-block;
font-size: 28rpx;
font-weight: bold;
color: #666;
margin-bottom: 5px;
}
.tips.data-v-de099824 {
font-size: 28rpx;
text-align: center;
color: #e83a1e;
background: #f7e4c8;
padding: 5px 0;
margin-top: 15px;
}