| 12345678910111213141516171819202122232425 |
- .role_list {
- /* padding: 116rpx 0 0 0; */
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- }
- .role_item {
- width: 180rpx;
- display: block;
- margin: 0 auto 66rpx auto;
- text-align: center;
- }
- .role_item image {
- width: 180rpx;
- height: 180rpx;
- }
- .role_item view {
- font-size: 30rpx;
- color: #333333;
- line-height: 42rpx;
- padding: 22rpx 0 0 0;
- }
|