chooseRole.wxss 385 B

12345678910111213141516171819202122232425
  1. .role_list {
  2. /* padding: 116rpx 0 0 0; */
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: space-evenly;
  6. }
  7. .role_item {
  8. width: 180rpx;
  9. display: block;
  10. margin: 0 auto 66rpx auto;
  11. text-align: center;
  12. }
  13. .role_item image {
  14. width: 180rpx;
  15. height: 180rpx;
  16. }
  17. .role_item view {
  18. font-size: 30rpx;
  19. color: #333333;
  20. line-height: 42rpx;
  21. padding: 22rpx 0 0 0;
  22. }