followPopup.wxss 408 B

1234567891011121314151617181920212223242526
  1. /* pages/component/followPopup/followPopup.wxss */
  2. @import "/static/iconfont/iconfont.wxss";
  3. .popup{
  4. padding: 20rpx 0;
  5. }
  6. .grid{
  7. display: flex;
  8. padding: 10px;
  9. align-items: center;
  10. justify-content: center;
  11. }
  12. .line{
  13. margin:0 !important;
  14. }
  15. .myIconanquanbangzhu{
  16. font-size: 60rpx;
  17. }
  18. .myIconicon-test{
  19. font-size: 50rpx;
  20. }
  21. .myIcongroup43{
  22. font-size: 40rpx;
  23. }
  24. .operate_icon{
  25. margin-right: 10px;
  26. }