faceRecognition.wxss 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* pages/faceRecognition/faceRecognition.wxss */
  2. .p1 {
  3. text-align: center;
  4. font-size: 30rpx;
  5. font-weight: 800;
  6. margin-top: 100rpx;
  7. }
  8. .p2 {
  9. width: 600rpx;
  10. margin-left: 75rpx;
  11. text-align: center;
  12. margin-top: 50rpx;
  13. color: #aeaeae;
  14. font-size: 26rpx;
  15. }
  16. .p3 {
  17. width: 300rpx;
  18. height: 300rpx;
  19. margin-left: 225rpx;
  20. margin-top: 50rpx;
  21. box-shadow: 0px 0px 20rpx 0px rgba(92, 170, 255, 0.5);
  22. border-radius: 20rpx;
  23. }
  24. .btn {
  25. width: 750rpx;
  26. position: fixed;
  27. bottom: 0;
  28. height: 100rpx;
  29. box-shadow: 0px 0px 20rpx 0px rgba(228, 231, 233, 1)
  30. }
  31. .submit_btn {
  32. width: 650rpx;
  33. height: 60rpx;
  34. margin-top: 20rpx;
  35. margin-left: 50rpx;
  36. background-color: #2087f7;
  37. border-radius: 10rpx;
  38. color: #fff;
  39. text-align: center;
  40. line-height: 60rpx;
  41. font-size: 28rpx;
  42. font-weight: 600;
  43. }