73 lines
1.3 KiB
Plaintext
73 lines
1.3 KiB
Plaintext
|
|
.save-money-container.data-v-8d186d74 {
|
|
min-height: 100vh;
|
|
background-color: #ffffff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/* 顶部沉浸式导航条 */
|
|
.custom-nav-bar.data-v-8d186d74 {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
z-index: 999;
|
|
box-shadow: 0 2rpx 10rpx rgba(0,0,0,0.02);
|
|
}
|
|
.status-bar.data-v-8d186d74 {
|
|
width: 100%;
|
|
}
|
|
.nav-header.data-v-8d186d74 {
|
|
height: 44px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 30rpx;
|
|
}
|
|
.nav-back.data-v-8d186d74 {
|
|
width: 60rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.back-arrow.data-v-8d186d74 {
|
|
font-size: 38rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.nav-title.data-v-8d186d74 {
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.nav-right-placeholder.data-v-8d186d74 {
|
|
width: 60rpx;
|
|
}
|
|
|
|
/* 照片瀑布流底板 */
|
|
.photo-flow.data-v-8d186d74 {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 0; /* 彻底清除图片间的空白缝隙 */
|
|
}
|
|
.flow-img.data-v-8d186d74 {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
/* 底部版权说明 */
|
|
.custom-copyright.data-v-8d186d74 {
|
|
padding: 40rpx 0 60rpx;
|
|
text-align: center;
|
|
background-color: #ffffff;
|
|
}
|
|
.copyright-txt.data-v-8d186d74 {
|
|
font-size: 24rpx;
|
|
color: rgb(150, 151, 153);
|
|
letter-spacing: 2rpx;
|
|
}
|
|
|