startRecord.wxss 741 字节
/* pages/startRecord/startRecord.wxss */

.top_png{
  width: 750rpx;
  height: 640rpx;
  background: #51DBA2;
  display: flex;
  align-items: center;
  justify-content: center;
} 

.top_png image{
	width: 100%;
	height: 100%;
}
.note{
	display: flex;
	align-items: center;
	justify-content: center; 
	font-size: 74rpx;
	margin-top: 60rpx;
}
.introduce{
	margin-top: 17rpx;
 
}
.introduce_note{
	font-size: 36rpx;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.6;
}
.stratBtn{
	width: 670rpx;
	height: 94rpx;
	background: #51DBA2;
	border-radius: 10rpx;
	margin-left: 40rpx;
	margin-top: 60rpx; 
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36rpx;
	color: #FFF;

}