/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .uni-top-tabbar[data-v-f7b784a4] { /* 以下3项设置用于开启底部阴影显示 */ /* position: relative; z-index: 1; overflow: visible; */ } .uni-top-tabbar .uni-swiper-tab[data-v-f7b784a4] { height: 3.125rem; } .uni-top-tabbar .uni-swiper-tab .swiper-tab-list[data-v-f7b784a4] { font-size: 0.875rem; font-weight: normal; line-height: 2.5625rem; width: 48%; display: flex; flex-direction: column; align-items: center; } .uni-top-tabbar .uni-swiper-tab .active .swiper-tab-line[data-v-f7b784a4] { height: 0.1875rem; width: 100%; } .uni-page[data-v-a6f918db]{ width: 100%; height: 100%; } .container[data-v-a6f918db] { height: 100%; background: linear-gradient(to bottom, #007545 -40%, #f0f5f5 40%, #f0f5f5 100%); box-sizing: border-box; display: flex; flex-direction: column; } .account_number[data-v-a6f918db]{ width: 100%; display: flex; justify-content: center; } .account[data-v-a6f918db]{ font-size: 1rem; } .login_imgae1[data-v-a6f918db]{ margin-right: 0.625rem; width: 1.25rem; height: 1.25rem; } .weui-input[data-v-a6f918db]{ flex: 1; height: 2.5rem; } .password[data-v-a6f918db]{ width: 90%; display: flex; align-items: center; font-size: 0.875rem; padding:0 0.625rem; border:0.03125rem #cccccc solid; box-sizing: border-box; border-radius: 3.125rem; background-color: #f0f5f5; } .toptabbar[data-v-a6f918db] { width: 100%; height: 2.5rem; margin-top: 20px; padding: 0.3125rem 0.625rem; box-sizing: border-box; } .data_list[data-v-a6f918db] { width: 100%; flex: 1; overflow-y: auto; display: flex; flex-direction: column; padding: 10px; box-sizing: border-box; } .empty-tip[data-v-a6f918db] { text-align: center; color: #999; font-size: 14px; padding: 20px; } .card[data-v-a6f918db]{ width: 90%; } .card_image[data-v-a6f918db]{ width: 5rem; height: 5rem; border-radius: 0.3125rem; } .card_box[data-v-a6f918db]{ width: 100%; height: 6.25rem; box-sizing: border-box; border-radius: 0.3125rem; background-color: #ffffff; display: flex; align-items: center; padding: 0.9375rem; margin-top: 0.625rem; } .card_title[data-v-a6f918db]{ flex: 1; margin-left: 0.625rem; display: flex; flex-direction: column; } .card_title1[data-v-a6f918db]{ font-size: 1.125rem; } .card_title2[data-v-a6f918db]{ font-size: 0.875rem; color: #ccc; margin-top: 0.3125rem; } .card_title3[data-v-a6f918db]{ font-size: 0.875rem; color: #ccc; margin-top: 0.25rem; } .uni-top-tabbar[data-v-a6f918db]{ height: 3.125rem; }