10.18前的开发

This commit is contained in:
2023-10-18 21:00:42 +08:00
parent 4fa658db18
commit aa47166ae7
70 changed files with 9936 additions and 172 deletions

View File

@@ -23,6 +23,24 @@
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.radio.data-v-1cf27b2a {
margin-right: 20rpx;
}
.pb-item.data-v-1cf27b2a {
display: flex;
align-items: center;
margin-bottom: 40rpx;
}
.pb-item .pb-item-left.data-v-1cf27b2a {
width: 30%;
}
.pb-item .pb-item-right.data-v-1cf27b2a {
margin-left: 10rpx;
width: 75%;
}
.data-v-1cf27b2a .uni-popup__wrapper {
width: 100%;
}
.part-title.data-v-1cf27b2a {
border-left: 10rpx solid #fe915d;
padding-left: 20rpx;
@@ -82,6 +100,18 @@
.pop-box.data-v-1cf27b2a {
background-color: white;
padding: 20rpx;
width: 80%;
margin: 0 auto;
border-radius: 20rpx;
}
.pop-box .pb-title.data-v-1cf27b2a {
text-align: center;
margin-bottom: 40rpx;
}
.pop-close.data-v-1cf27b2a {
text-align: center;
color: white;
margin-top: 20rpx;
}
.page-box.data-v-1cf27b2a {
padding: 20rpx;