introducerList.wxss 533 B

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