Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/NewAddedPk/NewAddedPk.wxss

98 lines
1.7 KiB
Plaintext
Raw Normal View History

2025-05-21 17:03:19 +08:00
2025-05-21 22:52:33 +08:00
.Mask.data-v-96d38e2b {
2025-05-21 17:03:19 +08:00
width: 100vw;
height: 100vh;
background: #00000076;
display: flex;
flex-direction: column-reverse;
}
2025-05-21 22:52:33 +08:00
.Hint.data-v-96d38e2b {
color: red;
font-size: 20rpx;
}
2025-05-21 17:03:19 +08:00
.container.data-v-96d38e2b {
display: flex;
background-color: #fff;
flex-direction: column;
width: 100%;
2025-05-21 22:52:33 +08:00
height: 100%;
2025-05-21 17:03:19 +08:00
}
2025-05-21 22:52:33 +08:00
.Fork.data-v-96d38e2b {
2025-05-21 17:03:19 +08:00
width: 50rpx;
height: 50rpx;
margin-top: 20rpx;
/* margin-bottom: 40rpx; */
margin-left: 90%;
}
2025-05-21 22:52:33 +08:00
.Title.data-v-96d38e2b {
width: 100%;
height: 30rpx;
font-size: 50rpx;
font-weight: bold;
text-align: center;
margin-top: 40rpx;
margin-bottom: 40rpx;
}
.Individual.data-v-96d38e2b {
display: flex;
/* justify-content: center; */
2025-05-21 17:03:19 +08:00
}
2025-05-21 22:52:33 +08:00
.NameAnchor.data-v-96d38e2b {
2025-05-21 17:03:19 +08:00
margin: 40rpx;
}
2025-05-21 22:52:33 +08:00
.time.data-v-96d38e2b {
width: 90%;
margin-left: 5%;
2025-05-21 17:03:19 +08:00
}
2025-05-21 22:52:33 +08:00
.NameAnchorcss.data-v-96d38e2b {
width: 300rpx;
height: 85rpx;
border: 1rpx solid #ccc;
border-radius: 10rpx;
text-align: center;
2025-05-21 17:03:19 +08:00
}
2025-05-21 22:52:33 +08:00
.Gender.data-v-96d38e2b {
width: 300rpx;
height: 80rpx;
2025-05-21 17:03:19 +08:00
margin: 40rpx;
}
2025-05-21 22:52:33 +08:00
.Accountnumber.data-v-96d38e2b {
display: flex;
}
.Coins.data-v-96d38e2b {
2025-05-22 16:21:07 +08:00
margin-top: 40rpx;
margin-bottom: 40rpx;
width: 400rpx;
2025-05-21 17:03:19 +08:00
height: 65rpx;
display: flex;
2025-05-21 22:52:33 +08:00
flex-direction: column;
2025-05-21 17:03:19 +08:00
justify-content: center;
2025-05-21 22:52:33 +08:00
/* align-items: center; */
2025-05-21 17:03:19 +08:00
}
2025-05-22 16:21:07 +08:00
.country.data-v-96d38e2b{
margin-left: 40rpx;
}
2025-05-21 17:03:19 +08:00
.number-box.data-v-96d38e2b {
2025-05-21 22:52:33 +08:00
display: flex;
text-align: center;
}
.number-box-title.data-v-96d38e2b {
margin-right: 20rpx;
2025-05-21 17:03:19 +08:00
}
2025-05-21 22:52:33 +08:00
.Remarkscss.data-v-96d38e2b {
width: 90%;
margin-top: 30rpx;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 50rpx;
border-radius: 10rpx;
2025-05-21 17:03:19 +08:00
}
2025-05-21 22:52:33 +08:00
.Publish.data-v-96d38e2b {
2025-05-21 17:03:19 +08:00
margin-bottom: 50rpx;
width: 90%;
margin-left: 5%;
}
2025-05-21 22:52:33 +08:00
.Publishcss.data-v-96d38e2b {
background-color: #0048ff94;
2025-05-21 17:03:19 +08:00
}