authentication.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* pages/invoice/authentication/authentication.wxss */
  2. .page-auth{
  3. padding: 0 60rpx 30rpx 60rpx;
  4. }
  5. .page-auth .auth-user{
  6. padding-top: 60rpx;
  7. text-align: center;
  8. }
  9. .page-auth .auth-user .icon{
  10. display: inline-block;
  11. vertical-align: middle;
  12. width: 128rpx;
  13. height: 128rpx;
  14. }
  15. /*.user-card-box{
  16. height:790rpx;
  17. background:rgba(255,255,255,1);
  18. box-shadow:0px 10rpx 20rpx 0px rgba(0,0,0,0.08);
  19. padding: 50rpx 50rpx 0rpx 50rpx;
  20. margin-bottom: 50rpx;
  21. }
  22. .user-card-box .card-img-box{
  23. position: relative;
  24. height:348rpx;
  25. background:rgba(255,255,255,1);
  26. border:1rpx dashed rgba(233,233,233,1);
  27. margin-bottom: 30rpx;
  28. }
  29. .user-card-box .card-img-box .item-info{
  30. position: absolute;
  31. left: 50%;
  32. top:50%;
  33. transform: translate(-50%,-50%);
  34. }
  35. .user-card-box .card-img-box .item-info .text{
  36. font-size: 24rpx;
  37. color: #262628;
  38. line-height: 62rpx;
  39. padding-top: 10rpx;
  40. }
  41. .user-card-box .card-img-box .icon{
  42. margin: 0 auto;
  43. width: 124rpx;
  44. height: 124rpx;
  45. display: block;
  46. z-index: 2;
  47. }*/