extra.wxss 487 B

123456789101112131415161718192021222324252627282930313233
  1. .press-style{
  2. background-color: rgba(0,0,0,0.1);
  3. }
  4. .press-style-opacity{
  5. opacity: 0.5;
  6. }
  7. .extra-super{
  8. display: flex;
  9. padding-top: 25rpx;
  10. height: 234rpx;
  11. width: 100%;
  12. background-color: white
  13. }
  14. .extra-image-size{
  15. width: 114rpx;
  16. height: 114rpx
  17. }
  18. .extra-text-size{
  19. color: #666666;
  20. font-size: 24rpx;
  21. margin-top: 10rpx
  22. }
  23. .flex-column {
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. }
  28. .flex-row{
  29. display: flex;
  30. }