| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .probg.data-v-6c682f20 {
- color: #666;
- }
- .probgsel.data-v-6c682f20 {
- background-color: #1677ff;
- color: #fff;
- border: none;
- }
- .quedingpro.data-v-6c682f20 {
- background-color: #1677ff;
- color: #fff;
- border-radius: 80rpx;
- height: 80rpx;
- line-height: 80rpx;
- width: 60%;
- margin: 0 auto;
- margin-top: 40rpx;
- text-align: center;
- }
- .card-share.data-v-6c682f20 {
- position: relative;
- }
- .share.data-v-6c682f20 {
- display: inline-block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 55%;
- opacity: 0;
- }
- .imgshe.data-v-6c682f20 {
- display: flex;
- flex-direction: row-reverse;
- }
- .point-box.data-v-6c682f20 {
- height: 100%;
- width: 100%;
- }
- .point-box .xu-box.data-v-6c682f20 {
- border: #f5f5f5 4rpx dashed;
- padding: 20rpx 20rpx;
- }
- .codeimg.data-v-6c682f20 {
- position: absolute;
- z-index: 9999;
- left: 40rpx;
- top: 40rpx;
- }
- #codeurl.data-v-6c682f20 {
- position: relative;
- }
- .checked-bg.data-v-6c682f20 {
- border: 1px solid #1677ff !important;
- color: #1677ff !important;
- background-color: #e7f1fe !important;
- }
- .changetagbtn.data-v-6c682f20 {
- width: 45%;
- height: 80rpx;
- border-radius: 50rpx;
- text-align: center;
- line-height: 80rpx;
- }
- .data-v-6c682f20 .foot-select {
- width: calc(100% - 40rpx);
- padding: 20rpx 20rpx;
- padding-bottom: 60rpx;
- z-index: 10000 !important;
- position: fixed;
- bottom: 0;
- margin-left: -24rpx !important;
- }
- .data-v-6c682f20 .model .u-fade-enter-active {
- z-index: 10075 !important;
- }
- .data-v-6c682f20 .uni-calendar__mask {
- z-index: 11000 !important;
- }
- .data-v-6c682f20 .uni-calendar__content {
- z-index: 12000 !important;
- }
- .containers.data-v-6c682f20 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #222222;
- height: 100%;
- overflow: hidden;
- }
- .boxnav.data-v-6c682f20 {
- flex-wrap: wrap;
- padding: 0 0 0 10px;
- }
- .boxnav-item.data-v-6c682f20 {
- width: 50%;
- overflow: hidden;
- }
- .boxnav-item-info.data-v-6c682f20 {
- border: 1px solid #f5f5f5;
- text-align: center;
- color: #222;
- background-color: #f5f5f5;
- border-radius: 3px;
- padding: 5px;
- margin: 0 10px 10px 0;
- }
- .boxnav-active.data-v-6c682f20 {
- border: 1px solid #1677ff !important;
- color: #1677ff !important;
- background-color: #e7f1fe !important;
- }
- .calendar-day.data-v-6c682f20 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 12px;
- color: #999;
- flex: 1;
- min-height: 30px;
- background-color: #f5f5f5;
- border-radius: 4px;
- margin: 0 10px 10px 0;
- }
- .setTimebox.data-v-6c682f20 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- width: -webkit-fit-content;
- width: fit-content;
- height: -webkit-fit-content;
- height: fit-content;
- }
- .timetip.data-v-6c682f20 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #2979ff;
- text-align: center;
- margin-bottom: 5px;
- }
- .popbox.data-v-6c682f20 {
- background-color: #fff;
- border-radius: 12px;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #333;
- padding-bottom: 120rpx;
- }
- .popbox-head.data-v-6c682f20 {
- padding: 15px;
- font-weight: bold;
- font-size: 15px;
- text-align: center;
- position: relative;
- }
- .popbox .close-circle.data-v-6c682f20 {
- position: absolute;
- right: 10px;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .popbox-body.data-v-6c682f20 {
- padding: 10px 10px;
- }
- .popbox .radiobox-item.data-v-6c682f20 {
- padding: 10px 0;
- border-bottom: 1px solid #f5f5f5;
- }
- .popbox .radiobox-item.data-v-6c682f20:last-child {
- border-bottom: none;
- }
- .popbox-footer.data-v-6c682f20 {
- padding: 15px 0;
- }
- .popbox-footer-btn.data-v-6c682f20 {
- flex: 1;
- height: 44px;
- line-height: 44px;
- margin: 0 10px;
- border-radius: 50px;
- border: none;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #333;
- }
- .popbox-footer-btn.data-v-6c682f20::after {
- border: none;
- }
- .popbox .con-btn.data-v-6c682f20 {
- background-color: #1677ff;
- color: #fff;
- }
- .popbox .choosetitle.data-v-6c682f20 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 15px;
- color: #333;
- }
- .popbox .invitetip.data-v-6c682f20 {
- margin-top: 10px;
- background-color: #ebf5fb;
- color: #1677ff;
- padding: 5px 10px;
- border-radius: 5px;
- }
- .popbox .sharePop-item.data-v-6c682f20 {
- padding: 0 10px;
- box-sizing: border-box;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- display: inline-flex !important;
- }
- .popbox .sharePop-item image.data-v-6c682f20 {
- height: 48px;
- width: 48px;
- margin-bottom: 10px;
- }
- .headbox.data-v-6c682f20 {
- background-color: #fff;
- }
- .headbox .subsection.data-v-6c682f20 {
- height: 45px;
- padding: 4px;
- }
- .headbox .participate-order.data-v-6c682f20 {
- font-size: 12px;
- }
- .headbox .participate-order image.data-v-6c682f20 {
- width: 15px;
- height: 15px;
- }
- .tag-active.data-v-6c682f20 {
- background-color: #ffeceb !important;
- color: #f93e3e !important;
- border: 1px solid #f93e3e !important;
- }
- .tagbox.data-v-6c682f20 {
- padding-top: 10rpx;
- font-size: 12px;
- color: #1677ff;
- }
- .tagbox-list.data-v-6c682f20 {
- margin: 0 0 -6px 6px;
- flex-wrap: wrap;
- }
- .tagbox-item.data-v-6c682f20 {
- height: 26px;
- padding: 0 8px;
- margin: 0 6px 6px 0;
- border-radius: 4px;
- background-color: #f5f5f5;
- color: #999;
- border: 1px solid #f5f5f5;
- box-sizing: border-box;
- font-size: 12px;
- }
- .invite-member.data-v-6c682f20 {
- height: 55px;
- width: 50px;
- position: fixed;
- bottom: 110px;
- right: 10px;
- cursor: pointer;
- }
- .invite-member .intimg.data-v-6c682f20 {
- width: 50px;
- height: 55px;
- }
- .invite-members.data-v-6c682f20 {
- right: -68rpx;
- }
- .falseimg.data-v-6c682f20 {
- position: absolute;
- width: 30rpx;
- height: 30rpx;
- top: 0rpx;
- right: -8rpx;
- }
- .userlist.data-v-6c682f20 {
- padding: 24rpx;
- }
|