card-mini/components/cuicustom/cu-custom.wxss
2021-06-22 16:14:04 +08:00

25 lines
458 B
Plaintext

/* colorui/components/cu-custom.wxss */
.center {
padding: 5px 10rpx;
border-radius: 60rpx;
border: 1px solid #fff;
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;
color: #fff;
}