/* pages/faceRecognition/faceRecognition.wxss */ .p1 { text-align: center; font-size: 30rpx; font-weight: 800; margin-top: 100rpx; } .p2 { width: 600rpx; margin-left: 75rpx; text-align: center; margin-top: 50rpx; color: #aeaeae; font-size: 26rpx; } .p3 { width: 300rpx; height: 300rpx; margin-left: 225rpx; margin-top: 50rpx; box-shadow: 0px 0px 20rpx 0px rgba(92, 170, 255, 0.5); border-radius: 20rpx; } .btn { width: 750rpx; position: fixed; bottom: 0; height: 100rpx; box-shadow: 0px 0px 20rpx 0px rgba(228, 231, 233, 1) } .submit_btn { width: 650rpx; height: 60rpx; margin-top: 20rpx; margin-left: 50rpx; background-color: #2087f7; border-radius: 10rpx; color: #fff; text-align: center; line-height: 60rpx; font-size: 28rpx; font-weight: 600; }