123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- .com-main {
- color: #101010;
- max-width: 1400px;
- box-sizing: border-box;
- .order-detail-part {
- max-width: 1400px;
- width: 100%;
- margin: 0 auto;
- }
- .breadcrumb {
- font-size: 14px;
- color: #8f9ab5;
- margin-top: 23px;
- padding: 0 20px;
- }
- .eco-tip {
- background: #f7fbff;
- border-radius: 10px;
- padding: 28px 0 18px 0;
- margin: 24px 0 18px 0;
- text-align: center;
- box-sizing: border-box;
- .eco-tip-title {
- font-size: 26px;
- font-weight: bold;
- color: #FF3F0B;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 10px;
- .eco-tip-icon {
- width: 40px;
- height: 40px;
- margin-right: 8px;
- vertical-align: middle;
- }
- }
- .eco-tip-desc {
- font-size: 22px;
- color: #102f47;
- font-weight: 500;
- line-height: 2;
- .eco-tip-co2 {
- color: #19b94a;
- font-weight: bold;
- font-size: 24px;
- }
- .eco-tip-tree {
- color: #19b94a;
- font-weight: bold;
- font-size: 24px;
- }
- }
- }
- section {
- width: 100%;
- max-width: 1300px;
- margin: 0 auto;
- box-sizing: border-box;
- padding: 30px 20px;
- border-bottom: 1px solid #c9c9c9;
- }
- .main-header {
- h1 {
- font-size: 28px;
- font-weight: 600;
- margin-bottom: 20px;
- }
- .main-header-mid {
- .user_logo {
- max-width: 120px;
- max-height: 120px;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .left {
- font-size: 20px;
- align-self: flex-start;
- .link-div{
- div {
- display: inline-block;
- margin-right: 10px;
- margin-bottom: 10px;
- img{
- vertical-align: middle;
- width: 20px;
- }
- }
- }
- li {
- i {
- vertical-align: middle;
- }
- span {
- color: #1D4992;
- cursor: pointer;
- }
- }
- }
- .right {
- font-size: 18px;
- li {
- text-align: right;
- margin-top: 10px;
- }
- }
- @media screen and (max-width: 1000px) {
- flex-direction: column;
- align-items: flex-start;
- .right li {
- text-align: left;
- }
- }
- }
- .steps {
- margin: 50px 0 0;
- .steps-title{
- font-size: 24px;
- font-weight: 600;
- }
- .pointer{
- cursor: pointer;
- }
- @media screen and (min-width: 1000px) {
- :deep(.el-step) {
- .is-wait {
- .el-step__icon-inner {
- display: none;
- }
- }
- .el-step__main {
- position: absolute;
- top: -40px;
- left: 50%;
- transform: translate(-50%, 0);
- width: 100%;
- .el-step__title {
- font-size: 16px;
- }
- .el-step__description {
- font-size: 16px;
- margin-top: 35px;
- padding: 0;
- }
- .is-success {
- color: #07921d !important;
- }
- }
- }
- }
- }
- .margin-b-30{
- margin-bottom: 30px;
- }
- .margin-b-50{
- margin-bottom: 50px;
- }
- }
- .main-custom {
- div {
- vertical-align: top;
- display: inline-block;
- width: 250px;
- margin-right: 180px;
- }
- }
- .sharing-title {
- font-size: 24px;
- margin-bottom: 30px;
- font-weight: 600;
- }
- .sharing-subtitle {
- font-size: 16px;
- margin-bottom: 30px;
- }
- .sharing-address {
- line-height: 24px;
- &.limit {
- padding: 0 16px;
- border: 1px solid #c9c9c9;
- max-height: 300px;
- overflow: scroll;
- }
- }
- .table-wrap {
- overflow: hidden;
- .total {
- float: right;
- text-align: right;
- margin: 30px 0 0 0;
- border: 0px;
- border-collapse: collapse;
- border-spacing: 0;
- tr {
- td {
- border-bottom: 1px solid #c9c9c9;
- &:nth-child(2) {
- padding: 10px 0 10px 40px;
- }
- }
- }
- }
- }
- .orderTable {
- :deep(.el-table__body) {
- .el-table__cell {
- vertical-align: top;
- line-height: 53px;
- }
- }
- }
- :deep(.expanded + tr) {
- .el-table__expanded-cell {
- padding: 0 0 15px !important;
- }
- }
- .colorBlue {
- color: #1890ff;
- }
- .table-list-co2{
- display: inline-flex;
- align-items: center;
- background: #f4fcf6;
- border: 2px solid #7ed7a5;
- border-radius: 4px;
- padding: 1px 6px;
- font-weight: bold;
- color: #07A73A;
- font-size: 12px;
- .co2-icon {
- width: 18px;
- height: 18px;
- margin-right: 4px;
- }
- }
- .ellipsis {
- text-overflow: ellipsis;
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 7;
- }
- .cursor {
- cursor: pointer;
- }
- .notes-1 {
- width: 138px;
- border-bottom: 2px solid #101010;
- padding-bottom: 10px;
- margin-bottom: 40px;
- font-size: 16px;
- font-weight: 600;
- }
- .notes-2 {
- margin-bottom: 10px;
- font-size: 18px;
- display: flex;
- align-items: center;
- img{
- width: 20px;
- margin-right: 10px;
- }
- i{
- font-size: 20px;
- }
- span{
- color: #1D4992;
- cursor: pointer;
- font-weight: 500;
- }
- }
- .notes-3 {
- width: 70%;
- line-height: 22px;
- }
- }
|