|
@@ -59,6 +59,40 @@
|
|
},
|
|
},
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
+
|
|
|
|
+<style>
|
|
|
|
+ /*每个页面公共css */
|
|
|
|
+ @import url("@/static/style/style.css");
|
|
|
|
+ @import url("@/static/style/icon.css");
|
|
|
|
+ @import url("@/static/style/color.css");
|
|
|
|
+
|
|
|
|
+ page {
|
|
|
|
+ background: #f5f5f5;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .my-button {
|
|
|
|
+ border-radius: 0px;
|
|
|
|
+ transform: initial;
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .my-button:after {
|
|
|
|
+ border-width: 0px !important;
|
|
|
|
+ border-radius: 0px !important;
|
|
|
|
+ transform: initial;
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .bule_line {
|
|
|
|
+ width: 10rpx;
|
|
|
|
+ height: 30rpx;
|
|
|
|
+ background-color: #1e8ff9;
|
|
|
|
+ border-radius: 6rpx;
|
|
|
|
+ box-shadow: 0px 2px 4px 0px rgba(121, 190, 254, 0.59);
|
|
|
|
+ }
|
|
|
|
+</style>
|
|
uni.getSystemInfo({
|
|
uni.getSystemInfo({
|
|
success: (e) => {
|
|
success: (e) => {
|
|
let statusBar = 0
|
|
let statusBar = 0
|
|
@@ -99,37 +133,3 @@ this.globalData.SET_CUSTOM_BAR = customBar
|
|
this.globalData.SET_STATUS_BAR = statusBar
|
|
this.globalData.SET_STATUS_BAR = statusBar
|
|
}
|
|
}
|
|
})
|
|
})
|
|
-
|
|
|
|
-<style>
|
|
|
|
- /*每个页面公共css */
|
|
|
|
- @import url("@/static/style/style.css");
|
|
|
|
- @import url("@/static/style/icon.css");
|
|
|
|
- @import url("@/static/style/color.css");
|
|
|
|
-
|
|
|
|
- page {
|
|
|
|
- background: #f5f5f5;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .my-button {
|
|
|
|
- border-radius: 0px;
|
|
|
|
- transform: initial;
|
|
|
|
- background-color: transparent;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .my-button:after {
|
|
|
|
- border-width: 0px !important;
|
|
|
|
- border-radius: 0px !important;
|
|
|
|
- transform: initial;
|
|
|
|
- background-color: transparent;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .bule_line {
|
|
|
|
- width: 10rpx;
|
|
|
|
- height: 30rpx;
|
|
|
|
- background-color: #1e8ff9;
|
|
|
|
- border-radius: 6rpx;
|
|
|
|
- box-shadow: 0px 2px 4px 0px rgba(121, 190, 254, 0.59);
|
|
|
|
- }
|
|
|
|
-</style>
|
|
|