46 lines
862 B
Plaintext
46 lines
862 B
Plaintext
/* packageG/mycomponent/selfpick/selfpick.wxss */
|
|
.component-selfpick .selfpick-box {
|
|
background: #ebebeb;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
padding: 0 28rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.component-selfpick .selfpick-box .name {
|
|
max-width: 50%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.component-selfpick .selfpick-box .icon-fontclass-dianpu {
|
|
font-size: 20px;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.component-selfpick .selfpick-box .line {
|
|
width: 1px;
|
|
height: 20rpx;
|
|
background: #9f9e9e;
|
|
margin: 0 16rpx;
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-fontclass-dianpu::before {
|
|
content: "\ea0e";
|
|
}
|
|
|
|
.icon-member_right::before {
|
|
content: "\e881";
|
|
}
|