You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
874 B
42 lines
874 B
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
page.data-v-6cb5f3c8 {
|
|
background: #fff;
|
|
}
|
|
.container.data-v-6cb5f3c8 {
|
|
-webkit-filter: drop-shadow(0 0 10rpx rgba(211, 211, 214, 0.3));
|
|
filter: drop-shadow(0 0 10rpx rgba(211, 211, 214, 0.3));
|
|
background-color: #ffffff;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 99999;
|
|
}
|
|
.container.data-v-6cb5f3c8 .u-input__input {
|
|
text-align: right;
|
|
}
|
|
.container .archive-btn.data-v-6cb5f3c8 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.container .archive-btn u-button.data-v-6cb5f3c8 {
|
|
width: 50%;
|
|
}
|
|
|