1297 lines
32 KiB
CSS
1297 lines
32 KiB
CSS
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-grid-item[data-v-7a807eb7] {
|
||
height: 100%;
|
||
display: flex;
|
||
}
|
||
.uni-grid-item__box[data-v-7a807eb7] {
|
||
display: flex;
|
||
width: 100%;
|
||
position: relative;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
}
|
||
.uni-grid-item--border[data-v-7a807eb7] {
|
||
position: relative;
|
||
z-index: 0;
|
||
border-bottom: 1px #D2D2D2 solid;
|
||
border-right: 1px #D2D2D2 solid;
|
||
}
|
||
.uni-grid-item--border-top[data-v-7a807eb7] {
|
||
position: relative;
|
||
border-top: 1px #D2D2D2 solid;
|
||
z-index: 0;
|
||
}
|
||
.uni-highlight[data-v-7a807eb7]:active {
|
||
background-color: #f1f1f1;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-grid-wrap[data-v-07acefee] {
|
||
display: flex;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
}
|
||
.uni-grid[data-v-07acefee] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
flex-wrap: wrap;
|
||
}
|
||
.uni-grid--border[data-v-07acefee] {
|
||
position: relative;
|
||
z-index: 1;
|
||
border-left: 1px #D2D2D2 solid;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uniui-cart-filled[data-v-d31e1c47]:before {
|
||
content: "\e6d0";
|
||
}
|
||
.uniui-gift-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c4";
|
||
}
|
||
.uniui-color[data-v-d31e1c47]:before {
|
||
content: "\e6cf";
|
||
}
|
||
.uniui-wallet[data-v-d31e1c47]:before {
|
||
content: "\e6b1";
|
||
}
|
||
.uniui-settings-filled[data-v-d31e1c47]:before {
|
||
content: "\e6ce";
|
||
}
|
||
.uniui-auth-filled[data-v-d31e1c47]:before {
|
||
content: "\e6cc";
|
||
}
|
||
.uniui-shop-filled[data-v-d31e1c47]:before {
|
||
content: "\e6cd";
|
||
}
|
||
.uniui-staff-filled[data-v-d31e1c47]:before {
|
||
content: "\e6cb";
|
||
}
|
||
.uniui-vip-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c6";
|
||
}
|
||
.uniui-plus-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c7";
|
||
}
|
||
.uniui-folder-add-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c8";
|
||
}
|
||
.uniui-color-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c9";
|
||
}
|
||
.uniui-tune-filled[data-v-d31e1c47]:before {
|
||
content: "\e6ca";
|
||
}
|
||
.uniui-calendar-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c0";
|
||
}
|
||
.uniui-notification-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c1";
|
||
}
|
||
.uniui-wallet-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c2";
|
||
}
|
||
.uniui-medal-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c3";
|
||
}
|
||
.uniui-fire-filled[data-v-d31e1c47]:before {
|
||
content: "\e6c5";
|
||
}
|
||
.uniui-refreshempty[data-v-d31e1c47]:before {
|
||
content: "\e6bf";
|
||
}
|
||
.uniui-location-filled[data-v-d31e1c47]:before {
|
||
content: "\e6af";
|
||
}
|
||
.uniui-person-filled[data-v-d31e1c47]:before {
|
||
content: "\e69d";
|
||
}
|
||
.uniui-personadd-filled[data-v-d31e1c47]:before {
|
||
content: "\e698";
|
||
}
|
||
.uniui-arrowthinleft[data-v-d31e1c47]:before {
|
||
content: "\e6d2";
|
||
}
|
||
.uniui-arrowthinup[data-v-d31e1c47]:before {
|
||
content: "\e6d3";
|
||
}
|
||
.uniui-arrowthindown[data-v-d31e1c47]:before {
|
||
content: "\e6d4";
|
||
}
|
||
.uniui-back[data-v-d31e1c47]:before {
|
||
content: "\e6b9";
|
||
}
|
||
.uniui-forward[data-v-d31e1c47]:before {
|
||
content: "\e6ba";
|
||
}
|
||
.uniui-arrow-right[data-v-d31e1c47]:before {
|
||
content: "\e6bb";
|
||
}
|
||
.uniui-arrow-left[data-v-d31e1c47]:before {
|
||
content: "\e6bc";
|
||
}
|
||
.uniui-arrow-up[data-v-d31e1c47]:before {
|
||
content: "\e6bd";
|
||
}
|
||
.uniui-arrow-down[data-v-d31e1c47]:before {
|
||
content: "\e6be";
|
||
}
|
||
.uniui-arrowthinright[data-v-d31e1c47]:before {
|
||
content: "\e6d1";
|
||
}
|
||
.uniui-down[data-v-d31e1c47]:before {
|
||
content: "\e6b8";
|
||
}
|
||
.uniui-bottom[data-v-d31e1c47]:before {
|
||
content: "\e6b8";
|
||
}
|
||
.uniui-arrowright[data-v-d31e1c47]:before {
|
||
content: "\e6d5";
|
||
}
|
||
.uniui-right[data-v-d31e1c47]:before {
|
||
content: "\e6b5";
|
||
}
|
||
.uniui-up[data-v-d31e1c47]:before {
|
||
content: "\e6b6";
|
||
}
|
||
.uniui-top[data-v-d31e1c47]:before {
|
||
content: "\e6b6";
|
||
}
|
||
.uniui-left[data-v-d31e1c47]:before {
|
||
content: "\e6b7";
|
||
}
|
||
.uniui-arrowup[data-v-d31e1c47]:before {
|
||
content: "\e6d6";
|
||
}
|
||
.uniui-eye[data-v-d31e1c47]:before {
|
||
content: "\e651";
|
||
}
|
||
.uniui-eye-filled[data-v-d31e1c47]:before {
|
||
content: "\e66a";
|
||
}
|
||
.uniui-eye-slash[data-v-d31e1c47]:before {
|
||
content: "\e6b3";
|
||
}
|
||
.uniui-eye-slash-filled[data-v-d31e1c47]:before {
|
||
content: "\e6b4";
|
||
}
|
||
.uniui-info-filled[data-v-d31e1c47]:before {
|
||
content: "\e649";
|
||
}
|
||
.uniui-reload[data-v-d31e1c47]:before {
|
||
content: "\e6b2";
|
||
}
|
||
.uniui-micoff-filled[data-v-d31e1c47]:before {
|
||
content: "\e6b0";
|
||
}
|
||
.uniui-map-pin-ellipse[data-v-d31e1c47]:before {
|
||
content: "\e6ac";
|
||
}
|
||
.uniui-map-pin[data-v-d31e1c47]:before {
|
||
content: "\e6ad";
|
||
}
|
||
.uniui-location[data-v-d31e1c47]:before {
|
||
content: "\e6ae";
|
||
}
|
||
.uniui-starhalf[data-v-d31e1c47]:before {
|
||
content: "\e683";
|
||
}
|
||
.uniui-star[data-v-d31e1c47]:before {
|
||
content: "\e688";
|
||
}
|
||
.uniui-star-filled[data-v-d31e1c47]:before {
|
||
content: "\e68f";
|
||
}
|
||
.uniui-calendar[data-v-d31e1c47]:before {
|
||
content: "\e6a0";
|
||
}
|
||
.uniui-fire[data-v-d31e1c47]:before {
|
||
content: "\e6a1";
|
||
}
|
||
.uniui-medal[data-v-d31e1c47]:before {
|
||
content: "\e6a2";
|
||
}
|
||
.uniui-font[data-v-d31e1c47]:before {
|
||
content: "\e6a3";
|
||
}
|
||
.uniui-gift[data-v-d31e1c47]:before {
|
||
content: "\e6a4";
|
||
}
|
||
.uniui-link[data-v-d31e1c47]:before {
|
||
content: "\e6a5";
|
||
}
|
||
.uniui-notification[data-v-d31e1c47]:before {
|
||
content: "\e6a6";
|
||
}
|
||
.uniui-staff[data-v-d31e1c47]:before {
|
||
content: "\e6a7";
|
||
}
|
||
.uniui-vip[data-v-d31e1c47]:before {
|
||
content: "\e6a8";
|
||
}
|
||
.uniui-folder-add[data-v-d31e1c47]:before {
|
||
content: "\e6a9";
|
||
}
|
||
.uniui-tune[data-v-d31e1c47]:before {
|
||
content: "\e6aa";
|
||
}
|
||
.uniui-auth[data-v-d31e1c47]:before {
|
||
content: "\e6ab";
|
||
}
|
||
.uniui-person[data-v-d31e1c47]:before {
|
||
content: "\e699";
|
||
}
|
||
.uniui-email-filled[data-v-d31e1c47]:before {
|
||
content: "\e69a";
|
||
}
|
||
.uniui-phone-filled[data-v-d31e1c47]:before {
|
||
content: "\e69b";
|
||
}
|
||
.uniui-phone[data-v-d31e1c47]:before {
|
||
content: "\e69c";
|
||
}
|
||
.uniui-email[data-v-d31e1c47]:before {
|
||
content: "\e69e";
|
||
}
|
||
.uniui-personadd[data-v-d31e1c47]:before {
|
||
content: "\e69f";
|
||
}
|
||
.uniui-chatboxes-filled[data-v-d31e1c47]:before {
|
||
content: "\e692";
|
||
}
|
||
.uniui-contact[data-v-d31e1c47]:before {
|
||
content: "\e693";
|
||
}
|
||
.uniui-chatbubble-filled[data-v-d31e1c47]:before {
|
||
content: "\e694";
|
||
}
|
||
.uniui-contact-filled[data-v-d31e1c47]:before {
|
||
content: "\e695";
|
||
}
|
||
.uniui-chatboxes[data-v-d31e1c47]:before {
|
||
content: "\e696";
|
||
}
|
||
.uniui-chatbubble[data-v-d31e1c47]:before {
|
||
content: "\e697";
|
||
}
|
||
.uniui-upload-filled[data-v-d31e1c47]:before {
|
||
content: "\e68e";
|
||
}
|
||
.uniui-upload[data-v-d31e1c47]:before {
|
||
content: "\e690";
|
||
}
|
||
.uniui-weixin[data-v-d31e1c47]:before {
|
||
content: "\e691";
|
||
}
|
||
.uniui-compose[data-v-d31e1c47]:before {
|
||
content: "\e67f";
|
||
}
|
||
.uniui-qq[data-v-d31e1c47]:before {
|
||
content: "\e680";
|
||
}
|
||
.uniui-download-filled[data-v-d31e1c47]:before {
|
||
content: "\e681";
|
||
}
|
||
.uniui-pyq[data-v-d31e1c47]:before {
|
||
content: "\e682";
|
||
}
|
||
.uniui-sound[data-v-d31e1c47]:before {
|
||
content: "\e684";
|
||
}
|
||
.uniui-trash-filled[data-v-d31e1c47]:before {
|
||
content: "\e685";
|
||
}
|
||
.uniui-sound-filled[data-v-d31e1c47]:before {
|
||
content: "\e686";
|
||
}
|
||
.uniui-trash[data-v-d31e1c47]:before {
|
||
content: "\e687";
|
||
}
|
||
.uniui-videocam-filled[data-v-d31e1c47]:before {
|
||
content: "\e689";
|
||
}
|
||
.uniui-spinner-cycle[data-v-d31e1c47]:before {
|
||
content: "\e68a";
|
||
}
|
||
.uniui-weibo[data-v-d31e1c47]:before {
|
||
content: "\e68b";
|
||
}
|
||
.uniui-videocam[data-v-d31e1c47]:before {
|
||
content: "\e68c";
|
||
}
|
||
.uniui-download[data-v-d31e1c47]:before {
|
||
content: "\e68d";
|
||
}
|
||
.uniui-help[data-v-d31e1c47]:before {
|
||
content: "\e679";
|
||
}
|
||
.uniui-navigate-filled[data-v-d31e1c47]:before {
|
||
content: "\e67a";
|
||
}
|
||
.uniui-plusempty[data-v-d31e1c47]:before {
|
||
content: "\e67b";
|
||
}
|
||
.uniui-smallcircle[data-v-d31e1c47]:before {
|
||
content: "\e67c";
|
||
}
|
||
.uniui-minus-filled[data-v-d31e1c47]:before {
|
||
content: "\e67d";
|
||
}
|
||
.uniui-micoff[data-v-d31e1c47]:before {
|
||
content: "\e67e";
|
||
}
|
||
.uniui-closeempty[data-v-d31e1c47]:before {
|
||
content: "\e66c";
|
||
}
|
||
.uniui-clear[data-v-d31e1c47]:before {
|
||
content: "\e66d";
|
||
}
|
||
.uniui-navigate[data-v-d31e1c47]:before {
|
||
content: "\e66e";
|
||
}
|
||
.uniui-minus[data-v-d31e1c47]:before {
|
||
content: "\e66f";
|
||
}
|
||
.uniui-image[data-v-d31e1c47]:before {
|
||
content: "\e670";
|
||
}
|
||
.uniui-mic[data-v-d31e1c47]:before {
|
||
content: "\e671";
|
||
}
|
||
.uniui-paperplane[data-v-d31e1c47]:before {
|
||
content: "\e672";
|
||
}
|
||
.uniui-close[data-v-d31e1c47]:before {
|
||
content: "\e673";
|
||
}
|
||
.uniui-help-filled[data-v-d31e1c47]:before {
|
||
content: "\e674";
|
||
}
|
||
.uniui-paperplane-filled[data-v-d31e1c47]:before {
|
||
content: "\e675";
|
||
}
|
||
.uniui-plus[data-v-d31e1c47]:before {
|
||
content: "\e676";
|
||
}
|
||
.uniui-mic-filled[data-v-d31e1c47]:before {
|
||
content: "\e677";
|
||
}
|
||
.uniui-image-filled[data-v-d31e1c47]:before {
|
||
content: "\e678";
|
||
}
|
||
.uniui-locked-filled[data-v-d31e1c47]:before {
|
||
content: "\e668";
|
||
}
|
||
.uniui-info[data-v-d31e1c47]:before {
|
||
content: "\e669";
|
||
}
|
||
.uniui-locked[data-v-d31e1c47]:before {
|
||
content: "\e66b";
|
||
}
|
||
.uniui-camera-filled[data-v-d31e1c47]:before {
|
||
content: "\e658";
|
||
}
|
||
.uniui-chat-filled[data-v-d31e1c47]:before {
|
||
content: "\e659";
|
||
}
|
||
.uniui-camera[data-v-d31e1c47]:before {
|
||
content: "\e65a";
|
||
}
|
||
.uniui-circle[data-v-d31e1c47]:before {
|
||
content: "\e65b";
|
||
}
|
||
.uniui-checkmarkempty[data-v-d31e1c47]:before {
|
||
content: "\e65c";
|
||
}
|
||
.uniui-chat[data-v-d31e1c47]:before {
|
||
content: "\e65d";
|
||
}
|
||
.uniui-circle-filled[data-v-d31e1c47]:before {
|
||
content: "\e65e";
|
||
}
|
||
.uniui-flag[data-v-d31e1c47]:before {
|
||
content: "\e65f";
|
||
}
|
||
.uniui-flag-filled[data-v-d31e1c47]:before {
|
||
content: "\e660";
|
||
}
|
||
.uniui-gear-filled[data-v-d31e1c47]:before {
|
||
content: "\e661";
|
||
}
|
||
.uniui-home[data-v-d31e1c47]:before {
|
||
content: "\e662";
|
||
}
|
||
.uniui-home-filled[data-v-d31e1c47]:before {
|
||
content: "\e663";
|
||
}
|
||
.uniui-gear[data-v-d31e1c47]:before {
|
||
content: "\e664";
|
||
}
|
||
.uniui-smallcircle-filled[data-v-d31e1c47]:before {
|
||
content: "\e665";
|
||
}
|
||
.uniui-map-filled[data-v-d31e1c47]:before {
|
||
content: "\e666";
|
||
}
|
||
.uniui-map[data-v-d31e1c47]:before {
|
||
content: "\e667";
|
||
}
|
||
.uniui-refresh-filled[data-v-d31e1c47]:before {
|
||
content: "\e656";
|
||
}
|
||
.uniui-refresh[data-v-d31e1c47]:before {
|
||
content: "\e657";
|
||
}
|
||
.uniui-cloud-upload[data-v-d31e1c47]:before {
|
||
content: "\e645";
|
||
}
|
||
.uniui-cloud-download-filled[data-v-d31e1c47]:before {
|
||
content: "\e646";
|
||
}
|
||
.uniui-cloud-download[data-v-d31e1c47]:before {
|
||
content: "\e647";
|
||
}
|
||
.uniui-cloud-upload-filled[data-v-d31e1c47]:before {
|
||
content: "\e648";
|
||
}
|
||
.uniui-redo[data-v-d31e1c47]:before {
|
||
content: "\e64a";
|
||
}
|
||
.uniui-images-filled[data-v-d31e1c47]:before {
|
||
content: "\e64b";
|
||
}
|
||
.uniui-undo-filled[data-v-d31e1c47]:before {
|
||
content: "\e64c";
|
||
}
|
||
.uniui-more[data-v-d31e1c47]:before {
|
||
content: "\e64d";
|
||
}
|
||
.uniui-more-filled[data-v-d31e1c47]:before {
|
||
content: "\e64e";
|
||
}
|
||
.uniui-undo[data-v-d31e1c47]:before {
|
||
content: "\e64f";
|
||
}
|
||
.uniui-images[data-v-d31e1c47]:before {
|
||
content: "\e650";
|
||
}
|
||
.uniui-paperclip[data-v-d31e1c47]:before {
|
||
content: "\e652";
|
||
}
|
||
.uniui-settings[data-v-d31e1c47]:before {
|
||
content: "\e653";
|
||
}
|
||
.uniui-search[data-v-d31e1c47]:before {
|
||
content: "\e654";
|
||
}
|
||
.uniui-redo-filled[data-v-d31e1c47]:before {
|
||
content: "\e655";
|
||
}
|
||
.uniui-list[data-v-d31e1c47]:before {
|
||
content: "\e644";
|
||
}
|
||
.uniui-mail-open-filled[data-v-d31e1c47]:before {
|
||
content: "\e63a";
|
||
}
|
||
.uniui-hand-down-filled[data-v-d31e1c47]:before {
|
||
content: "\e63c";
|
||
}
|
||
.uniui-hand-down[data-v-d31e1c47]:before {
|
||
content: "\e63d";
|
||
}
|
||
.uniui-hand-up-filled[data-v-d31e1c47]:before {
|
||
content: "\e63e";
|
||
}
|
||
.uniui-hand-up[data-v-d31e1c47]:before {
|
||
content: "\e63f";
|
||
}
|
||
.uniui-heart-filled[data-v-d31e1c47]:before {
|
||
content: "\e641";
|
||
}
|
||
.uniui-mail-open[data-v-d31e1c47]:before {
|
||
content: "\e643";
|
||
}
|
||
.uniui-heart[data-v-d31e1c47]:before {
|
||
content: "\e639";
|
||
}
|
||
.uniui-loop[data-v-d31e1c47]:before {
|
||
content: "\e633";
|
||
}
|
||
.uniui-pulldown[data-v-d31e1c47]:before {
|
||
content: "\e632";
|
||
}
|
||
.uniui-scan[data-v-d31e1c47]:before {
|
||
content: "\e62a";
|
||
}
|
||
.uniui-bars[data-v-d31e1c47]:before {
|
||
content: "\e627";
|
||
}
|
||
.uniui-checkbox[data-v-d31e1c47]:before {
|
||
content: "\e62b";
|
||
}
|
||
.uniui-checkbox-filled[data-v-d31e1c47]:before {
|
||
content: "\e62c";
|
||
}
|
||
.uniui-shop[data-v-d31e1c47]:before {
|
||
content: "\e62f";
|
||
}
|
||
.uniui-headphones[data-v-d31e1c47]:before {
|
||
content: "\e630";
|
||
}
|
||
.uniui-cart[data-v-d31e1c47]:before {
|
||
content: "\e631";
|
||
}
|
||
@font-face {
|
||
font-family: uniicons;
|
||
src: url("../../assets/uniicons.32e978a5.ttf");
|
||
}
|
||
.uni-icons[data-v-d31e1c47] {
|
||
font-family: uniicons;
|
||
text-decoration: none;
|
||
text-align: center;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-popup[data-v-4dd3c44b] {
|
||
position: fixed;
|
||
z-index: 99;
|
||
}
|
||
.uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
|
||
top: 0;
|
||
}
|
||
.uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
|
||
display: block;
|
||
position: relative;
|
||
/* iphonex 等安全区设置,底部安全区适配 */
|
||
}
|
||
.uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
|
||
padding-top: 0;
|
||
flex: 1;
|
||
}
|
||
.fixforpc-z-index[data-v-4dd3c44b] {
|
||
z-index: 999;
|
||
}
|
||
.fixforpc-top[data-v-4dd3c44b] {
|
||
top: 0;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ghost[data-v-b6dbdfad] {
|
||
height: 3.75rem;
|
||
}
|
||
.menuBox[data-v-b6dbdfad] {
|
||
position: fixed;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
box-sizing: border-box;
|
||
}
|
||
.menuBox .menu[data-v-b6dbdfad] {
|
||
justify-content: space-between;
|
||
padding: 0.625rem 0;
|
||
display: flex;
|
||
}
|
||
.menuBox .item[data-v-b6dbdfad] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex: 1;
|
||
}
|
||
.menuBox.dark[data-v-b6dbdfad] {
|
||
border-top: 0.03125rem solid #999;
|
||
background-color: #161616;
|
||
}
|
||
.menuBox.dark .active .text[data-v-b6dbdfad] {
|
||
color: #fff;
|
||
}
|
||
.menuBox.dark .text[data-v-b6dbdfad] {
|
||
color: #999;
|
||
}
|
||
.menuBox.light[data-v-b6dbdfad] {
|
||
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
|
||
background-color: #fff;
|
||
}
|
||
.menuBox.light .active .text[data-v-b6dbdfad] {
|
||
color: #333;
|
||
}
|
||
.menuBox.light .text[data-v-b6dbdfad] {
|
||
color: #999;
|
||
}
|
||
.menuBox .middle .img[data-v-b6dbdfad] {
|
||
width: 2.5rem;
|
||
height: 2.5rem;
|
||
}
|
||
.alert[data-v-b6dbdfad] {
|
||
margin-bottom: 3.75rem;
|
||
background-color: #f8f8f8;
|
||
border-radius: 0.9375rem;
|
||
}
|
||
.alert .scroll[data-v-b6dbdfad] {
|
||
height: 10.9375rem;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.jy-me[data-v-7ceffab7] {
|
||
position: relative;
|
||
z-index: 1;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
padding: 0.75rem 0;
|
||
}
|
||
.jy-me .jy-me-header[data-v-7ceffab7] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.jy-me .jy-me-header .jy-me-header-img[data-v-7ceffab7] {
|
||
width: 4.25rem;
|
||
height: 4.25rem;
|
||
border-radius: 50%;
|
||
background: #D8D8D8;
|
||
}
|
||
.jy-me .jy-me-header .jy-me-header-na[data-v-7ceffab7] {
|
||
height: 4.25rem;
|
||
margin-left: 0.625rem;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-evenly;
|
||
align-items: flex-start;
|
||
}
|
||
.jy-me .jy-me-header .jy-me-header-na .jy-me-header-name[data-v-7ceffab7] {
|
||
font-size: 1rem;
|
||
color: #333333;
|
||
}
|
||
.jy-me .jy-me-header .jy-me-header-na .jy-me-header-phone[data-v-7ceffab7] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.jy-me .jy-me-header .jy-me-header-na .jy-me-header-phone uni-text[data-v-7ceffab7] {
|
||
color: #333333;
|
||
font-size: 0.6875rem;
|
||
}
|
||
.jy-me .jy-me-header .jy-me-header-na .jy-me-header-phone uni-image[data-v-7ceffab7] {
|
||
width: 0.75rem;
|
||
height: 0.75rem;
|
||
margin-right: 0.3125rem;
|
||
}
|
||
.jy-me .jy-me-nav[data-v-7ceffab7] {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.jy-me .jy-me-nav uni-image[data-v-7ceffab7] {
|
||
width: 1.25rem;
|
||
height: 1.25rem;
|
||
margin-left: 0.625rem;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.jy-wallet-container[data-v-b69bf533] {
|
||
height: 3.5rem;
|
||
position: relative;
|
||
z-index: 1;
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
background-color: #fff;
|
||
padding: 0.5rem 0.75rem;
|
||
border-radius: 0.625rem;
|
||
margin: 0.25rem 0;
|
||
}
|
||
.jy-wallet-container .left uni-image[data-v-b69bf533] {
|
||
width: 2.5rem;
|
||
height: 2.5rem;
|
||
margin-right: 0.3125rem;
|
||
}
|
||
.jy-wallet-container .left uni-text[data-v-b69bf533] {
|
||
font-size: 1.125rem;
|
||
color: #333333;
|
||
font-weight: 600;
|
||
}
|
||
.jy-wallet-container .right uni-text[data-v-b69bf533] {
|
||
font-size: 0.75rem;
|
||
color: #999999;
|
||
margin-right: 0.625rem;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.jy-mine-content[data-v-e69223ad] {
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.jy-mine-content .card-list[data-v-e69223ad] {
|
||
background-color: #fff;
|
||
padding: 0.5rem 0.75rem;
|
||
border-radius: 0.625rem;
|
||
margin: 1rem 0;
|
||
}
|
||
.jy-mine-content .card-list .card-item-top[data-v-e69223ad] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 1rem;
|
||
}
|
||
.jy-mine-content .card-list .card-item-top .card-item-text[data-v-e69223ad] {
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
}
|
||
.jy-mine-content .card-list .card-item-top .card-item-right[data-v-e69223ad] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
color: #999999;
|
||
font-size: 0.75rem;
|
||
}
|
||
.jy-mine-content .card-list .card-item-top .card-item-right uni-text[data-v-e69223ad] {
|
||
margin-right: 0.625rem;
|
||
}
|
||
.jy-mine-content .card-list .card-item-bottom[data-v-e69223ad] {
|
||
display: grid;
|
||
grid-template-columns: repeat(5, 1fr);
|
||
margin: 0.375rem 0;
|
||
}
|
||
.jy-mine-content .card-list .card-item-bottom .card-item-list[data-v-e69223ad] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin: 0 0.8125rem;
|
||
}
|
||
.jy-mine-content .card-list .card-item-bottom .card-item-list uni-image[data-v-e69223ad] {
|
||
width: 1.5rem;
|
||
height: 1.5rem;
|
||
}
|
||
.jy-mine-content .card-list .card-item-bottom .card-item-list uni-text[data-v-e69223ad] {
|
||
font-size: 0.75rem;
|
||
color: #333333;
|
||
margin-top: 0.375rem;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-load-more[data-v-9245e42c] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
height: 40px;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.uni-load-more__text[data-v-9245e42c] {
|
||
font-size: 14px;
|
||
margin-left: 8px;
|
||
}
|
||
.uni-load-more__img[data-v-9245e42c] {
|
||
width: 24px;
|
||
height: 24px;
|
||
}
|
||
.uni-load-more__img--nvue[data-v-9245e42c] {
|
||
color: #666666;
|
||
}
|
||
.uni-load-more__img--android[data-v-9245e42c],
|
||
.uni-load-more__img--ios[data-v-9245e42c] {
|
||
width: 24px;
|
||
height: 24px;
|
||
transform: rotate(0deg);
|
||
}
|
||
.uni-load-more__img--android[data-v-9245e42c] {
|
||
animation: loading-ios 1s 0s linear infinite;
|
||
}
|
||
@keyframes loading-android-9245e42c {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
.uni-load-more__img--ios-H5[data-v-9245e42c] {
|
||
position: relative;
|
||
animation: loading-ios-H5-9245e42c 1s 0s step-end infinite;
|
||
}
|
||
.uni-load-more__img--ios-H5 uni-image[data-v-9245e42c] {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
left: 0;
|
||
top: 0;
|
||
}
|
||
@keyframes loading-ios-H5-9245e42c {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
8% {
|
||
transform: rotate(30deg);
|
||
}
|
||
16% {
|
||
transform: rotate(60deg);
|
||
}
|
||
24% {
|
||
transform: rotate(90deg);
|
||
}
|
||
32% {
|
||
transform: rotate(120deg);
|
||
}
|
||
40% {
|
||
transform: rotate(150deg);
|
||
}
|
||
48% {
|
||
transform: rotate(180deg);
|
||
}
|
||
56% {
|
||
transform: rotate(210deg);
|
||
}
|
||
64% {
|
||
transform: rotate(240deg);
|
||
}
|
||
73% {
|
||
transform: rotate(270deg);
|
||
}
|
||
82% {
|
||
transform: rotate(300deg);
|
||
}
|
||
91% {
|
||
transform: rotate(330deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
.uni-load-more__img--android-MP[data-v-9245e42c] {
|
||
position: relative;
|
||
width: 24px;
|
||
height: 24px;
|
||
transform: rotate(0deg);
|
||
animation: loading-ios 1s 0s ease infinite;
|
||
}
|
||
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c] {
|
||
position: absolute;
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 50%;
|
||
border: solid 2px transparent;
|
||
border-top: solid 2px #777777;
|
||
transform-origin: center;
|
||
}
|
||
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(1) {
|
||
animation: loading-android-MP-1-9245e42c 1s 0s linear infinite;
|
||
}
|
||
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(2) {
|
||
animation: loading-android-MP-2-9245e42c 1s 0s linear infinite;
|
||
}
|
||
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(3) {
|
||
animation: loading-android-MP-3-9245e42c 1s 0s linear infinite;
|
||
}
|
||
@keyframes loading-android-9245e42c {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes loading-android-MP-1-9245e42c {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
50% {
|
||
transform: rotate(90deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes loading-android-MP-2-9245e42c {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
50% {
|
||
transform: rotate(180deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes loading-android-MP-3-9245e42c {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
50% {
|
||
transform: rotate(270deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.jy-card[data-v-0e55e74a] {
|
||
width: 90%;
|
||
height: 14.625rem;
|
||
border-radius: 0.4375rem;
|
||
background: #ffffff;
|
||
}
|
||
.jy-card-img[data-v-0e55e74a] {
|
||
width: 100%;
|
||
height: 10.75rem;
|
||
border-top-left-radius: 0.4375rem;
|
||
border-top-right-radius: 0.4375rem;
|
||
}
|
||
.jy-card-title[data-v-0e55e74a] {
|
||
text-align: left;
|
||
margin-bottom: 0.3125rem;
|
||
}
|
||
.jy-card-price[data-v-0e55e74a] {
|
||
color: #FF7F37;
|
||
font-size: 12px;
|
||
margin-right: 0.3125rem;
|
||
}
|
||
.jy-card-price-num[data-v-0e55e74a] {
|
||
font-size: 16px;
|
||
}
|
||
.jy-card-sales[data-v-0e55e74a] {
|
||
color: #999999;
|
||
font-size: 12px;
|
||
}
|
||
.jy-card-sales-num[data-v-0e55e74a] {
|
||
font-size: 12px;
|
||
}
|
||
.jy-card-content[data-v-0e55e74a] {
|
||
padding: 0.3125rem;
|
||
}
|
||
.jy-card-info[data-v-0e55e74a] {
|
||
display: flex;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
body[data-v-dbd0169e] {
|
||
height: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.item[data-v-dbd0169e] {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin: 0.3125rem 0;
|
||
}
|
||
.content[data-v-dbd0169e] {
|
||
text-align: center;
|
||
height: 100%;
|
||
}
|
||
.content .block[data-v-dbd0169e] {
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
/* 两列布局 */
|
||
justify-items: center;
|
||
gap: 0.9375rem 0;
|
||
}
|
||
.content .loadingText[data-v-dbd0169e] {
|
||
line-height: 30px;
|
||
text-align: center;
|
||
font-size: 12px;
|
||
color: #999;
|
||
}
|
||
@keyframes preloader_1-dbd0169e {
|
||
0% {
|
||
height: 5px;
|
||
background: #9b59b6;
|
||
}
|
||
25% {
|
||
height: 30px;
|
||
background: #3498db;
|
||
}
|
||
50% {
|
||
height: 5px;
|
||
background: #9b59b6;
|
||
}
|
||
100% {
|
||
height: 5px;
|
||
background: #9b59b6;
|
||
}
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.handpicked uni-image[data-v-9d306349] {
|
||
width: 1rem;
|
||
height: 0.1875rem;
|
||
} |