| 1234567891011121314151617181920212223 |
- .icon {
- width: 84rpx;
- height: 84rpx;
- border-radius: 42rpx;
- text-align: center;
- line-height: 84rpx;
- font-size: 24rpx;
- margin: 0 10rpx;
- background-color: #ED569F;
- color: white;
- }
- .useList {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-top: 1px solid #EEEEEE;
- padding: 20rpx;
- margin: 24rpx;
- }
- .useList:first-child{
- border: none;
- }
|