index.wxss 258 B

12345678910111213
  1. .UCenter-bg {
  2. background-size: cover;
  3. display: flex;
  4. justify-content: center;
  5. overflow: hidden;
  6. position: relative;
  7. flex-direction: column;
  8. color:white;
  9. padding-left: 40rpx;
  10. height: 210rpx;
  11. background-color: #93939c;
  12. font-weight: 300;
  13. }