@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .datebox.data-v-33b2a2af { display: flex; flex-direction: column; min-height: 500rpx; background-color: #fff; } .datebox .header.data-v-33b2a2af { height: 100rpx; display: flex; justify-content: space-between; padding: 0 45rpx; line-height: 100rpx; box-sizing: border-box; border-bottom: #e7e7e7 solid 1px; color: #959ea8; font-weight: bold; } .datebox .header view.data-v-33b2a2af:nth-child(2) { margin-right: 60rpx; } .datebox .header view.data-v-33b2a2af:last-child { font-weight: bold; font-size: 36rpx; } .datebox .header .isactive.data-v-33b2a2af { color: #1a1a1a; } .datebox .header .alltime.data-v-33b2a2af { color: #58be6b; } .datebox .content.data-v-33b2a2af { display: flex; flex-direction: column; } .datebox .content .picker-view.data-v-33b2a2af { width: 750rpx; height: 280rpx; margin-top: 20rpx; } .datebox .content .item.data-v-33b2a2af { align-items: center; justify-content: center; line-height: 50px; text-align: center; } .datebox .content .submit.data-v-33b2a2af { background-color: #58be6b; height: 85rpx; border-radius: 40rpx; width: 600rpx; margin: 30rpx auto; font-size: 36rpx; font-weight: bold; color: #fff; text-align: center; line-height: 84rpx; } .datebox .content .change_date.data-v-33b2a2af { display: flex; flex-direction: column; padding: 0 45rpx; color: #949da7; font-weight: bold; margin-top: 30rpx; } .datebox .content .change_date .datelist.data-v-33b2a2af { display: flex; } .datebox .content .change_date .datelist .active.data-v-33b2a2af { background-color: #eef8f0; color: #58be6b; font-weight: bold; } .datebox .content .change_date .datelist view.data-v-33b2a2af { width: 128rpx; height: 60rpx; background-color: #f5f5f5; border-radius: 10rpx; text-align: center; line-height: 60rpx; margin-top: 28rpx; margin-right: 22rpx; font-weight: normal; } .datebox .content .change_date .iptlist.data-v-33b2a2af { display: flex; margin-top: 20rpx; } .datebox .content .change_date .iptlist .active.data-v-33b2a2af { border: #1d2129 solid 1px; } .datebox .content .change_date .iptlist .define-input.data-v-33b2a2af { background-color: #f5f5f5; width: 248rpx; height: 60rpx; line-height: 60rpx; border-radius: 15rpx; font-size: 28rpx; font-weight: 500; text-align: center; color: #949da7; } .datebox .content .change_date .iptlist view.data-v-33b2a2af:nth-child(2) { line-height: 60rpx; padding: 0 10rpx; } .records.data-v-33b2a2af { width: 690rpx; padding: 25rpx 30rpx; display: flex; flex-direction: column; padding-bottom: 128rpx; } .records .changebox.data-v-33b2a2af { display: flex; justify-content: space-between; font-weight: bold; padding: 0 10rpx; font-size: 26rpx; } .records .changebox .date.data-v-33b2a2af { display: flex; } .records .changebox .arrow.data-v-33b2a2af { width: 0; height: 0; border-top: 12rpx solid #1d2129; border-right: 12rpx solid transparent; border-left: 12rpx solid transparent; margin-left: 10rpx; margin-top: 13rpx; transition: all 0.5s ease 0s; } .records .changebox .up.data-v-33b2a2af { width: 0; height: 0; border-top: 12rpx solid #1d2129; border-right: 12rpx solid transparent; border-left: 12rpx solid transparent; margin-left: 10rpx; margin-top: 13rpx; -webkit-transform: rotate(180deg); transform: rotate(180deg); transition: all 0.5s ease 0s; } .records .changebox .allcar.data-v-33b2a2af { display: flex; } .records .norecord.data-v-33b2a2af { text-align: center; color: #939da7; line-height: 180rpx; } .records .month.data-v-33b2a2af { width: 690rpx; display: flex; flex-direction: column; margin-top: 30rpx; } .records .month .title.data-v-33b2a2af { width: 690rpx; height: 184rpx; background-image: url("https://rl-zk-image.oss-cn-hangzhou.aliyuncs.com/image/bgr.png"); background-size: 100% 100%; display: flex; padding: 20rpx 30rpx; box-sizing: border-box; font-size: 30rpx; font-weight: bold; flex-direction: column; justify-content: space-around; } .records .month .title .money.data-v-33b2a2af { display: flex; justify-content: space-between; } .records .month .title text.data-v-33b2a2af { font-size: 45rpx; } .records .month .list.data-v-33b2a2af { display: flex; background-color: #fff; width: 690rpx; border-bottom-left-radius: 35rpx; border-bottom-right-radius: 35rpx; padding: 0 35rpx; box-sizing: border-box; flex-direction: column; padding-bottom: 15rpx; } .records .month .list .info.data-v-33b2a2af { width: 100%; margin-top: 20rpx; margin-bottom: 10rpx; } .records .month .list .first.data-v-33b2a2af { display: flex; justify-content: space-between; font-size: 30rpx; } .records .month .list .first view.data-v-33b2a2af:last-child { font-size: 32rpx; font-weight: bold; } .records .month .list .second.data-v-33b2a2af { color: #86909c; font-size: 28rpx; display: flex; justify-content: space-between; margin-top: 2rpx; }