userinfo.wxss 904 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .userinfodiv {
  2. position: fixed;
  3. top: 0;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. z-index: 999999;
  8. background: #fff;
  9. padding: 0 60rpx;
  10. }
  11. .imgv {
  12. width: 100%;
  13. height: 330rpx;
  14. border-bottom: 1rpx solid #e3e3e3;
  15. text-align: center;
  16. }
  17. .imgv image {
  18. width: 200rpx;
  19. height: 200rpx;
  20. margin: auto;
  21. margin-top: 79rpx;
  22. border-radius: 50%;
  23. }
  24. .userinfodiv button {
  25. }
  26. .authbtn {
  27. margin-top: 94rpx;
  28. height: 88rpx;
  29. border-radius: 44rpx;
  30. background: #56bb37;
  31. color: #fff;
  32. border: none;
  33. font-size: 30rpx;
  34. line-height: 88rpx;
  35. }
  36. .fhcover {
  37. background: #ffd336;
  38. position: fixed;
  39. left: 0;
  40. top: 0;
  41. bottom: 0;
  42. right: 0;
  43. z-index: 99999;
  44. text-align: center;
  45. line-height: 100%;
  46. }
  47. .fhcover view {
  48. margin: auto;
  49. font-size: 35rpx;
  50. color: #999;
  51. height: 70rpx;
  52. }
  53. .fhimg {
  54. width: 100%;
  55. margin-top: 60rpx;
  56. }
  57. .fhtipimg {
  58. width: 400rpx;
  59. margin: 20rpx auto;
  60. }