| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- /* 水平间距 */
- /* 水平间距 */
- .container .box.data-v-eca06f3c {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 30rpx;
- height: 98rpx;
- font-size: 28rpx;
- border-bottom: 1rpx solid #E6E6E6;
- }
- .container .box .left.data-v-eca06f3c {
- flex: 1;
- color: #999999;
- }
- .container .box .right.data-v-eca06f3c {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- }
- .container .box .right .right-img.data-v-eca06f3c {
- margin-left: 27rpx;
- margin-top: -5rpx;
- width: 17rpx;
- height: 12rpx;
- }
- .container .box .right .right-img img.data-v-eca06f3c {
- width: 100%;
- height: 100%;
- }
- .container .list.data-v-eca06f3c {
- padding: 33rpx 30rpx;
- }
- .container .list .list-title.data-v-eca06f3c {
- height: 41rpx;
- color: #999999;
- font-size: 28rpx;
- }
- .container .list .list-item.data-v-eca06f3c {
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 29rpx 0 26rpx 0;
- height: 155rpx;
- border-bottom: 1rpx solid #E6E6E6;
- }
- .container .list .list-item .item-img.data-v-eca06f3c {
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- }
- .container .list .list-item .item-img img.data-v-eca06f3c {
- width: 100%;
- height: 100%;
- }
- .container .list .list-item .item-info.data-v-eca06f3c {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- margin-left: 6rpx;
- height: 100rpx;
- }
- .container .list .list-item .item-info .info-name.data-v-eca06f3c {
- display: flex;
- align-items: center;
- font-size: 32rpx;
- }
- .container .list .list-item .item-info .info-name .info-name-img.data-v-eca06f3c {
- margin-left: 26rpx;
- width: 30rpx;
- height: 35rpx;
- }
- .container .list .list-item .item-info .info-name .info-name-img img.data-v-eca06f3c {
- width: 100%;
- height: 100%;
- }
- .container .list .list-item .item-info .info-mes.data-v-eca06f3c {
- font-size: 24rpx;
- color: #999999;
- }
- .container .list .list-item .item-info .info-mes span.data-v-eca06f3c {
- margin-left: 26rpx;
- color: #A6A6A6;
- }
- .container .list .list-item .item-type.data-v-eca06f3c {
- width: 104rpx;
- height: 41rpx;
- }
- .container .list .list-item .item-type img.data-v-eca06f3c {
- width: 100%;
- height: 100%;
- }
|