Newer
Older
miniCreditFactory / pages / index / index.wxss
bello on 29 May 2020 430 bytes init
/**index.wxss**/

.usermotto {
    margin-top: 5rpx;
}

.list-view {
    width: 730rpx;
    display: flex;
    flex-direction: column;
}

.list-item {
    margin: 20rpx 10rpx;
    padding: 50rpx 40rpx;
}

.item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item-title-l {
    width: 160rpx;
}

.item-title-r {
    font-size: 36rpx;
    font-weight: 800;
}
.item-title-r2 {
     width: 165rpx;
}