authentication.wxss 675 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .auth_ipt {
  2. background-color: #f5f5f5;
  3. width: 80%;
  4. margin: 0rpx auto;
  5. height: 70rpx;
  6. }
  7. .mem_text {
  8. margin-top: 15rpx;
  9. color: #FF0000;
  10. text-align: center;
  11. }
  12. .main_width2 {
  13. width: 96%;
  14. margin-left: 2%;
  15. }
  16. .read {
  17. color: #8E97AE;
  18. margin-top: 200rpx;
  19. font-size: 28rpx;
  20. display: flex;
  21. flex-direction: row;
  22. justify-content: center;
  23. align-items: center;
  24. }
  25. .up_img {
  26. width: 100%;
  27. }
  28. .img_box {
  29. width: 643rpx;
  30. /* height: 350upx; */
  31. margin: 30rpx auto 0;
  32. }
  33. .img_box_in {
  34. width: 100%;
  35. height: 100%;
  36. text-align: center;
  37. align-items: center;
  38. justify-content: center;
  39. display: flex;
  40. flex-direction: column;
  41. border: 2rpx dotted #E8E8E8;
  42. border-radius: 10rpx;
  43. }