hls_crm/unpackage/dist/dev/mp-weixin/pagesA/user/bindaccount.wxss

43 lines
931 B
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.profile_item.data-v-2257f7c0 {
display: flex;
background: #fff;
color: #666;
padding: 0 30rpx;
justify-content: space-between;
border-bottom: 1rpx solid #f5f5f5;
height: 110rpx;
line-height: 110rpx;
font-size: 28rpx;
}
.profile_item .itemleft.data-v-2257f7c0 {
display: flex;
justify-content: flex-start;
align-items: center;
}
.profile_item .itemleft .leftimg.data-v-2257f7c0 {
height: 25px;
width: 25px;
margin-right: 25rpx;
}
.profile_item .itemright.data-v-2257f7c0 {
display: flex;
justify-content: flex-end;
align-items: center;
}
.profile_item .itemright .righttext.data-v-2257f7c0 {
font-size: 26rpx;
color: #008EFF;
margin-right: 10rpx;
background: none;
text-align: right;
padding-left: 0;
padding-right: 0;
}
.profile_item .itemright .righttext.data-v-2257f7c0::after {
border: none;
}