| 1234567891011121314151617181920 |
- .company{
- padding: 30rpx;
- }
- .company > view{
- background: #fff;
- border-radius: 20rpx;
- }
- .company > view > view{
- display: flex;
- padding: 15rpx 25rpx;
- justify-content: end;
- }
- .company > view >view:nth-child(1){
- justify-content: space-between !important;
- border-bottom: 2.5rpx solid #e6e6e6;
- }
- .company image{
- width: 30rpx;
- height: 30rpx;
- }
|