123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- .com-main {
- color: #101010;
- min-width: 1400px;
- .breadcrumb {
- font-size: 14px;
- color: #8f9ab5;
- margin-top: 23px;
- padding: 0 20px;
- }
- section {
- margin: 0 100px;
- 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;
- li{
- i{
- vertical-align: middle;
- }
- span{
- color: #1890ff;
- cursor: pointer;
- }
- }
- }
- .right {
- font-size: 18px;
- li{
- text-align: right;
- margin-top: 10px;
- }
- }
- }
- .steps {
- margin: 70px 0 50px;
- :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;
- }
- }
- }
- }
- }
- .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;
- }
- .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: 14px;
- font-weight: 600;
- }
- .notes-3 {
- width: 70%;
- line-height: 22px;
- }
- }
|