authentication_merchant.wxss 795 B

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