faceImage.wxss 928 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #faceImage.data-v-0f198e08 {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. #faceImage .max-box.data-v-0f198e08 {
  6. padding-bottom: 40rpx;
  7. background: #fff;
  8. }
  9. #faceImage .max-box view.data-v-0f198e08 {
  10. line-height: 95rpx;
  11. font-size: 28rpx;
  12. color: #333;
  13. margin-left: 20rpx;
  14. }
  15. #faceImage .max-box .img-add.data-v-0f198e08 {
  16. margin: 5rpx auto;
  17. height: 360rpx;
  18. width: 360rpx;
  19. /*margin:5rpx 0 0 30rpx;*/
  20. }
  21. #faceImage .max-box .img-box.data-v-0f198e08 {
  22. width: 360rpx;
  23. display: block;
  24. margin: 5rpx auto;
  25. }
  26. #faceImage .button-box.data-v-0f198e08 {
  27. width: 650rpx;
  28. line-height: 80rpx;
  29. text-align: center;
  30. border-radius: 10rpx;
  31. background: #007aff;
  32. color: #fff;
  33. margin: 50rpx auto;
  34. }
  35. #faceImage .up-data-button.data-v-0f198e08 {
  36. position: absolute;
  37. bottom: 0;
  38. left: 0;
  39. width: 750rpx;
  40. height: 120rpx;
  41. background: #0183fa;
  42. line-height: 120rpx;
  43. text-align: center;
  44. color: #fff;
  45. font-size: 30rpx;
  46. }