上传代码
This commit is contained in:
651
distribution/unpackage/dist/dev/app-plus/pages/authentication/authentication.css
vendored
Normal file
651
distribution/unpackage/dist/dev/app-plus/pages/authentication/authentication.css
vendored
Normal file
@ -0,0 +1,651 @@
|
||||
/**
|
||||
* 这里是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;
|
||||
}
|
||||
|
||||
/* 页面样式 */
|
||||
.example-body[data-v-ae7e1909] {
|
||||
background-color: #fff;
|
||||
padding: 10px;
|
||||
}
|
||||
.page[data-v-ae7e1909] {
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/* 返回按钮样式 */
|
||||
.back-button[data-v-ae7e1909] {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
/* 表单项样式 */
|
||||
.form-item[data-v-ae7e1909] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.label[data-v-ae7e1909] {
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
}
|
||||
.value[data-v-ae7e1909] {
|
||||
font-size: 16px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* 上传区域样式 */
|
||||
.upload-section[data-v-ae7e1909] {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* 改为垂直排列 */
|
||||
gap: 20px;
|
||||
/* 增加间距 */
|
||||
}
|
||||
.upload-item[data-v-ae7e1909] {
|
||||
background-color: #ecf5ff;
|
||||
border: 2px dashed #a6b2da;
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
/* 设置宽度为100% */
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
height: 200px;
|
||||
/* 固定高度 */
|
||||
}
|
||||
.upload-item .upload-icon-text[data-v-ae7e1909] {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.upload-item uni-image[data-v-ae7e1909] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
/* 确保图片覆盖容器并保持比例 */
|
||||
border-radius: 8px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
.upload-text[data-v-ae7e1909] {
|
||||
font-size: 14px;
|
||||
color: #8cb7fd;
|
||||
}
|
||||
|
||||
/* 提交按钮样式 */
|
||||
.submit-button[data-v-ae7e1909] {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: #5e7dec;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* 提交记录样式 */
|
||||
.submit[data-v-ae7e1909] {
|
||||
margin-top: 20px;
|
||||
padding: 20px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 10px;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.submit-title[data-v-ae7e1909] {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.submit-bankCard[data-v-ae7e1909] {
|
||||
font-size: 16px;
|
||||
color: #333;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.submit-frontIdCard uni-image[data-v-ae7e1909],
|
||||
.submit-backIdCard uni-image[data-v-ae7e1909] {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: 8px;
|
||||
max-height: 300px; /* 设置最大高度以防图片过大 */
|
||||
object-fit: contain; /* 确保图片内容完整显示 */
|
||||
}
|
||||
86
distribution/unpackage/dist/dev/app-plus/pages/changeUserMessage/changeUserMessage.css
vendored
Normal file
86
distribution/unpackage/dist/dev/app-plus/pages/changeUserMessage/changeUserMessage.css
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
|
||||
.user-profile[data-v-983df345] {
|
||||
background: linear-gradient(to bottom, #5e7dec,white);
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
}
|
||||
.avatar-container[data-v-983df345] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.avatar-container .avatar[data-v-983df345] {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
}
|
||||
.edit-text[data-v-983df345] {
|
||||
color: white;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.form-container[data-v-983df345] {
|
||||
background-color: white;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
}
|
||||
.form-item[data-v-983df345] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.label[data-v-983df345] {
|
||||
width: 35px;
|
||||
text-align: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.gender-item[data-v-983df345] {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
/* 确保性别选项水平显示 */
|
||||
.gender-container[data-v-983df345] {
|
||||
display: flex;
|
||||
flex-direction: row; /* 默认值为row,这里明确指定是为了清晰 */
|
||||
}
|
||||
.gender-container uni-label[data-v-983df345] {
|
||||
margin-right: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.input-field[data-v-983df345] {
|
||||
flex: 1;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
height: 45px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.save-button[data-v-983df345] {
|
||||
background-color: transparent; /* 设置背景为透明 */
|
||||
color: white;
|
||||
padding: 0px 20px; /* 增加内边距以便按钮看起来更舒适 */
|
||||
border: 2px solid #5e7dec; /* 添加边框以增强立体感 */
|
||||
border-radius: 20px;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease; /* 应用到所有属性的过渡效果 */
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加阴影以增加立体感 */
|
||||
}
|
||||
.save-button[data-v-983df345]:hover {
|
||||
background-color: rgba(94, 125, 236, 0.1); /* 鼠标悬停时轻微改变背景颜色 */
|
||||
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* 增强阴影效果 */
|
||||
}
|
||||
.save-button[data-v-983df345]:active {
|
||||
transform: translateY(2px); /* 点击时向下移动,模拟按下的效果 */
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 减弱阴影效果 */
|
||||
}
|
||||
620
distribution/unpackage/dist/dev/app-plus/pages/deliveryDetail/deliveryDetail.css
vendored
Normal file
620
distribution/unpackage/dist/dev/app-plus/pages/deliveryDetail/deliveryDetail.css
vendored
Normal file
@ -0,0 +1,620 @@
|
||||
/**
|
||||
* 这里是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;
|
||||
}
|
||||
|
||||
.page[data-v-3d78755a] {
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.header[data-v-3d78755a] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.location[data-v-3d78755a] {
|
||||
width: 24px;
|
||||
/* 稍微增大圆形 */
|
||||
height: 24px;
|
||||
background-color: #ff6700;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 50%;
|
||||
margin-right: 12px;
|
||||
font-size: 12px;
|
||||
/* 调整文本大小 */
|
||||
font-weight: bold;
|
||||
}
|
||||
.distance[data-v-3d78755a] {
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.store-name[data-v-3d78755a] {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.buttons[data-v-3d78755a] {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.button[data-v-3d78755a] {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
margin: 10px 0;
|
||||
text-align: center;
|
||||
background-color: #2877f2;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
line-height: inherit;
|
||||
}
|
||||
.order-details[data-v-3d78755a] {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.title[data-v-3d78755a] {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.detail[data-v-3d78755a] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
/* 定义图标容器的样式 */
|
||||
.icon-container[data-v-3d78755a] {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
/* 水平均匀分布 */
|
||||
align-items: center;
|
||||
/* 垂直居中对齐 */
|
||||
}
|
||||
|
||||
/* 定义每个图标和文字组合的样式 */
|
||||
.icon-wrapper[data-v-3d78755a] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* 将子元素垂直排列 */
|
||||
align-items: center;
|
||||
/* 子元素水平居中对齐 */
|
||||
}
|
||||
|
||||
/* 可选:定义文本标签的样式 */
|
||||
.icon-wrapper uni-text[data-v-3d78755a] {
|
||||
margin-top: 5px;
|
||||
/* 文字与图标之间的间距 */
|
||||
}
|
||||
944
distribution/unpackage/dist/dev/app-plus/pages/index/index.css
vendored
Normal file
944
distribution/unpackage/dist/dev/app-plus/pages/index/index.css
vendored
Normal file
@ -0,0 +1,944 @@
|
||||
/**
|
||||
* 这里是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-noticebar[data-v-c3453ea3] {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 10px 12px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.uni-noticebar-close[data-v-c3453ea3] {
|
||||
margin-left: 8px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.uni-noticebar-icon[data-v-c3453ea3] {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.uni-noticebar__content-wrapper[data-v-c3453ea3] {
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
.uni-noticebar__content-wrapper--single[data-v-c3453ea3] {
|
||||
line-height: 18px;
|
||||
}
|
||||
.uni-noticebar__content-wrapper--single[data-v-c3453ea3],
|
||||
.uni-noticebar__content-wrapper--scrollable[data-v-c3453ea3] {
|
||||
flex-direction: row;
|
||||
}
|
||||
.uni-noticebar__content-wrapper--scrollable[data-v-c3453ea3] {
|
||||
position: relative;
|
||||
}
|
||||
.uni-noticebar__content--scrollable[data-v-c3453ea3] {
|
||||
flex: 1;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.uni-noticebar__content--single[data-v-c3453ea3] {
|
||||
display: flex;
|
||||
flex: none;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
.uni-noticebar__content-text[data-v-c3453ea3] {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
word-break: break-all;
|
||||
}
|
||||
.uni-noticebar__content-text--single[data-v-c3453ea3] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.uni-noticebar__content-text--scrollable[data-v-c3453ea3] {
|
||||
position: absolute;
|
||||
display: block;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap;
|
||||
padding-left: 100%;
|
||||
animation: notice-c3453ea3 10s 0s linear infinite both;
|
||||
animation-play-state: paused;
|
||||
}
|
||||
.uni-noticebar__more[data-v-c3453ea3] {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
padding-left: 5px;
|
||||
}
|
||||
@keyframes notice-c3453ea3 {
|
||||
100% {
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 这里是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 */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.time-id[data-v-1cf27b2a] {
|
||||
font-size: 20px;
|
||||
color: #ff6700;
|
||||
font-weight: 700;
|
||||
}
|
||||
.tab-menu[data-v-1cf27b2a] {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
padding: 10px 0;
|
||||
background-color: #5e7dec;
|
||||
color: #9cb0f4;
|
||||
}
|
||||
.tab-item[data-v-1cf27b2a] {
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tab-item.active[data-v-1cf27b2a] {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
.fixed-buttons[data-v-1cf27b2a] {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: #fff;
|
||||
padding: 10px;
|
||||
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.button-container[data-v-1cf27b2a] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.button-container uni-text[data-v-1cf27b2a] {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.fixed-font[data-v-1cf27b2a] {
|
||||
font-size: 12px;
|
||||
}
|
||||
.refresh-button[data-v-1cf27b2a] {
|
||||
width: 60%;
|
||||
background-color: pink;
|
||||
border-radius: 15px;
|
||||
color: #fff;
|
||||
background-color: #5e7dec;
|
||||
}
|
||||
.button-text[data-v-1cf27b2a] {
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
.text[data-v-1cf27b2a] {
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
}
|
||||
.popup-content[data-v-1cf27b2a] {
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.modal-header[data-v-1cf27b2a] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.tab-button[data-v-1cf27b2a] {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.tab-button.active[data-v-1cf27b2a] {
|
||||
color: #007AFF;
|
||||
border-bottom: 2px solid #007AFF;
|
||||
}
|
||||
.modal-title[data-v-1cf27b2a] {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.modal-close[data-v-1cf27b2a] {
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.modal-body[data-v-1cf27b2a] {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.modal-item[data-v-1cf27b2a] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.modal-label[data-v-1cf27b2a] {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.modal-value[data-v-1cf27b2a] {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
}
|
||||
.arrow[data-v-1cf27b2a] {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.modal-list[data-v-1cf27b2a] {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
/* 创建两列,每列占据相等的空间 */
|
||||
gap: 10px;
|
||||
padding: 10px 10px 10px 0;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.item[data-v-1cf27b2a] {
|
||||
background-color: #f1f1f1;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
}
|
||||
.item.selected[data-v-1cf27b2a] {
|
||||
background-color: #eef6ff;
|
||||
color: #80a6da;
|
||||
}
|
||||
.tips[data-v-1cf27b2a] {
|
||||
font-size: 12px;
|
||||
color: #c8c8c8;
|
||||
}
|
||||
.order-card[data-v-1cf27b2a] {
|
||||
background-color: #fff;
|
||||
border-radius: 12px;
|
||||
/* 增大圆角 */
|
||||
padding: 10px;
|
||||
/* 增大内边距 */
|
||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
|
||||
/* 更深的阴影 */
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 20px;
|
||||
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
|
||||
/* 添加过渡效果 */
|
||||
}
|
||||
.order-card[data-v-1cf27b2a]:hover {
|
||||
transform: translateY(-4px);
|
||||
/* 当鼠标悬停时稍微提升 */
|
||||
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
|
||||
/* 更大的阴影当悬停 */
|
||||
}
|
||||
|
||||
/* 修改前 */
|
||||
.order-card[data-v-1cf27b2a]:last-child {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
/* 修改后 */
|
||||
.order-card[data-v-1cf27b2a]:last-child {
|
||||
margin-bottom: 100px !important;
|
||||
/* 添加 !important 确保优先级 */
|
||||
}
|
||||
.delivery-info[data-v-1cf27b2a] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.time[data-v-1cf27b2a],
|
||||
.price[data-v-1cf27b2a] {
|
||||
font-size: 16px;
|
||||
/* 增大字体大小 */
|
||||
}
|
||||
.price[data-v-1cf27b2a] {
|
||||
color: #ff6700;
|
||||
font-weight: bold;
|
||||
}
|
||||
.address-info[data-v-1cf27b2a] {
|
||||
margin-bottom: 15px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
/* 添加底部边框 */
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.address-item[data-v-1cf27b2a] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.circle[data-v-1cf27b2a] {
|
||||
width: 24px;
|
||||
/* 稍微增大圆形 */
|
||||
height: 24px;
|
||||
background-color: #ff6700;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 50%;
|
||||
margin-right: 12px;
|
||||
font-size: 12px;
|
||||
/* 调整文本大小 */
|
||||
font-weight: bold;
|
||||
}
|
||||
.distance[data-v-1cf27b2a] {
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
.address-name[data-v-1cf27b2a] {
|
||||
color: #333;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.button-container[data-v-1cf27b2a] {
|
||||
text-align: center;
|
||||
/* 增加按钮顶部间距 */
|
||||
}
|
||||
.order-button[data-v-1cf27b2a] {
|
||||
background-color: #5e7dec;
|
||||
color: #fff;
|
||||
padding: 12px 24px;
|
||||
/* 增大按钮尺寸 */
|
||||
border-radius: 6px;
|
||||
/* 圆滑按钮边缘 */
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
/* 添加过渡效果 */
|
||||
width: 85%;
|
||||
}
|
||||
.order-button[data-v-1cf27b2a]:hover {
|
||||
background-color: #4a69bd;
|
||||
/* 改变悬停颜色 */
|
||||
}
|
||||
.content[data-v-1cf27b2a] {
|
||||
padding-bottom: 50px;
|
||||
/* 根据底部按钮高度调整 */
|
||||
}
|
||||
125
distribution/unpackage/dist/dev/app-plus/pages/login/login.css
vendored
Normal file
125
distribution/unpackage/dist/dev/app-plus/pages/login/login.css
vendored
Normal file
@ -0,0 +1,125 @@
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
body {
|
||||
background: url("../../static/login.jpg") repeat fixed center;
|
||||
}
|
||||
.normal-login-container {
|
||||
width: 100%;
|
||||
}
|
||||
.normal-login-container .logo-content {
|
||||
width: 100%;
|
||||
font-size: 21px;
|
||||
text-align: center;
|
||||
padding-top: 15%;
|
||||
}
|
||||
.normal-login-container .logo-content uni-image {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.normal-login-container .logo-content .title {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.normal-login-container .login-form-content {
|
||||
text-align: center;
|
||||
margin: 20px auto;
|
||||
width: 80%;
|
||||
}
|
||||
.normal-login-container .login-form-content .input-item {
|
||||
margin: 20px auto;
|
||||
background-color: #f5f6f7;
|
||||
height: 45px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.normal-login-container .login-form-content .input-item .icon {
|
||||
font-size: 1.1875rem;
|
||||
margin-left: 10px;
|
||||
color: #999;
|
||||
}
|
||||
.normal-login-container .login-form-content .input-item .input {
|
||||
width: 80%;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
padding-left: 15px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
background-color: #f5f6f7;
|
||||
}
|
||||
.normal-login-container .login-form-content .login-btn {
|
||||
margin-top: 40px;
|
||||
height: 45px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
.normal-login-container .login-form-content .reg {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.normal-login-container .login-form-content .xieyi {
|
||||
color: #333;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.normal-login-container .login-form-content .login-code {
|
||||
height: 38px;
|
||||
float: right;
|
||||
}
|
||||
.normal-login-container .login-form-content .login-code .login-code-img {
|
||||
height: 38px;
|
||||
position: absolute;
|
||||
margin-left: 10px;
|
||||
width: 6.25rem;
|
||||
}
|
||||
.img-a {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: -74px;
|
||||
right: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
.img-b {
|
||||
position: absolute;
|
||||
width: 50%;
|
||||
bottom: 0;
|
||||
left: -1.5625rem;
|
||||
z-index: 100;
|
||||
}
|
||||
.text {
|
||||
margin-left: -111px;
|
||||
margin-top: 28px;
|
||||
}
|
||||
.t-b {
|
||||
font-size: 29px;
|
||||
color: #000;
|
||||
padding: 60px 0 10px 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
.t-b2 {
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
color: #2a2a2a;
|
||||
}
|
||||
.goLogin {
|
||||
float: right;
|
||||
color: #444444;
|
||||
padding: 10px;
|
||||
}
|
||||
0
distribution/unpackage/dist/dev/app-plus/pages/map/map.css
vendored
Normal file
0
distribution/unpackage/dist/dev/app-plus/pages/map/map.css
vendored
Normal file
733
distribution/unpackage/dist/dev/app-plus/pages/my/my.css
vendored
Normal file
733
distribution/unpackage/dist/dev/app-plus/pages/my/my.css
vendored
Normal file
@ -0,0 +1,733 @@
|
||||
/**
|
||||
* 这里是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 */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.container[data-v-2f1ef635] {
|
||||
background-image: linear-gradient(to bottom, #5e7dec, #d0f0ff);
|
||||
padding: 20px;
|
||||
height: 100vh;
|
||||
}
|
||||
.header[data-v-2f1ef635] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.user-icon[data-v-2f1ef635] {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
border-radius: 50%;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.user-info[data-v-2f1ef635] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.name[data-v-2f1ef635] {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.rule[data-v-2f1ef635] {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
}
|
||||
.rating[data-v-2f1ef635] {
|
||||
color: #ff9800;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.settings[data-v-2f1ef635] {
|
||||
margin-left: auto;
|
||||
}
|
||||
.settings-icon[data-v-2f1ef635] {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.summary[data-v-2f1ef635] {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-top: 20px;
|
||||
background-color: #1970fd;
|
||||
padding: 10px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.summary-item[data-v-2f1ef635] {
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.summary-label[data-v-2f1ef635] {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.summary-detail[data-v-2f1ef635] {
|
||||
font-size: 12px;
|
||||
color: #92b1e9;
|
||||
padding: 5px;
|
||||
}
|
||||
.summary-value[data-v-2f1ef635] {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
.menu[data-v-2f1ef635] {
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
margin-top: 20px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.menu .menu-item[data-v-2f1ef635] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
/* 关键属性 */
|
||||
height: 50px;
|
||||
border-bottom: 1px solid #f5f5f5;
|
||||
}
|
||||
.menu .menu-item[data-v-2f1ef635]:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.menu .menu-item uni-text[data-v-2f1ef635] {
|
||||
font-size: 15px;
|
||||
color: #333;
|
||||
flex-shrink: 0;
|
||||
/* 防止文字被压缩 */
|
||||
}
|
||||
.menu .menu-item .arrow-icon[data-v-2f1ef635] {
|
||||
color: #999;
|
||||
margin-left: 20px;
|
||||
/* 增加图标与文字的间距 */
|
||||
}
|
||||
.popup-content[data-v-2f1ef635] {
|
||||
background-color: #ffffff;
|
||||
padding: 30px 40px;
|
||||
border-radius: 16px;
|
||||
min-width: 240px;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
|
||||
text-align: center;
|
||||
animation: fadeIn-2f1ef635 0.3s ease;
|
||||
border: 2px solid #5e7dec;
|
||||
/* 主色调蓝边框 */
|
||||
}
|
||||
.popup-text[data-v-2f1ef635] {
|
||||
font-size: 24px;
|
||||
color: #2a3f88;
|
||||
/* 深蓝文字 */
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* 弹出动画 */
|
||||
@keyframes fadeIn-2f1ef635 {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scale(0.9);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
615
distribution/unpackage/dist/dev/app-plus/pages/orderDetail/orderDetail.css
vendored
Normal file
615
distribution/unpackage/dist/dev/app-plus/pages/orderDetail/orderDetail.css
vendored
Normal file
@ -0,0 +1,615 @@
|
||||
/**
|
||||
* 这里是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;
|
||||
}
|
||||
|
||||
.page[data-v-1353b6cf] {
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.header[data-v-1353b6cf] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.location[data-v-1353b6cf] {
|
||||
width: 24px;
|
||||
/* 稍微增大圆形 */
|
||||
height: 24px;
|
||||
background-color: #ff6700;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 50%;
|
||||
margin-right: 12px;
|
||||
font-size: 12px;
|
||||
/* 调整文本大小 */
|
||||
font-weight: bold;
|
||||
}
|
||||
.distance[data-v-1353b6cf] {
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.store-name[data-v-1353b6cf] {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.buttons[data-v-1353b6cf] {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.button[data-v-1353b6cf] {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
margin: 10px 0;
|
||||
text-align: center;
|
||||
background-color: #2877f2;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
line-height: inherit;
|
||||
}
|
||||
.order-details[data-v-1353b6cf] {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.title[data-v-1353b6cf] {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.detail[data-v-1353b6cf] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 5px 0;
|
||||
}
|
||||
/* 定义图标容器的样式 */
|
||||
.icon-container[data-v-1353b6cf] {
|
||||
display: flex;
|
||||
justify-content: space-around; /* 水平均匀分布 */
|
||||
align-items: center; /* 垂直居中对齐 */
|
||||
}
|
||||
|
||||
/* 定义每个图标和文字组合的样式 */
|
||||
.icon-wrapper[data-v-1353b6cf] {
|
||||
display: flex;
|
||||
flex-direction: column; /* 将子元素垂直排列 */
|
||||
align-items: center; /* 子元素水平居中对齐 */
|
||||
}
|
||||
|
||||
/* 可选:定义文本标签的样式 */
|
||||
.icon-wrapper uni-text[data-v-1353b6cf] {
|
||||
margin-top: 5px; /* 文字与图标之间的间距 */
|
||||
}
|
||||
|
||||
39
distribution/unpackage/dist/dev/app-plus/pages/orderList/orderList.css
vendored
Normal file
39
distribution/unpackage/dist/dev/app-plus/pages/orderList/orderList.css
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
|
||||
/* 保持原有样式不变 */
|
||||
.order-list[data-v-1d51308d] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.order-details[data-v-1d51308d] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
padding: 5px 10px 5px 10px;
|
||||
border-bottom: 1px solid #f6f6f6;
|
||||
}
|
||||
.left-column[data-v-1d51308d],
|
||||
.right-column[data-v-1d51308d] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.userName[data-v-1d51308d],
|
||||
.orderMoney[data-v-1d51308d] {
|
||||
margin: 5px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
.orderTime[data-v-1d51308d],
|
||||
.orderState[data-v-1d51308d] {
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.userName[data-v-1d51308d] {
|
||||
color: #333;
|
||||
}
|
||||
.orderTime[data-v-1d51308d] {
|
||||
color: #666;
|
||||
}
|
||||
.orderMoney[data-v-1d51308d] {
|
||||
color: #007bff;
|
||||
}
|
||||
650
distribution/unpackage/dist/dev/app-plus/pages/purse/purse.css
vendored
Normal file
650
distribution/unpackage/dist/dev/app-plus/pages/purse/purse.css
vendored
Normal file
@ -0,0 +1,650 @@
|
||||
/**
|
||||
* 这里是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 */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.wallet-page[data-v-7378640c] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
.wallet-page .balance-section[data-v-7378640c] {
|
||||
padding: 16px;
|
||||
background-color: #5e7dec;
|
||||
color: #fff;
|
||||
}
|
||||
.wallet-page .balance-section .balance-label[data-v-7378640c] {
|
||||
margin-bottom: 8px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.wallet-page .balance-section .balance-amount[data-v-7378640c] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.wallet-page .balance-section .balance-amount .amount[data-v-7378640c] {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
padding: 20px;
|
||||
}
|
||||
.wallet-page .balance-section .balance-amount .view-detail[data-v-7378640c] {
|
||||
margin: 0 20px;
|
||||
border-radius: 15px;
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
color: #fff;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
line-height: inherit;
|
||||
padding: 8px 20px;
|
||||
/* 添加内边距 */
|
||||
}
|
||||
.wallet-page .balance-section .transactions-section[data-v-7378640c] {
|
||||
padding: 16px;
|
||||
border-top: 0.03125rem solid #e0e0e0;
|
||||
}
|
||||
.wallet-page .balance-section .transactions-section .transaction-item[data-v-7378640c] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 5px;
|
||||
}
|
||||
.wallet-page .balance-section .transactions-section .transaction-item .transaction-label[data-v-7378640c] {
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
}
|
||||
.wallet-page .menu-section[data-v-7378640c] {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.wallet-page .menu-section .menu-item[data-v-7378640c] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
padding: 16px;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.wallet-page .menu-section .menu-item .menu-title[data-v-7378640c] {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.wallet-page .menu-section .menu-item .menu-subtitle[data-v-7378640c] {
|
||||
font-size: 16px;
|
||||
color: #666;
|
||||
}
|
||||
.wallet-page .menu-section .menu-item .menu-icon[data-v-7378640c] {
|
||||
margin-left: auto;
|
||||
}
|
||||
.wallet-page .menu-section .menu-item .subtitles-container[data-v-7378640c] {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.wallet-page .menu-section .menu-item.today-bill .subtitles-container[data-v-7378640c] {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.wallet-page .menu-section .menu-item.today-bill .view-history[data-v-7378640c] {
|
||||
margin-left: 16px;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
}
|
||||
.wallet-page .no-bill-message[data-v-7378640c] {
|
||||
text-align: center;
|
||||
padding: 16px;
|
||||
color: #999;
|
||||
background-color: #fff;
|
||||
}
|
||||
858
distribution/unpackage/dist/dev/app-plus/pages/register/register.css
vendored
Normal file
858
distribution/unpackage/dist/dev/app-plus/pages/register/register.css
vendored
Normal file
@ -0,0 +1,858 @@
|
||||
/**
|
||||
* 这里是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 */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
@media screen and (max-width: 500px) {
|
||||
.hide-on-phone[data-v-ddf9e0a2] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.uni-stat__select[data-v-ddf9e0a2] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.uni-stat-box[data-v-ddf9e0a2] {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
.uni-stat__actived[data-v-ddf9e0a2] {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
.uni-label-text[data-v-ddf9e0a2] {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #6a6a6a;
|
||||
margin: auto 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.uni-select[data-v-ddf9e0a2] {
|
||||
font-size: 14px;
|
||||
border: 1px solid #e5e5e5;
|
||||
box-sizing: border-box;
|
||||
border-radius: 4px;
|
||||
padding: 0 5px;
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
border-bottom: solid 1px #e5e5e5;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
height: 35px;
|
||||
}
|
||||
.uni-select--disabled[data-v-ddf9e0a2] {
|
||||
background-color: #f5f7fa;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.uni-select__label[data-v-ddf9e0a2] {
|
||||
font-size: 16px;
|
||||
height: 35px;
|
||||
padding-right: 10px;
|
||||
color: #909399;
|
||||
}
|
||||
.uni-select__input-box[data-v-ddf9e0a2] {
|
||||
height: 35px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.uni-select__input[data-v-ddf9e0a2] {
|
||||
flex: 1;
|
||||
font-size: 14px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.uni-select__input-plac[data-v-ddf9e0a2] {
|
||||
font-size: 14px;
|
||||
color: #909399;
|
||||
}
|
||||
.uni-select__selector[data-v-ddf9e0a2] {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #EBEEF5;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||||
z-index: 3;
|
||||
padding: 4px 0;
|
||||
}
|
||||
.uni-select__selector-scroll[data-v-ddf9e0a2] {
|
||||
max-height: 200px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.uni-select__selector-empty[data-v-ddf9e0a2],
|
||||
.uni-select__selector-item[data-v-ddf9e0a2] {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
line-height: 35px;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
/* border-bottom: solid 1px $uni-border-3; */
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.uni-select__selector-item[data-v-ddf9e0a2]:hover {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.uni-select__selector-empty[data-v-ddf9e0a2]:last-child,
|
||||
.uni-select__selector-item[data-v-ddf9e0a2]:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.uni-select__selector__disabled[data-v-ddf9e0a2] {
|
||||
opacity: 0.4;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* picker 弹出层通用的指示小三角 */
|
||||
.uni-popper__arrow_bottom[data-v-ddf9e0a2],
|
||||
.uni-popper__arrow_bottom[data-v-ddf9e0a2]::after,
|
||||
.uni-popper__arrow_top[data-v-ddf9e0a2],
|
||||
.uni-popper__arrow_top[data-v-ddf9e0a2]::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 6px;
|
||||
}
|
||||
.uni-popper__arrow_bottom[data-v-ddf9e0a2] {
|
||||
filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
|
||||
top: -6px;
|
||||
left: 10%;
|
||||
margin-right: 3px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: #EBEEF5;
|
||||
}
|
||||
.uni-popper__arrow_bottom[data-v-ddf9e0a2]::after {
|
||||
content: " ";
|
||||
top: 1px;
|
||||
margin-left: -6px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
.uni-popper__arrow_top[data-v-ddf9e0a2] {
|
||||
filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
|
||||
bottom: -6px;
|
||||
left: 10%;
|
||||
margin-right: 3px;
|
||||
border-bottom-width: 0;
|
||||
border-top-color: #EBEEF5;
|
||||
}
|
||||
.uni-popper__arrow_top[data-v-ddf9e0a2]::after {
|
||||
content: " ";
|
||||
bottom: 1px;
|
||||
margin-left: -6px;
|
||||
border-bottom-width: 0;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
.uni-select__input-text[data-v-ddf9e0a2] {
|
||||
width: 100%;
|
||||
color: #333;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.uni-select__input-placeholder[data-v-ddf9e0a2] {
|
||||
color: #6a6a6a;
|
||||
font-size: 12px;
|
||||
}
|
||||
.uni-select--mask[data-v-ddf9e0a2] {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.container[data-v-bac4a35d] {
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.header[data-v-bac4a35d] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header .title[data-v-bac4a35d] {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.form .input-group[data-v-bac4a35d] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.form .input-group .label[data-v-bac4a35d] {
|
||||
flex: 1;
|
||||
font-size: 14px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.form .input-group .input[data-v-bac4a35d] {
|
||||
flex: 3;
|
||||
}
|
||||
.form .input-group .input .styled-input[data-v-bac4a35d] {
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
background-color: rgba(255, 235, 59, 0.6);
|
||||
/* 淡黄色并带有透明度 */
|
||||
border: none;
|
||||
border-radius: 20px;
|
||||
/* 圆角 */
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
|
||||
/* 添加阴影以创建立体效果 */
|
||||
outline: none;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
.form .input-group .input .styled-input[data-v-bac4a35d]:focus {
|
||||
background-color: rgba(255, 235, 59, 0.8);
|
||||
/* 增加透明度 */
|
||||
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
/* 更强的阴影 */
|
||||
}
|
||||
.form .button[data-v-bac4a35d] {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.form .button .styled-button[data-v-bac4a35d] {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
background-color: #5e7dec;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
line-height: inherit;
|
||||
transition: background-color 0.2s;
|
||||
}
|
||||
.form .button .styled-button[data-v-bac4a35d]:hover {
|
||||
background-color: #5e7dec;
|
||||
}
|
||||
|
||||
/* 新增radio样式 */
|
||||
.radio-group[data-v-bac4a35d] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
.radio-group .radio-label[data-v-bac4a35d] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 30px;
|
||||
font-size: 14px;
|
||||
/* 移除直接对radio的样式操作 */
|
||||
/* 改为通过包裹元素实现间距 */
|
||||
}
|
||||
.radio-group .radio-label .radio-wrapper[data-v-bac4a35d] {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
/* 新增下拉选择样式 */
|
||||
.distribution-select[data-v-bac4a35d] {
|
||||
width: 100%;
|
||||
}
|
||||
.distribution-select .uni-select[data-v-bac4a35d] {
|
||||
padding: 10px;
|
||||
background-color: rgba(255, 235, 59, 0.6);
|
||||
border-radius: 20px;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
.distribution-select .uni-select[data-v-bac4a35d]::after {
|
||||
border-color: #5e7dec;
|
||||
/* 下拉箭头颜色 */
|
||||
}
|
||||
305
distribution/unpackage/dist/dev/app-plus/pages/takePhoto/takePhoto.css
vendored
Normal file
305
distribution/unpackage/dist/dev/app-plus/pages/takePhoto/takePhoto.css
vendored
Normal file
@ -0,0 +1,305 @@
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.uni-file-picker__container[data-v-bdfc07e0] {
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
flex-wrap: wrap;
|
||||
margin: -5px;
|
||||
}
|
||||
.file-picker__box[data-v-bdfc07e0] {
|
||||
position: relative;
|
||||
width: 33.3%;
|
||||
height: 0;
|
||||
padding-top: 33.33%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.file-picker__box-content[data-v-bdfc07e0] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: 5px;
|
||||
border: 1px #eee solid;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.file-picker__progress[data-v-bdfc07e0] {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
/* border: 1px red solid; */
|
||||
z-index: 2;
|
||||
}
|
||||
.file-picker__progress-item[data-v-bdfc07e0] {
|
||||
width: 100%;
|
||||
}
|
||||
.file-picker__mask[data-v-bdfc07e0] {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.file-image[data-v-bdfc07e0] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.is-add[data-v-bdfc07e0] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.icon-add[data-v-bdfc07e0] {
|
||||
width: 50px;
|
||||
height: 5px;
|
||||
background-color: #f1f1f1;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.rotate[data-v-bdfc07e0] {
|
||||
position: absolute;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.icon-del-box[data-v-bdfc07e0] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 2;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
.icon-del[data-v-bdfc07e0] {
|
||||
width: 15px;
|
||||
height: 2px;
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
}
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.uni-file-picker__files[data-v-a54939c6] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.uni-file-picker__lists[data-v-a54939c6] {
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.file-picker__mask[data-v-a54939c6] {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.uni-file-picker__lists-box[data-v-a54939c6] {
|
||||
position: relative;
|
||||
}
|
||||
.uni-file-picker__item[data-v-a54939c6] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px 10px;
|
||||
padding-right: 5px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.files-border[data-v-a54939c6] {
|
||||
border-top: 1px #eee solid;
|
||||
}
|
||||
.files__name[data-v-a54939c6] {
|
||||
flex: 1;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
margin-right: 25px;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.icon-files[data-v-a54939c6] {
|
||||
position: static;
|
||||
background-color: initial;
|
||||
}
|
||||
.is-list-card[data-v-a54939c6] {
|
||||
border: 1px #eee solid;
|
||||
margin-bottom: 5px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
|
||||
padding: 5px;
|
||||
}
|
||||
.files__image[data-v-a54939c6] {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.header-image[data-v-a54939c6] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.is-text-box[data-v-a54939c6] {
|
||||
border: 1px #eee solid;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.is-text-image[data-v-a54939c6] {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.rotate[data-v-a54939c6] {
|
||||
position: absolute;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.icon-del-box[data-v-a54939c6] {
|
||||
display: flex;
|
||||
margin: auto 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0;
|
||||
right: 5px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
z-index: 2;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
.icon-del[data-v-a54939c6] {
|
||||
width: 15px;
|
||||
height: 1px;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.uni-file-picker[data-v-6223573f] {
|
||||
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
||||
flex: 1;
|
||||
}
|
||||
.uni-file-picker__header[data-v-6223573f] {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
display: flex;
|
||||
|
||||
justify-content: space-between;
|
||||
}
|
||||
.file-title[data-v-6223573f] {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
}
|
||||
.file-count[data-v-6223573f] {
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
}
|
||||
.is-add[data-v-6223573f] {
|
||||
|
||||
display: flex;
|
||||
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.icon-add[data-v-6223573f] {
|
||||
width: 50px;
|
||||
height: 5px;
|
||||
background-color: #f1f1f1;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.rotate[data-v-6223573f] {
|
||||
position: absolute;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.example-body {
|
||||
padding: 10px;
|
||||
padding-top: 0;
|
||||
}
|
||||
0
distribution/unpackage/dist/dev/app-plus/pages/test/test.css
vendored
Normal file
0
distribution/unpackage/dist/dev/app-plus/pages/test/test.css
vendored
Normal file
Reference in New Issue
Block a user