Commit 728edec2 authored by youjie's avatar youjie

no message

parent a6379ba0
<style lang="scss" scoped> <style lang="scss" scoped>
@import url("@/asset/css/flex.css"); @import url("@/asset/css/flex.css");
.billDetailsHeaderBox{ .billDetailsHeaderBox{
background: linear-gradient(-30deg, #4779FF, #47A5FF); background: linear-gradient(-30deg, #47A5FF, #4779FF);
} }
.billDetailsTitle{ .billDetailsTitle{
position: relative; position: relative;
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
top: 0; top: 0;
right: 0; right: 0;
z-index: 2; z-index: 2;
background: linear-gradient(-30deg, #4779FF, #47A5FF); background: linear-gradient(-30deg, #47A5FF, #4779FF);
} }
.billDetailsTitle.fixed .billDetailsTsBox{ .billDetailsTitle.fixed .billDetailsTsBox{
top: 22rpx; top: 22rpx;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@import url("@/asset/css/flex.css"); @import url("@/asset/css/flex.css");
.itinInfoHeaderBox{ .itinInfoHeaderBox{
background: linear-gradient(-30deg, #4779FF, #47A5FF); background: linear-gradient(-30deg, #47A5FF, #4779FF);
} }
.itinInfoTitle{ .itinInfoTitle{
position: relative; position: relative;
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
top: 0; top: 0;
right: 0; right: 0;
z-index: 2; z-index: 2;
background: linear-gradient(-30deg, #4779FF, #47A5FF); background: linear-gradient(-30deg, #47A5FF, #4779FF);
} }
.itinInfoTitle.fixed .itinInfoTsBox{ .itinInfoTitle.fixed .itinInfoTsBox{
top: 22rpx; top: 22rpx;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
overflow: hidden; overflow: hidden;
} }
.opiSurHeader{ .opiSurHeader{
background: linear-gradient(-30deg, #4779FF, #47A5FF); background: linear-gradient(-30deg, #47A5FF, #4779FF);
} }
.opiSurTitle view{ .opiSurTitle view{
padding: 5rpx 20rpx; padding: 5rpx 20rpx;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
overflow: hidden; overflow: hidden;
} }
.roomHeader{ .roomHeader{
background: linear-gradient(-30deg, #4779FF, #47A5FF); background: linear-gradient(-30deg, #47A5FF, #4779FF);
// position: fixed; // position: fixed;
// left: 0; // left: 0;
// right: 0; // right: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment