sgin.wxss 633 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/sgin/sgin.wxss */
  2. .sgin {
  3. padding-top: 100rpx;
  4. }
  5. .sgin .img {
  6. width: 160rpx;
  7. height: 160rpx;
  8. border-radius: 50%;
  9. overflow: hidden;
  10. margin: 100rpx auto 10rpx;
  11. }
  12. .sgin .box_b {
  13. padding: 60rpx;
  14. }
  15. .sgin .box_b .label {
  16. font-size: 26rpx;
  17. font-weight: bold;
  18. text-align: center;
  19. }
  20. .sgin .box_b .title {
  21. text-align: center;
  22. color: #666;
  23. }
  24. .sgin .box_b .hr {
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. }
  29. .sgin .box_b .hr .a {
  30. width: 100%;
  31. height: 1px;
  32. background-color: #ccc;
  33. }
  34. .sgin .box_b .hr .b {
  35. padding: 20rpx;
  36. color: #aaa;
  37. }
  38. .sgin .box_b .button {
  39. margin: 20rpx 0;
  40. }