You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
600 B
Plaintext

@import "../../myAgentNew/images/index.wxss";
@import "../../detail/index.wxss";
.rightUp{
float: right;
width: 56px;
height: 24px;
font-size: 14px;
border-radius: 24px;
line-height: 24px;
color: var(--color-be);
text-align: center;
border: 1rpx solid var(--color-be);
}
.shz{
position: absolute;
top: 10px;
left: 12px;
width: 44px;
height: 20px;
background: #f5222d;
border-radius: 2px;
font-size: 12px;
text-align: center;
color: #ffffff;
line-height: 20px;
z-index: 9;
}
.shz.dfb{
background: #1890ff;
}
.shz.yfb{
background: #51c51a;
}
.btmFix{
border-radius: 0;
}