| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #f3f3f3;
- }
- .orders-tabs {
- position: fixed;
- top: -1rpx;
- left: 0rpx;
- width: 100%;
- height: 91rpx;
- background-color: #fff;
- border-bottom: 1rpx solid #dddddd;
- z-index: 99999;
- }
- .orders-tab {
- width: 20%;
- height: 90rpx;
- float: left;
- line-height: 90rpx;
- text-align: center;
- font-size: 28rpx;
- color: #4c4c4c;
- }
- .orders-tab__border {
- position: absolute;
- width: 20%;
- height: 4rpx;
- bottom: 0;
- background-color: #eab86a;
- transition: left 0.4s;
- -webkit-transition: left 0.4s;
- }
- .orders-main {
- padding-top: 110rpx;
- }
- .order {
- padding: 0 20rpx;
- background-color: #fff;
- margin-bottom: 20rpx;
- }
- .order-title {
- height: 90rpx;
- line-height: 90rpx;
- font-size: 28rpx;
- }
- .order-title__left {
- color: #999999;
- float: left;
- }
- .order-title__right {
- color: #eab86a;
- float: right;
- }
- .order-main {
- width: 710rpx;
- background-color: #fcfcfc;
- margin-bottom:5px;
- }
- .order-main__left {
- width: 200rpx;
- height: 200rpx;
- display: inline-block;
- vertical-align: top;
- }
- .order-main__right {
- position: relative;
- width: 490rpx;
- display: inline-block;
- padding: 0 15rpx;
- box-sizing: border-box;
-
- }
- .order-info__title {
- color: #4c4c4c;
- font-size: 24rpx;
- line-height: 36rpx;
- padding-top: 5rpx;
- height: 40rpx;
- -webkit-line-clamp: 2;
- }
- .order-info__type {
- padding-top: 12rpx;
- font-size: 24rpx;
- color: #bbbbbb;
- }
- .order-info__price {
- font-size: 24rpx;
- color: #eab86a;
- }
- .order-info__point {
- color: #bbbbbb;
- }
- .order-info__count {
- bottom: 16rpx;
- right: 0;
- font-size: 24rpx;
- color: #bbbbbb;
- display: inline;
- padding-left: 35rpx;
- }
- .order-allprice {
- width: 100%;
- padding-top: 20rpx;
- height: 70rpx;
- line-height: 70rpx;
- text-align: right;
- color: #4c4c4c;
- font-size: 24rpx;
- border-bottom: 1rpx solid #eeeeee;
- }
- .order-btn {
- height: 108rpx;
- }
- .order-btn__black {
- float: right;
- width: 158rpx;
- height: 58rpx;
- border: 1rpx solid #cccccc;
- font-size: 28rpx;
- color: #4c4c4c;
- text-align: center;
- line-height: 58rpx;
- margin-top: 20rpx;
- margin-left: 20rpx;
- border-radius: 5rpx;
- position: relative;
- z-index: 999;
- }
- .order-btn__red {
- float: right;
- width: 158rpx;
- height: 58rpx;
- border: 1rpx solid #eab86a;
- font-size: 28rpx;
- color: #eab86a;
- text-align: center;
- line-height: 58rpx;
- margin-top: 20rpx;
- margin-left: 20rpx;
- border-radius: 5rpx;
- }
- .orders-no {
- padding-top: 250rpx;
- }
- .orders-no__icon {
- display: block;
- width: 204rpx;
- height: 258rpx;
- margin: 0 auto;
- }
- .orders-no__text {
- text-align: center;
- font-size: 28rpx;
- margin-top: 25rpx;
- color: #cccccc;
- }
- .project-pack-list{
- background: #f7f7f7;
- font-size: 24rpx;
- padding: 15rpx;
- line-height: 36rpx;
- color: #666;
- }
|