index.wxss 487 B

12345678910111213141516171819202122232425262728293031
  1. /* 展示区域title image */
  2. .display-title_image {
  3. width: 32rpx;
  4. height: 32rpx;
  5. margin: 0 6rpx;
  6. }
  7. .two-code {
  8. width: 510rpx;
  9. height: 510rpx;
  10. margin: 54rpx auto 20rpx;
  11. }
  12. .two-code>image {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .two-code-text {
  17. font-size: 28rpx;
  18. color: #000000;
  19. text-align: center;
  20. padding-bottom: 60rpx;
  21. }
  22. .two-code-text>text {
  23. font-weight: 600;
  24. color: #4DC2D4;
  25. margin-left: 16rpx;
  26. text-decoration: underline;
  27. }