123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- .sld_order_evaluatist {
- width: 1007px;
- margin-left: 10px;
- float: left;
- .tips{
- width: 17px;
- height: 16px;
- margin-right: 5px;
- }
- .tips_info{
- margin-left: 20px;
- }
- .top_info {
- height: 180px;
- background-color: white;
- .left {
- width: 321px;
- height: 156px;
- text-align: center;
- border-right: 1px solid #EEEEEE;
- .evaluating {
- text-align: center;
- .num {
- font-size: 24px;
- margin-top: 15px;
- display: inline-block;
- }
- }
- .text {
- margin-top: 30px;
- display: inline-block;
- }
- }
- .right {
- width: 684px;
- height: 156px;
- padding: 10px 23px 0 66px;
- .info {
- p {
- font-weight: 600;
- line-height: 18px;
- margin: 20px 0;
- }
- div {
- margin-top: 10px;
- .circle {
- display: inline-block;
- width: 3px;
- height: 3px;
- background-color: #666666;
- vertical-align: middle;
- margin-right: 6px;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- }
- }
- }
- .qrcode {
- text-align: center;
- .image {
- width: 231px;
- height: 165px;
- margin-top: -20px;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .title {
- font-size: 14px;
- color: #666;
- margin-top: 10px;
- text-align: center;
- display: inline-block;
- }
- }
- }
- }
- .evaluatilist_con {
- background-color: #fff;
- border: 1px solid #eee;
- margin: 10px 0;
- min-height: 500px;
- padding-bottom: 10px;
- .title {
- position: relative;
- height: 55px;
- padding: 11px 0 0 13px;
- background-color: #FAFAFA;
- border-bottom: 1px solid #D9D9E4;
- z-index: 1;
- .evaluating {
- position: relative;
- float: left;
- width: 117px;
- line-height: 48px;
- font-size: 14px;
- font-weight: 600;
- text-align: center;
- border: 1px solid transparent;
- border-bottom: none;
- -webkit-border-radius: 6px 6px 0 0;
- -moz-border-radius: 6px 6px 0 0;
- border-radius: 6px 6px 0 0;
- z-index: 2;
- &.active {
- background-color: #fff;
- border-color: #D9D9E4;
- height: 44px;
- }
- }
- }
- .order_item {
- width: 965px;
- margin: 20px auto 10px;
- border: 1px solid #E8E8F1;
- .order_item_title {
- width: 100%;
- height: 30px;
- background-color: #F7F7F7;
- text-align: center;
- color: #666666;
- font-weight: 400;
- line-height: 30px;
- .order_sn {
- width: 40%;
- text-align: left;
- padding-left: 10px;
- display: inline-block;
- span {
- margin-left: 20px;
- cursor: pointer;
- &:hover {
- color: $colorMain;
- }
- }
- }
- .price {
- flex: 1;
- }
- .oprate {
- width: 23%;
- }
- }
- .good_info {
- width: 100%;
- align-items: stretch;
- .good_con {
- width: 40%;
- border-right: 1px solid #E8E8F1;
- .good_item {
- height: 120px;
- &:not(:first-child) {
- border-top: 1px solid #E8E8F1;
- }
- .image {
- width: 80px;
- height: 80px;
- margin-right: 11px;
- // border: 1px solid black;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- }
- .name {
- width: 200px;
- height: 36px;
- line-height: 18px;
- align-self: flex-start;
- margin-top: 22px;
- }
- .num {
- margin-left: 40px;
- color: #999999;
- align-self: flex-start;
- margin-top: 25px;
- }
- }
- }
- .price {
- flex: 1;
- text-align: center;
- border-right: 1px solid #E8E8F1;
- }
- .oprate {
- width: 23%;
- text-align: center;
- .detail:hover {
- color: $colorMain2;
- }
- .evaluate_btn {
- width: 90px;
- height: 28px;
- line-height: 26px;
- color: $colorMain2;
- border: 1px solid $colorMain2;
- text-align: center;
- margin-top: 15px;
- }
- }
- }
- }
- }
- }
|