Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/Mine/minecomponents/anchorLibrary.wxss
pengxiaolong 0044f8f334 优化代码
2025-09-29 20:48:31 +08:00

190 lines
3.6 KiB
Plaintext

.bg.data-v-daea6b33 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bgImg.data-v-daea6b33 {
width: 100%;
height: 100%;
}
.Return.data-v-daea6b33 {
position: absolute;
top: 110rpx;
left: 35rpx;
width: 46rpx;
height: 46rpx;
}
.title.data-v-daea6b33 {
position: absolute;
top: 120rpx;
left: 335rpx;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
}
.ReturnImg.data-v-daea6b33 {
width: 100%;
height: 100%;
}
.scroll.data-v-daea6b33 {
position: absolute;
top: 200rpx;
left: 0;
right: 0;
height: 1300rpx;
width: 100%;
}
.scroll.data-v-daea6b33 ::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}
.empty.data-v-daea6b33 {
position: absolute;
top: 200rpx;
left: 0;
right: 0;
height: 1300rpx;
width: 100%;
line-height: 1300rpx;
text-align: center;
font-size: 30rpx;
color: #a3a3a3;
}
.card.data-v-daea6b33 {
width: 695rpx;
height: 180rpx;
background: #ffffff;
border-radius: 15rpx;
display: flex;
align-items: center;
margin-left: 30rpx;
margin-top: 20rpx;
}
.Profile.data-v-daea6b33 {
width: 89rpx;
height: 89rpx;
border-radius: 50rpx;
background-color: #cccccc;
margin-left: 27.5rpx;
}
.Gendermale.data-v-daea6b33 {
background: url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png)
no-repeat center;
width: 56.3rpx;
height: 29.58rpx;
background-size: 100% 100%;
display: flex;
align-items: center;
margin-right: 10rpx;
}
.Genderfemale.data-v-daea6b33 {
background: url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png)
no-repeat center;
width: 56.3rpx;
height: 29.58rpx;
background-size: 100% 100%;
display: flex;
align-items: center;
margin-right: 10rpx;
}
.Individual.data-v-daea6b33 {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 37rpx;
}
.Name.data-v-daea6b33 {
width: 288.17rpx;
font-size: 30.53rpx;
color: #161616;
font-weight: 500;
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 显示省略号 */
}
.time.data-v-daea6b33 {
margin-top: 13rpx;
font-size: 23rpx;
color: #a3a3a3;
}
.state.data-v-daea6b33 {
width: 56.3rpx;
height: 30rpx;
background: #f6f6f6;
border-radius: 14rpx;
line-height: 30rpx;
font-size: 17rpx;
color: #666666;
padding: 0 15rpx;
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 显示省略号 */
text-align: center;
}
.Label.data-v-daea6b33 {
margin-top: 15rpx;
display: flex;
}
.age.data-v-daea6b33 {
font-size: 17rpx;
color: #ffffff;
margin-left: 10rpx;
}
.Genderimg.data-v-daea6b33 {
width: 14.22rpx;
height: 14.22rpx;
margin-left: 10rpx;
}
.species.data-v-daea6b33 {
display: flex;
margin-left: 10rpx;
}
.species-text.data-v-daea6b33 {
font-size: 23rpx;
color: #a3a3a3;
}
.species-num.data-v-daea6b33 {
font-size: 23rpx;
color: #161616;
font-weight: bold;
}
.handle.data-v-daea6b33 {
display: flex;
}
.recompose.data-v-daea6b33 {
width: 46rpx;
height: 46rpx;
margin-left: 90rpx;
}
.expurgate.data-v-daea6b33 {
width: 46rpx;
height: 46rpx;
margin-left: 40rpx;
}
.createModule.data-v-daea6b33 {
position: fixed;
bottom: 0;
right: 0;
z-index: 998;
width: 100vw;
}
.addition.data-v-daea6b33 {
position: absolute;
bottom: 200rpx;
right: 100rpx;
width: 150rpx;
height: 150rpx;
z-index: 998;
border-radius: 50rpx;
/* background-color: #ffffff; */
background: url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/addAnchor.png)
no-repeat center;
background-size: 100% 100%;
}