Commit 707921f4 authored by 黄奎's avatar 黄奎

no message

parent 96cbd007
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
.LeaveGroupDownload-form td, .LeaveGroupDownload-form iframe { .LeaveGroupDownload-form td, .LeaveGroupDownload-form iframe {
font-family: Microsoft JhengHei, sans-serif !important; font-family: Microsoft JhengHei, sans-serif !important;
} }
.LeaveGroupDownload-form .expense .right .expense-table { .LeaveGroupDownload-form .expense .right .expense-table {
width: 100%; width: 100%;
table-layout: fixed; table-layout: fixed;
...@@ -20,7 +21,8 @@ ...@@ -20,7 +21,8 @@
border-bottom: none; border-bottom: none;
margin-top: 30px; margin-top: 30px;
} }
.LeaveGroupDownload-form .expense .right .expense-table th {
.LeaveGroupDownload-form .expense .right .expense-table th {
background: #bbb; background: #bbb;
height: 28px; height: 28px;
vertical-align: middle; vertical-align: middle;
...@@ -29,98 +31,124 @@ ...@@ -29,98 +31,124 @@
/* font-family: 'PingFangR'; */ /* font-family: 'PingFangR'; */
width: 150px; width: 150px;
color: #333; color: #333;
} }
.LeaveGroupDownload-form .expense .right .expense-table tr td {
.LeaveGroupDownload-form .expense .right .expense-table tr td {
text-align: center; text-align: center;
padding: 5px 0 !important; padding: 5px 0 !important;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #666 !important; color: #666 !important;
} }
.bjE6{
.bjE6 {
background: #e6e6e6; background: #e6e6e6;
} }
.bjF6{
.bjF6 {
background: #f6f6f6; background: #f6f6f6;
} }
.relative{
.relative {
position: relative; position: relative;
} }
.absolute{
.absolute {
position: absolute; position: absolute;
} }
.z-index1{
.z-index1 {
z-index: 1; z-index: 1;
} }
.z-index2{
.z-index2 {
z-index: 2; z-index: 2;
} }
.z-index3{
.z-index3 {
z-index: 3; z-index: 3;
} }
.row{
.row {
display: flex; display: flex;
} }
.row-aic{
.row-aic {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.row-ajc{
.row-ajc {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.row-sb{
display:flex; .row-sb {
display: flex;
justify-content: space-between; justify-content: space-between;
} }
.row-sb-nowrap{
display:flex; .row-sb-nowrap {
display: flex;
justify-content: space-between; justify-content: space-between;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.column{
display:flex; .column {
display: flex;
flex-direction: column; flex-direction: column;
} }
.column-ajc{
display:flex; .column-ajc {
display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.marginL20{
.marginL20 {
margin-left: 20px; margin-left: 20px;
} }
.marginL11{
.marginL11 {
margin-left: 11px; margin-left: 11px;
} }
.marginL15{
.marginL15 {
margin-left: 15px; margin-left: 15px;
} }
.marginT20{
.marginT20 {
margin-top: 20px; margin-top: 20px;
} }
.marginT10{
.marginT10 {
margin-top: 10px; margin-top: 10px;
} }
.marginT13{
.marginT13 {
margin-top: 13px; margin-top: 13px;
} }
.marginT14{
.marginT14 {
margin-top: 14px; margin-top: 14px;
} }
.pkey { .pkey {
color: grey !important; color: grey !important;
} }
.pvalue { .pvalue {
color: #000; color: #000;
font-weight: 700; font-weight: 700;
} }
.detail-box .hangban-info { .detail-box .hangban-info {
width: 100%; width: 100%;
background: unset; background: unset;
paddong: 0px; paddong: 0px;
} }
.detail-box .hangban-info { .detail-box .hangban-info {
background-color: #f7f7f7; background-color: #f7f7f7;
padding: 20px 0px 15px 0px; padding: 20px 0px 15px 0px;
...@@ -128,47 +156,58 @@ ...@@ -128,47 +156,58 @@
margin: 0 auto; margin: 0 auto;
box-sizing: border-box; box-sizing: border-box;
} }
.hangban-info { .hangban-info {
background: #FFF !important; background: #FFF !important;
} }
.trip-v3-base { .trip-v3-base {
margin-top: 20px !important; margin-top: 20px !important;
width: 100% !important; width: 100% !important;
border-collapse: collapse !important; border-collapse: collapse !important;
} }
.travelControlTrip * { .travelControlTrip * {
page-break-inside: avoid; page-break-inside: avoid;
} }
.baseTable .essential-item.jianju { .baseTable .essential-item.jianju {
border-right: 5px solid #FFF; border-right: 5px solid #FFF;
border-bottom: 5px solid #FFF; border-bottom: 5px solid #FFF;
} }
.baseTable .essential-item { .baseTable .essential-item {
background: #eee; background: #eee;
} }
.travelControlTrip .essential-item { .travelControlTrip .essential-item {
width: 320px; width: 320px;
height: 100px; height: 100px;
box-sizing: border-box; box-sizing: border-box;
padding-left: 20px; padding-left: 20px;
} }
.baseTable .essential-item.jianju_b { .baseTable .essential-item.jianju_b {
border-bottom: 5px solid #FFF; border-bottom: 5px solid #FFF;
} }
.travelControlTrip .essential-item p.pvalue { .travelControlTrip .essential-item p.pvalue {
font-size: 18px; font-size: 18px;
color: #000; color: #000;
margin-top: 5px; margin-top: 5px;
} }
.trip-v3-title.small-margin { .trip-v3-title.small-margin {
margin-bottom: 20px; margin-bottom: 20px;
} }
.trip-v3-title { .trip-v3-title {
font-size: 36px !important; font-size: 36px !important;
font-weight: bolder !important; font-weight: bolder !important;
margin-top: 40px !important; margin-top: 40px !important;
text-align: center; text-align: center;
} }
.LeaveGroupDownload-form .flight_header th { .LeaveGroupDownload-form .flight_header th {
font-size: 20px !important; font-size: 20px !important;
font-weight: 700 !important; font-weight: 700 !important;
...@@ -177,62 +216,74 @@ ...@@ -177,62 +216,74 @@
border-bottom: 1px solid #929292; border-bottom: 1px solid #929292;
text-align: left; text-align: left;
} }
.LeaveGroupDownload-form .flight_header th span {
.LeaveGroupDownload-form .flight_header th span {
font-size: 12px; font-size: 12px;
font-weight: 400; font-weight: 400;
vertical-align: 3px; vertical-align: 3px;
margin-left: 1px; margin-left: 1px;
color: #CCC; color: #CCC;
} }
.LeaveGroupDownload-form .flight_list tbody tr:first-child td { .LeaveGroupDownload-form .flight_list tbody tr:first-child td {
padding-top: 12px !important; padding-top: 12px !important;
} }
.LeaveGroupDownload-form .flight_list td { .LeaveGroupDownload-form .flight_list td {
font-size: 15px; font-size: 15px;
height: 34px; height: 34px;
vertical-align: middle; vertical-align: middle;
background: #ffffff; background: #ffffff;
} }
.travelDays-form{
.travelDays-form {
top: 112px; top: 112px;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
} }
.travelDaysTitlle-left{
.travelDaysTitlle-left {
flex-shrink: 0; flex-shrink: 0;
} }
.travelDaysTitlle-left-text{
.travelDaysTitlle-left-text {
width: 173px; width: 173px;
height: 173px; height: 173px;
background: url('https://imgfile.oytour.com/Static/NewTripFeature/Shape.png')no-repeat center; background: url('https://imgfile.oytour.com/Static/NewTripFeature/Shape.png')no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
} }
.travelDaysTitlle-left-text span{
.travelDaysTitlle-left-text span {
font-family: FZCuSong-B09S !important; font-family: FZCuSong-B09S !important;
} }
.travelDaysTitlle-left-textOne{
.travelDaysTitlle-left-textOne {
font-size: 79px; font-size: 79px;
font-weight: 400; font-weight: 400;
color: #2A2A2A; color: #2A2A2A;
line-height: 55px; line-height: 55px;
margin-top: 15px; margin-top: 15px;
} }
.travelDaysTitlle-left-textTwo{
.travelDaysTitlle-left-textTwo {
font-size: 47px; font-size: 47px;
font-weight: 800; font-weight: 800;
color: #2A2A2A; color: #2A2A2A;
line-height: 55px; line-height: 55px;
margin-top: 10px; margin-top: 10px;
} }
.travelDaysTitlle-left-textTwo span{
.travelDaysTitlle-left-textTwo span {
font-family: PingFang SC !important; font-family: PingFang SC !important;
} }
.travelDaysTitlle-right{
.travelDaysTitlle-right {
flex-grow: 1; flex-grow: 1;
margin-left: 21px; margin-left: 21px;
} }
.travelDaysTitlle-right-text{
.travelDaysTitlle-right-text {
min-height: 124px; min-height: 124px;
/* padding: 25px 25px 25px 36px; */ /* padding: 25px 25px 25px 36px; */
padding: 0 25px 0 36px; padding: 0 25px 0 36px;
...@@ -242,29 +293,34 @@ ...@@ -242,29 +293,34 @@
-ms-border-radius: 100px 0px 0px 100px; -ms-border-radius: 100px 0px 0px 100px;
-o-border-radius: 100px 0px 0px 100px; -o-border-radius: 100px 0px 0px 100px;
} }
.travelDaysMasterMap{
.travelDaysMasterMap {
margin-top: 14px; margin-top: 14px;
margin-bottom: 41px; margin-bottom: 41px;
height: 632px; /*height: 632px;*/
flex:1;
overflow: hidden; overflow: hidden;
} }
.travelDaysMasterMap img{
.travelDaysMasterMap img {
left: 0; left: 0;
top: 0; top: 0;
right: 0; right: 0;
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.travelDaysMasterMap-one{
.travelDaysMasterMap-one {
} }
.travelDaysMasterMap-oneImg{
.travelDaysMasterMap-oneImg {
width: 100%; width: 100%;
height: 0; height: 0;
padding-top: 100%; padding-top: 100%;
} }
.travelDaysMasterMap-text{
.travelDaysMasterMap-text {
left: 15px; left: 15px;
right: 15px; right: 15px;
bottom: 19px; bottom: 19px;
...@@ -276,46 +332,56 @@ ...@@ -276,46 +332,56 @@
line-height: 34px; line-height: 34px;
text-align: center; text-align: center;
} }
.travelDaysMasterMap-two{
.travelDaysMasterMap-two {
top: 54px; top: 54px;
right: 50px; right: 50px;
} }
.travelDaysMasterMap-twoImg{
.travelDaysMasterMap-twoImg {
max-width: 335px; max-width: 335px;
max-height: 189px; max-height: 189px;
overflow: hidden; overflow: hidden;
border: 2px solid #FFFFFF; border: 2px solid #FFFFFF;
border-radius: 18px; border-radius: 18px;
} }
.travelDaysMasterMap-text.textTwo{
.travelDaysMasterMap-text.textTwo {
font-size: 26px; font-size: 26px;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
line-height: 34px; line-height: 34px;
} }
.travelDaysContent{
/* min-height: 360px; */ .travelDaysContent {
min-height: 360px;
max-height:600px;
overflow:hidden;
line-height: 38px; line-height: 38px;
padding: 0 44px 265px 44px; padding: 0 36px;
/* margin: 41px 0 47px 0; */ /* margin: 41px 0 47px 0; */
} }
.travelDaysContent-text{
.travelDaysContent-text {
font-size: 21px; font-size: 21px;
font-weight: 10; font-weight: 10;
color: #2A2A2A; color: #2A2A2A;
} }
.travelDaysContent-text span{
.travelDaysContent-text span {
font-size: 21px; font-size: 21px;
line-height: 38px; line-height: 38px;
font-weight: bold; font-weight: bold;
} }
.travelDaysdetails{
.travelDaysdetails {
left: 0; left: 0;
right: 0; right: 0;
bottom: 115px; bottom: 115px;
padding: 47px 36px 0 36px; margin: 44px 36px;
} }
.travelDaysdetailsBJ{
.travelDaysdetailsBJ {
border-radius: 100px; border-radius: 100px;
flex-wrap: wrap; flex-wrap: wrap;
padding: 20px 35px; padding: 20px 35px;
...@@ -324,18 +390,21 @@ ...@@ -324,18 +390,21 @@
-ms-border-radius: 100px; -ms-border-radius: 100px;
-o-border-radius: 100px; -o-border-radius: 100px;
} }
.travelDaysdetails-text{
.travelDaysdetails-text {
flex-wrap: nowrap; flex-wrap: nowrap;
margin-right: 46px; margin-right: 46px;
} }
.travelDaysdetails-text span{
.travelDaysdetails-text span {
font-size: 21px; font-size: 21px;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #2A2A2A; color: #2A2A2A;
line-height: 34px; line-height: 34px;
} }
.travelDaysdetails-text div p{
.travelDaysdetails-text div p {
font-size: 21px; font-size: 21px;
font-weight: 100; font-weight: 100;
color: #2A2A2A; color: #2A2A2A;
...@@ -345,7 +414,8 @@ ...@@ -345,7 +414,8 @@
padding: 0; padding: 0;
margin: 0; margin: 0;
margin-right: 10px; margin-right: 10px;
} }
.LeaveGroupDownload-form .travelControlTrip .module-title { .LeaveGroupDownload-form .travelControlTrip .module-title {
text-align: center; text-align: center;
font-size: 18px; font-size: 18px;
...@@ -353,20 +423,24 @@ ...@@ -353,20 +423,24 @@
padding-top: 30px; padding-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
} }
.LeaveGroupDownload-form .expense{
.LeaveGroupDownload-form .expense {
padding: 0 20px; padding: 0 20px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.LeaveGroupDownload-form .expense .right{
.LeaveGroupDownload-form .expense .right {
margin-bottom: 20px; margin-bottom: 20px;
} }
.LeaveGroupDownload-form .expense .right *{
.LeaveGroupDownload-form .expense .right * {
color: #000000 !important; color: #000000 !important;
font-size: 15px !important; font-size: 15px !important;
padding: 0 !important; padding: 0 !important;
margin: 0 !important; margin: 0 !important;
line-height: 160%; line-height: 160%;
} }
.UpgradedVersion-header { .UpgradedVersion-header {
top: 0; top: 0;
left: 0; left: 0;
...@@ -413,28 +487,35 @@ ...@@ -413,28 +487,35 @@
font-family: FZCuSong-B09S; font-family: FZCuSong-B09S;
color: #2A2A2A; color: #2A2A2A;
} }
.UpgradedVersion-box{
.UpgradedVersion-box {
width: 1123px; width: 1123px;
height: 1588px; height: 1588px;
overflow: hidden; overflow: hidden;
} }
.UpgradedVersion-homebj{
.UpgradedVersion-homebj {
background: url('https://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center; background: url('https://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
} }
.UpgradedVersion-introduceBj{
.UpgradedVersion-introduceBj {
background: url('https://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center; background: url('https://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
} }
.UpgradedVersion-otherBj{
.UpgradedVersion-otherBj {
background: #fff; background: #fff;
} }
.UpgradedVersion-Hover{
.UpgradedVersion-Hover {
cursor: pointer; cursor: pointer;
} }
.UpgradedVersion-Hover:hover .featureControls{
.UpgradedVersion-Hover:hover .featureControls {
opacity: 1; opacity: 1;
} }
.otherJourney-introduceFooter { .otherJourney-introduceFooter {
left: 0; left: 0;
right: 0; right: 0;
...@@ -463,16 +544,17 @@ ...@@ -463,16 +544,17 @@
margin-left: 5px; margin-left: 5px;
} }
.introduceFooter-text {} .introduceFooter-text {
}
.introduceFooter-text img { .introduceFooter-text img {
width: 28px; width: 28px;
height: 28px; height: 28px;
display: inline-block; display: inline-block;
margin: 0 9px; margin: 0 9px;
} }
.introduceFooter-text .edit_div { .introduceFooter-text .edit_div {
line-height: 34px; line-height: 34px;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
...@@ -481,7 +563,7 @@ ...@@ -481,7 +563,7 @@
font-weight: 400; font-weight: 400;
color: #2A2A2A; color: #2A2A2A;
margin: 0 9px 0 0; margin: 0 9px 0 0;
} }
.otherJourney-footer .edit_div { .otherJourney-footer .edit_div {
display: none; display: none;
......
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