| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .picker.data-v-191e0624 {
- position: fixed;
- z-index: 100;
- background: rgba(255, 255, 255, 0);
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- font-size: 28rpx;
- }
- .picker-btn.data-v-191e0624 {
- padding: 10rpx 20rpx;
- border-radius: 12rpx;
- color: #666;
- }
- .picker-btn-active.data-v-191e0624 {
- background: rgba(0, 0, 0, 0.1);
- }
- .picker-display.data-v-191e0624 {
- color: #666;
- }
- .picker-display-text.data-v-191e0624 {
- color: #000;
- margin: 0 10rpx;
- }
- .picker-display-link.data-v-191e0624 {
- display: inline-block;
- }
- .picker-display-link-active.data-v-191e0624 {
- background: rgba(0, 0, 0, 0.1);
- }
- .picker-time.data-v-191e0624 {
- width: 550rpx !important;
- left: 100rpx !important;
- }
- .picker-modal.data-v-191e0624 {
- background: #fff;
- position: absolute;
- top: 50%;
- left: 60rpx;
- width: 630rpx;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
- border-radius: 12rpx;
- }
- .picker-modal-header.data-v-191e0624 {
- text-align: center;
- line-height: 80rpx;
- font-size: 32rpx;
- }
- .picker-modal-header-title.data-v-191e0624 {
- display: inline-block;
- width: 40%;
- }
- .picker-modal-header .picker-icon.data-v-191e0624 {
- display: inline-block;
- line-height: 50rpx;
- width: 50rpx;
- height: 50rpx;
- border-radius: 50rpx;
- text-align: center;
- margin: 10rpx;
- background: #fff;
- font-size: 36rpx;
- }
- .picker-modal-header .picker-icon-active.data-v-191e0624 {
- background: rgba(0, 0, 0, 0.1);
- }
- .picker-modal-body.data-v-191e0624 {
- width: 630rpx !important;
- height: 630rpx !important;
- position: relative;
- }
- .picker-modal-time.data-v-191e0624 {
- width: 100%;
- height: 180rpx;
- text-align: center;
- line-height: 60rpx;
- }
- .picker-modal-footer.data-v-191e0624 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 20rpx;
- }
- .picker-modal-footer-info.data-v-191e0624 {
- flex-grow: 1;
- }
- .picker-modal-footer-btn.data-v-191e0624 {
- flex-shrink: 0;
- display: flex;
- }
- .picker-calendar.data-v-191e0624 {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .picker-calendar-view.data-v-191e0624 {
- position: relative;
- width: 90rpx;
- height: 90rpx;
- text-align: center;
- }
- .picker-calendar-view-bgbegin.data-v-191e0624, .picker-calendar-view-bg.data-v-191e0624, .picker-calendar-view-bgend.data-v-191e0624, .picker-calendar-view-item.data-v-191e0624, .picker-calendar-view-dot.data-v-191e0624, .picker-calendar-view-tips.data-v-191e0624 {
- position: absolute;
- transition: .2s;
- }
- .picker-calendar-view-bgbegin.data-v-191e0624, .picker-calendar-view-bg.data-v-191e0624, .picker-calendar-view-bgend.data-v-191e0624 {
- opacity: .15;
- height: 80%;
- }
- .picker-calendar-view-bg.data-v-191e0624 {
- left: 0;
- top: 10%;
- width: 100%;
- }
- .picker-calendar-view-bgbegin.data-v-191e0624 {
- border-radius: 90rpx 0 0 90rpx;
- top: 10%;
- left: 10%;
- width: 90%;
- }
- .picker-calendar-view-bgend.data-v-191e0624 {
- border-radius: 0 90rpx 90rpx 0;
- top: 10%;
- left: 0%;
- width: 90%;
- }
- .picker-calendar-view-item.data-v-191e0624 {
- left: 5%;
- top: 5%;
- width: 90%;
- height: 90%;
- border-radius: 90rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .picker-calendar-view-dot.data-v-191e0624 {
- right: 10%;
- top: 10%;
- width: 12rpx;
- height: 12rpx;
- border-radius: 12rpx;
- }
- .picker-calendar-view-tips.data-v-191e0624 {
- bottom: 100%;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- background: #4E4B46;
- color: #fff;
- border-radius: 12rpx;
- padding: 10rpx 20rpx;
- font-size: 24rpx;
- width: -webkit-max-content;
- width: max-content;
- margin-bottom: 5px;
- pointer-events: none;
- }
- .picker-calendar-view-tips.data-v-191e0624:after {
- content: "";
- position: absolute;
- top: 100%;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 5px 5px 0 5px;
- border-color: #4E4B46 transparent transparent transparent;
- }
- @font-face {
- font-family: "mxdatepickericon";
- src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMYAAsAAAAACBgAAALMAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDIgqDRIJiATYCJAMUCwwABCAFhG0HSRvfBsg+QCa3noNAyAQ9w6GDvbwpNp2vloCyn8bD/x+y+/5qDhtj+T4eRVEcbsCoKMFASzCgLdDkmqYDwgxkWQ6YH5L/YnppOlLEjlnter43YRjU7M6vJ3iGADVAgJn5kqjv/wEii23T86UsAQT+04fV+o97VTMx4PPZt4DlorLXwIQiGMA5uhaVrBWqGHfQXcTEiE+PE+g2SUlxWlLVBHwUYFMgrgwSB3wstTKSGzqF1nOyiGeeOtNjV4An/vvxR58PSc3AzrMViyDvPo/7dVEUzn5GROfIWAcU4rLXfMFdhte56y4We9gGNEVIezkBOOaQXUrbTf/hJVkhGpDdCw7dSOEzByMEn3kIic98hMxnAfeFPKWCbjRcA148/HxhCEkaA94eGWFaGolsblpaWz8/Po2WVuNHh1fmBpZHIpqal9fOjizhTteY+RZ9rv02I/pq0W6QVH3pSncBz3m55r9ZIPycHfmenvxe4uyutIgfT5u4bgkDusl9gcF0rnfnz+b2NpSaQWBFeu8GIL1xQj5AH/6FAsEr/50F28e/gA9ny6KjLrxIp0TE+UucmQOl5AFNLXkzZufWamWHYEI39PEP2If97CMdm51N6DSmIekwAVmneXTBr0PVYx+aTgfQbU3p+R4jKHdRurBq0oEw6AKSfm+QDbpGF/w3VOP+oBnMHbqdx409FjP4RRHHkAj5IWgQiBUjHfMTuQ1Icpg5avI4sQVRu8EHdWptM1aKrIjuscfeL+kZwxBTYoElztOQ2UygjRIjEphaZsyWodHgvm9SC8QC/JygEA6DiCDeEMhAQFhhOpvxa/18A0TiYMahIy0L2hYIZWeYH9JR085Al4qts1re5St2/SR6DINBGEVYQCWOETHDMAHZ+pcZIQJGTV4RtMmg8UbhuWL1+VLLA2RFHYC71kiRo0SNpjwQh8pj2EFU3oTNmS1WqgIA") format("woff2");
- }
- .picker-icon.data-v-191e0624 {
- font-family: "mxdatepickericon" !important;
- }
- .picker-icon-you.data-v-191e0624:before {
- content: "\e63e";
- }
- .picker-icon-zuo.data-v-191e0624:before {
- content: "\e640";
- }
- .picker-icon-zuozuo.data-v-191e0624:before {
- content: "\e641";
- }
- .picker-icon-youyou.data-v-191e0624:before {
- content: "\e642";
- }
|