123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .my.data-v-0be17cc6 {
- background: linear-gradient(to bottom, #d7f3f9, #f3f3f3);
- width: 100vw;
- height: 100vh;
- position: relative;
- }
- .title.data-v-0be17cc6 {
- width: 100%;
- padding-bottom: 20rpx;
- }
- .title .titles.data-v-0be17cc6 {
- text-align: center;
- font-size: 36rpx;
- font-family: Georgia, 'Times New Roman', Times, serif;
- font-weight: bold;
- padding-top: 10rpx;
- }
- .title .back.data-v-0be17cc6 {
- position: absolute;
- left: 30rpx;
- width: 80rpx;
- height: 35rpx;
- }
- .title .back image.data-v-0be17cc6 {
- width: 18rpx;
- height: 100%;
- }
- .login.data-v-0be17cc6 {
- display: flex;
- padding-top: 40rpx;
- padding-left: 40rpx;
- align-items: center;
- }
- .login .head.data-v-0be17cc6 {
- border-radius: 100px;
- overflow: hidden;
- width: 108rpx;
- height: 108rpx;
- background-color: #ccc;
- background-image: url("https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132");
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
- .login image.data-v-0be17cc6 {
- width: 108rpx;
- height: 108rpx;
- }
- .login ._span.data-v-0be17cc6 {
- font-size: 36rpx;
- color: #1A1A1A;
- font-family: monospace;
- font-weight: bold;
- padding-left: 30rpx;
- }
- .my_list.data-v-0be17cc6 {
- bottom: 0;
- width: calc(100% - 60rpx);
- height: 60vh;
- border-top-left-radius: 30rpx;
- border-top-right-radius: 30rpx;
- padding: 0 30rpx;
- padding-top: 50rpx;
- display: flex;
- justify-content: space-around;
- }
- .my_list .item.data-v-0be17cc6 {
- height: 100rpx;
- line-height: 100rpx;
- position: relative;
- text-align: center;
- }
- .my_list .item image.data-v-0be17cc6 {
- width: 80rpx;
- height: 80rpx;
- }
- .my_list .item view.data-v-0be17cc6 {
- font-size: 26rpx;
- color: #707678;
- height: 30rpx;
- line-height: 30rpx;
- }
- .account.data-v-0be17cc6 {
- background-color: #5ebad6;
- color: #fff;
- border-radius: 10rpx;
- width: calc(90% - 60rpx);
- margin: 30rpx auto;
- padding: 20rpx 30rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .account .money.data-v-0be17cc6 {
- font-size: 40rpx;
- }
- .account .btn.data-v-0be17cc6 {
- display: flex;
- }
- .account .btn view.data-v-0be17cc6 {
- background-color: #ffebd5;
- color: #0e0d0d;
- padding: 10rpx 30rpx;
- border-radius: 50rpx;
- margin-left: 20rpx;
- font-size: 28rpx;
- }
- .account .btn view.data-v-0be17cc6:first-child {
- background-color: #75dbf5;
- color: #fff;
- }
- .qr_code.data-v-0be17cc6 {
- width: 100vw;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.8);
- z-index: 999999;
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .qr_code .img_box.data-v-0be17cc6 {
- background-color: #fff;
- border-radius: 20rpx;
- }
- .qr_code .img_box image.data-v-0be17cc6 {
- width: 400rpx;
- height: 400rpx;
- }
|