index.wxss 538 B

1234567891011121314151617181920212223242526272829303132333435
  1. page{
  2. height: 100%;
  3. background-color: #fff;
  4. }
  5. .container{
  6. height: 100%;
  7. background-color: #fff;
  8. padding-bottom: 50rpx;
  9. }
  10. .common-list-row{
  11. display: flex;
  12. align-items: center;
  13. position: relative;
  14. }
  15. .common-list-row .common-name{
  16. font-weight: 600;
  17. }
  18. .common-list-row .common-name-ex{
  19. font-size:24rpx;
  20. color:#999;
  21. }
  22. .common-list-row .common-img{
  23. float:right;
  24. flex-direction: column;
  25. align-items: center;
  26. height:100rpx;
  27. width:100rpx;
  28. }
  29. .common-list-row .common-img image{
  30. height:100rpx;
  31. width:100rpx;
  32. }