ruzhuxuzhi.wxss 321 B

12345678910111213141516171819
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. background-color: #F2F3F5;
  7. }
  8. .xuzhi{
  9. display: revert;
  10. margin-top: 20rpx;
  11. width: 750rpx;
  12. height: 1300rpx;
  13. background: rgba(255, 255, 255, 1);
  14. color: rgba(102, 102, 102, 1);
  15. font-size: 28rpx;
  16. font-weight: 400;
  17. }