123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .container .content.data-v-d4784c2a {
- padding: 24rpx;
- }
- .container .content .xy-card.data-v-d4784c2a {
- margin-bottom: 24rpx;
- }
- .container .content .top > view.data-v-d4784c2a:nth-child(1) {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- }
- .container .content .top > view:nth-child(1) .t-left.data-v-d4784c2a {
- width: 380rpx;
- }
- .container .content .top > view:nth-child(1) .t-left > view.data-v-d4784c2a:nth-child(1) {
- font-size: 36rpx;
- font-weight: bold;
- }
- .container .content .top > view:nth-child(1) .t-left > view.data-v-d4784c2a:nth-child(2) {
- font-size: 26rpx;
- color: #2C6FF3;
- border: 1rpx solid #2C6FF3;
- border-radius: 6rpx;
- padding: 0 8rpx;
- background-color: rgb(243, 249, 255);
- margin-left: 12rpx;
- }
- .container .content .top > view:nth-child(1) .t-right.data-v-d4784c2a {
- font-size: 30rpx;
- color: #f56c6c;
- position: relative;
- margin-left: 24rpx;
- }
- .container .content .top > view:nth-child(1) .t-right.data-v-d4784c2a::before {
- content: "";
- display: inline-block;
- background-color: green;
- width: 16rpx;
- height: 16rpx;
- border-radius: 16rpx;
- margin-right: 12rpx;
- }
- .container .content .top > view:nth-child(1) .t-right.off.data-v-d4784c2a {
- color: #666;
- }
- .container .content .top > view:nth-child(1) .t-right.off.data-v-d4784c2a::before {
- background-color: #666;
- }
- .container .content .top > view.data-v-d4784c2a:nth-child(2) {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin-top: 12rpx;
- }
- .container .content .top > view:nth-child(2) > .cu-btn.data-v-d4784c2a {
- height: 40rpx;
- }
- .container .content .top > view:nth-child(2) .down-qr.data-v-d4784c2a {
- font-size: 26rpx;
- color: #2C6FF3;
- border: 1rpx solid #2C6FF3;
- border-radius: 6rpx;
- padding: 4rpx 8rpx;
- background-color: rgb(243, 249, 255);
- }
- .container .content .top > view:nth-child(2) .edit.data-v-d4784c2a {
- font-size: 26rpx;
- color: #fff;
- border: 1rpx solid #2C6FF3;
- border-radius: 6rpx;
- padding: 4rpx 8rpx;
- background-color: rgb(243, 249, 255);
- margin-left: 12rpx;
- background-color: #2C6FF3;
- }
- .container .content .center.data-v-d4784c2a {
- border-radius: 8rpx;
- background-color: rgb(245, 248, 251);
- padding: 24rpx 12rpx 42rpx;
- font-size: 30rpx;
- margin-top: 24rpx;
- overflow: hidden;
- position: relative;
- height: 560rpx;
- transition: all 0.5s ease 0s;
- }
- .container .content .center .unfold.data-v-d4784c2a {
- position: absolute;
- bottom: 8rpx;
- right: 24rpx;
- }
- .container .content .center.center-more.data-v-d4784c2a {
- height: 170rpx;
- }
- .container .content .center .d-line.data-v-d4784c2a {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- }
- .container .content .center .d-line > view.data-v-d4784c2a:nth-child(1) {
- width: 50%;
- }
- .container .content .center .d-line > view.data-v-d4784c2a:nth-child(2) {
- width: 50%;
- }
- .container .content .center .c-item.data-v-d4784c2a {
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-start;
- font-size: 28rpx;
- margin-bottom: 18rpx;
- align-items: flex-end;
- }
- .container .content .center .c-item .name.data-v-d4784c2a {
- min-width: 100rpx;
- color: #999;
- }
- .container .content .center .c-item .val.data-v-d4784c2a {
- color: #333;
- padding-left: 6rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .container .content .center .c-item .val text.data-v-d4784c2a {
- margin-left: 12rpx;
- text-decoration: underline;
- color: #2C6FF3;
- }
- .container .content .center .c-item .val.net text.data-v-d4784c2a {
- text-decoration: none;
- }
- .container .content .bot.data-v-d4784c2a {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- margin-top: 24rpx;
- }
- .container .content .bot .cu-btn.data-v-d4784c2a {
- padding: 0 12rpx;
- font-size: 26rpx;
- height: 60rpx;
- line-height: 50rpx;
- }
- .container .content .bot .cu-btn1.data-v-d4784c2a {
- background-color: red;
- color: #fff;
- }
- .container .content .bot .cu-btn2.data-v-d4784c2a {
- background-color: #fff;
- color: #2C6FF3;
- border: 1rpx solid #2C6FF3;
- }
- .container .content .bot .cu-btn3.data-v-d4784c2a {
- background-color: #2C6FF3;
- color: #fff;
- }
- .container .content .qrcode-content.data-v-d4784c2a {
- padding: 24rpx;
- }
- .container .content .qrcode-content .save-qrcode.data-v-d4784c2a {
- margin-top: 24rpx;
- }
- .container .content .chart-content.data-v-d4784c2a {
- width: 100%;
- }
- .container .content .chart-content .total.data-v-d4784c2a {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .container .content .chart-content .more.data-v-d4784c2a {
- background-color: #2C6FF3;
- padding: 0 24rpx;
- font-size: 26rpx;
- height: 50rpx;
- line-height: 50rpx;
- margin-top: 24rpx;
- }
- .container .content .t-content.data-v-d4784c2a {
- display: flex;
- flex-flow: row nowrap;
- width: 100%;
- box-sizing: border-box;
- text-align: center;
- }
- .container .content .t-content .t-item.data-v-d4784c2a {
- width: 50%;
- margin-top: 24rpx;
- }
- .container .content .t-content .t-item .t-name.data-v-d4784c2a {
- font-size: 28rpx;
- line-height: 40rpx;
- }
- .container .content .t-content .t-item .t-num.data-v-d4784c2a {
- font-size: 28rpx;
- line-height: 46rpx;
- padding: 12rpx 0;
- }
- .container .content .t-content .t-item .t-num text.data-v-d4784c2a {
- font-size: 40rpx;
- font-weight: bold;
- }
- .container .content .title.data-v-d4784c2a {
- font-size: 34rpx;
- font-weight: bold;
- color: #333;
- line-height: 54rpx;
- }
- .container .content .bot1.data-v-d4784c2a {
- display: flex;
- justify-content: flex-end;
- }
- .container .content .l-content.data-v-d4784c2a {
- padding-top: 24rpx;
- }
- .container .content .l-content .l-item.data-v-d4784c2a {
- font-size: 28rpx;
- line-height: 50rpx;
- display: flex;
- flex-direction: row;
- }
- .container .content .l-content .l-item .l-status.data-v-d4784c2a {
- margin-left: 24rpx;
- }
- .container .content .popup-content.data-v-d4784c2a {
- padding: 0 24rpx;
- }
- .container .content .restart.data-v-d4784c2a {
- padding: 40rpx 0;
- font-size: 34rpx;
- text-align: center;
- }
- .temp .info.data-v-d4784c2a {
- color: red;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- }
- .temp .flex.data-v-d4784c2a {
- margin-top: 20rpx;
- height: 60rpx;
- }
- .temp .flex .lab.data-v-d4784c2a {
- line-height: 60rpx;
- height: 60rpx;
- text-align: center;
- font-weight: 600;
- margin-top: 20rpx;
- }
- .temp .flex .to.data-v-d4784c2a {
- width: 60rpx;
- margin-left: 20rpx;
- margin-top: 0;
- font-weight: 500;
- }
- .temp .flex .time-box.data-v-d4784c2a {
- height: 50rpx;
- width: 200rpx;
- line-height: 50rpx;
- margin-left: 20rpx;
- text-align: center;
- border-radius: 10rpx;
- border-style: solid;
- border-width: 1px;
- }
|