From ce114e1f7e349559c1abd106b83d7595d8646393 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期五, 29 七月 2022 11:17:28 +0800
Subject: [PATCH] '日计划'
---
pages/jihua/jihua.vue | 34 +++++++++++++++++++++++-----------
1 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/pages/jihua/jihua.vue b/pages/jihua/jihua.vue
index 66ad5a9..cea9f01 100644
--- a/pages/jihua/jihua.vue
+++ b/pages/jihua/jihua.vue
@@ -283,6 +283,15 @@
height: vww(16);
width: vww(100);
}
+ .u-button{
+ position: fixed!important;
+ left: 50%;
+ bottom: vww(20);
+ width: vww(200)!important;
+ transform: translateX(-50%);
+ border-radius: vww(20);
+ z-index: 9999;
+ }
.u-radio-group--row {
height: 100%;
width: 100%;
@@ -291,9 +300,12 @@
}
.u-radio__icon-wrap {
- width: vww(14) !important;
- height: vww(14) !important;
- ;
+ width: vww(18) !important;
+ height: vww(18) !important;
+ }
+ .u-icon__icon{
+ font-size: vww(12)!important;
+ line-height: vww(12)!important;
}
}
@@ -315,14 +327,14 @@
display: flex;
flex-direction: column;
- .xiugai-btn {
- position: fixed;
- left: 50%;
- bottom: vww(20);
- width: vww(200);
- transform: translateX(-50%);
- border-radius: vww(20);
- }
+ // .xiugai-btn {
+ // position: absolute;
+ // left: 50%;
+ // bottom: vww(20);
+ // width: vww(200);
+ // transform: translateX(-50%);
+ // border-radius: vww(20);
+ // }
}
.jihua-main {
--
Gitblit v1.9.1