Commit 728edec2 authored by youjie's avatar youjie

no message

parent a6379ba0
<style lang="scss" scoped>
@import url("@/asset/css/flex.css");
.billDetailsHeaderBox{
background: linear-gradient(-30deg, #4779FF, #47A5FF);
background: linear-gradient(-30deg, #47A5FF, #4779FF);
}
.billDetailsTitle{
position: relative;
......@@ -13,7 +13,7 @@
top: 0;
right: 0;
z-index: 2;
background: linear-gradient(-30deg, #4779FF, #47A5FF);
background: linear-gradient(-30deg, #47A5FF, #4779FF);
}
.billDetailsTitle.fixed .billDetailsTsBox{
top: 22rpx;
......
......@@ -2,7 +2,7 @@
@import url("@/asset/css/flex.css");
.itinInfoHeaderBox{
background: linear-gradient(-30deg, #4779FF, #47A5FF);
background: linear-gradient(-30deg, #47A5FF, #4779FF);
}
.itinInfoTitle{
position: relative;
......@@ -14,7 +14,7 @@
top: 0;
right: 0;
z-index: 2;
background: linear-gradient(-30deg, #4779FF, #47A5FF);
background: linear-gradient(-30deg, #47A5FF, #4779FF);
}
.itinInfoTitle.fixed .itinInfoTsBox{
top: 22rpx;
......
......@@ -6,7 +6,7 @@
overflow: hidden;
}
.opiSurHeader{
background: linear-gradient(-30deg, #4779FF, #47A5FF);
background: linear-gradient(-30deg, #47A5FF, #4779FF);
}
.opiSurTitle view{
padding: 5rpx 20rpx;
......
......@@ -6,7 +6,7 @@
overflow: hidden;
}
.roomHeader{
background: linear-gradient(-30deg, #4779FF, #47A5FF);
background: linear-gradient(-30deg, #47A5FF, #4779FF);
// position: fixed;
// left: 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