/* packageE/pickUpCard/pickUpCardMy/pickUpCardMy.wxss */ view, text { box-sizing: border-box; } page { background-color: #fff; } .listData { text-align: left; } .listData .item { padding-top: 0.638rem; padding-left: 0.969rem; height: 5.406rem; border-bottom: 0.656rem solid #f2f2f2; } .listData .item:last-child { border-bottom: none; } .listData .item .name { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.938rem; color: #333; } .listData .item .desc { margin-top: 0.581rem; display: flex; align-items: center; } .listData .item .desc .type { font-size: 0.688rem; color: #333; padding: 0.313rem 0.344rem 0.281rem 0.438rem; background-color: #f0f0f0; border-radius: 0.125rem; } .listData .item .desc .cc { margin-left: 1.25rem; font-size: 0.813rem; color: #333; } .listData .item .desc .cc .number { color: #f15353; }