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.
275 lines
6.2 KiB
275 lines
6.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 主要颜色 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.page-total.data-v-b59c45e8 {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
.box.data-v-b59c45e8 {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|
|
/* 文件重命名 */
|
|
.dialog-box.data-v-b59c45e8 {
|
|
width: 80%;
|
|
height: 300rpx;
|
|
background-color: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
.dialog-box .title.data-v-b59c45e8 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
font-size: 32rpx;
|
|
color: #222222;
|
|
font-weight: bold;
|
|
}
|
|
.dialog-box .content.data-v-b59c45e8 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 90%;
|
|
height: 80rpx;
|
|
margin: 0 auto;
|
|
background-color: #f6f6f6;
|
|
border-radius: 10rpx;
|
|
}
|
|
.dialog-box .content input.data-v-b59c45e8 {
|
|
width: 80%;
|
|
height: 100%;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
padding: 0 4%;
|
|
}
|
|
.dialog-box .content text.data-v-b59c45e8 {
|
|
font-size: 34rpx;
|
|
color: #c0c0c0;
|
|
margin-right: 4%;
|
|
}
|
|
.dialog-box .inquiry.data-v-b59c45e8 {
|
|
padding: 0 4%;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
}
|
|
.dialog-box .inquiry text.data-v-b59c45e8 {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
line-height: 40rpx;
|
|
}
|
|
.dialog-box .operation-btn.data-v-b59c45e8 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
margin-top: 20rpx;
|
|
border-top: 2rpx solid #f6f6f6;
|
|
}
|
|
.dialog-box .operation-btn .btn.data-v-b59c45e8 {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
.dialog-box .operation-btn .btn text.data-v-b59c45e8 {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
}
|
|
.dialog-box .operation-btn .btn .tag.data-v-b59c45e8 {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 30%;
|
|
width: 2rpx;
|
|
height: 40%;
|
|
background-color: #f6f6f6;
|
|
}
|
|
.dialog-box .operation-btn .btn .activity.data-v-b59c45e8 {
|
|
color: #236030;
|
|
}
|
|
.a-fadein.data-v-b59c45e8,
|
|
.a-fadeinT.data-v-b59c45e8,
|
|
.a-fadeinR.data-v-b59c45e8,
|
|
.a-fadeinB.data-v-b59c45e8,
|
|
.a-fadeinL.data-v-b59c45e8,
|
|
.a-bouncein.data-v-b59c45e8,
|
|
.a-bounceinT.data-v-b59c45e8,
|
|
.a-bounceinR.data-v-b59c45e8,
|
|
.a-bounceinB.data-v-b59c45e8,
|
|
.a-bounceinL.data-v-b59c45e8,
|
|
.a-rotatein.data-v-b59c45e8,
|
|
.a-rotateinLT.data-v-b59c45e8,
|
|
.a-rotateinLB.data-v-b59c45e8,
|
|
.a-rotateinRT.data-v-b59c45e8,
|
|
.a-rotateinRB.data-v-b59c45e8,
|
|
.a-flipin.data-v-b59c45e8,
|
|
.a-flipinX.data-v-b59c45e8,
|
|
.a-flipinY.data-v-b59c45e8 {
|
|
-webkit-animation: .3s ease-out backwards;
|
|
-moz-animation: .3s ease-out backwards;
|
|
-ms-animation: .3s ease-out backwards;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
.a-fadeout.data-v-b59c45e8,
|
|
.a-fadeoutT.data-v-b59c45e8,
|
|
.a-fadeoutR.data-v-b59c45e8,
|
|
.a-fadeoutB.data-v-b59c45e8,
|
|
.a-fadeoutL.data-v-b59c45e8,
|
|
.a-bounceout.data-v-b59c45e8,
|
|
.a-bounceoutT.data-v-b59c45e8,
|
|
.a-bounceoutR.data-v-b59c45e8,
|
|
.a-bounceoutB.data-v-b59c45e8,
|
|
.a-bounceoutL.data-v-b59c45e8,
|
|
.a-rotateout.data-v-b59c45e8,
|
|
.a-rotateoutLT.data-v-b59c45e8,
|
|
.a-rotateoutLB.data-v-b59c45e8,
|
|
.a-rotateoutRT.data-v-b59c45e8,
|
|
.a-rotateoutRB.data-v-b59c45e8,
|
|
.a-flipoutX.data-v-b59c45e8,
|
|
.a-flipoutY.data-v-b59c45e8 {
|
|
-webkit-animation: .3s ease-in forwards;
|
|
animation: .3s ease-in forwards;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
/* 淡入 */
|
|
.a-fadein.data-v-b59c45e8 {
|
|
-webkit-animation-name: fadein-data-v-b59c45e8;
|
|
animation-name: fadein-data-v-b59c45e8;
|
|
}
|
|
/* 淡出 */
|
|
.a-fadeout.data-v-b59c45e8 {
|
|
-webkit-animation-name: fadeout-data-v-b59c45e8;
|
|
animation-name: fadeout-data-v-b59c45e8;
|
|
}
|
|
/* 弹入 */
|
|
.a-bouncein.data-v-b59c45e8 {
|
|
-webkit-animation-name: bouncein-data-v-b59c45e8;
|
|
animation-name: bouncein-data-v-b59c45e8;
|
|
}
|
|
/* 弹出 */
|
|
.a-bounceout.data-v-b59c45e8 {
|
|
-webkit-animation-name: bounceout-data-v-b59c45e8;
|
|
animation-name: bounceout-data-v-b59c45e8;
|
|
}
|
|
/* 淡入 */
|
|
@-webkit-keyframes fadein-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes fadein-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
/* 淡出 */
|
|
@-webkit-keyframes fadeout-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes fadeout-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
/* 弹入 */
|
|
@-webkit-keyframes bouncein-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: scale(0.3);
|
|
transform: scale(0.3);
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes bouncein-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: scale(0.3);
|
|
transform: scale(0.3);
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
/* 弹出 */
|
|
@-webkit-keyframes bounceout-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
-webkit-transform: scale(0.3);
|
|
transform: scale(0.3);
|
|
}
|
|
}
|
|
@keyframes bounceout-data-v-b59c45e8 {
|
|
0% {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
-webkit-transform: scale(0.3);
|
|
transform: scale(0.3);
|
|
}
|
|
}
|
|
|
|
|