transferAccounts.wxss 3.1 KB

page{
	background: #FEFEFE;
	padding: 32rpx 32rpx 0;
	box-sizing: border-box;
}
.title{
	font-size:32rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:600;
	color:rgba(8,18,31,1);
}
.searchbox{
	height: 104rpx;
	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;
	border-bottom: 1px solid #EAEAEA;
	box-sizing: border-box;
}
.fillTel{
	width: 360rpx;
	font-size:36rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(189,196,206,1);
	margin-right: ;
}
.searchbtn{
	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;
	width:160rpx;
	height:64rpx;
	border-radius:8rpx;
	border:1px solid rgba(255,148,23,1);
	font-size:24rpx;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,148,23,1);
}
.searchbtn .icon{
	width: 32rpx;
	margin-right: 16rpx;
}
.box{
	margin-top: 60rpx;
}
.userbox{
	width:686rpx;
	height:120rpx;
	background:rgba(255,255,255,1);
	box-shadow:0px 8rpx 24rpx 0px rgba(0,0,0,0.06);
	border-radius:8rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size:32rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(8,18,31,1);
	margin-top: 32rpx;
	padding: 0 24rpx;
	box-sizing: border-box;
}
.avator{
	width: 72rpx;
	margin-right: 16rpx;
}
.fillArea{
	height: 132rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	border-bottom: 1px solid #EAEAEA;
}
.fillArea text{
	font-size:72rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(8,18,31,1);
	margin-right: 16rpx;
}
.fillmoney{
	width: 400rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size:32rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(8,18,31,1);
}
.tipsmoney{
	font-size:24rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(189,196,206,1);
	margin-top: 14rpx;
}
.wordArea{
	width: 100%;
	margin-top: 16rpx;
	height: 160rpx;
	font-size:28rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(61,69,76,1);
}
.submit{
	width: 686rpx;
	height: 84rpx;
	background: rgba(194, 148, 69, 1);
	border-radius: 8rpx;
	font-size: 32rpx;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin: 100rpx auto;
}