card-mini/components/cuicustom/cu-custom.wxss

28 lines
522 B
Plaintext

/* colorui/components/cu-custom.wxss */
.center {
padding: 5px 10rpx;
border-radius: 60rpx;
border: 1px solid #dddddd;
width: 180rpx;
height: 65rpx;
box-sizing: border-box;
line-height: 65rpx;
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 20rpx;
}
.center image {
width: 45rpx;
height: 100%;
border-radius: 50%;
vertical-align: top;
}
.title-bar-bg {
/* background-color: #0054bd; */
background-color: #ffffff;
/* color: #fff; */
color: #000000;
}