main.wxss 3.0 KB





















































/*每个页面公共css */
/* 搜索 */
.nodata{
	color:#999;
	font-size: 32rpx;
	text-align: center;
	margin-top:100rpx
}
image{
	width:100%;
	height: 100%;
}
.searhtoppage{
	width:100%;
	background: #fff;
	position: fixed;
	top:0;
	left:0;
	z-index:99
}
.searchtop{
	width: 688rpx;
	height: 64rpx;
	background: #f2f4f8;
	border-radius: 32rpx;
	padding: 14rpx 32rpx;
	box-sizing: border-box;
	margin:0 auto
}
.searchtopk{
	width: 608rpx;
	height: 64rpx;
	background: #f2f4f8;
	border-radius: 32rpx;
	padding: 14rpx 32rpx;
	box-sizing: border-box;
}
.cancelname{
	color:#252F3E;
	font-size: 32rpx;
	font-weight: bold;
}
.searchleft{
	color:#9B9B9B;
	font-size:28rpx;
	-webkit-box-flex:1;
	-webkit-flex:1;
	        flex:1;
	text-align: left;
	padding-left: 20rpx;
}
.searchleft input{
	width:100%
}
.search{
	width:26rpx;
	height: 26rpx;
}
.register {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
/* 右箭头 */
.more{
	color:#707070;
	font-size: 24rpx;
}
.yourow{
	width:14rpx;
	height: 14rpx;
	margin-left:20rpx;
}
.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
}
.flexone {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
}
.flextwo {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
}
.flexthree {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
}
.flexfour {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
}
.flexfive {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: space-around;
                justify-content: space-around;
}