123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- .pb80 {
- padding-bottom: 160rpx;
- }
- .no-list {
- text-align: center;
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- background: #fff;
- }
- .check-box {
- box-sizing: border-box;
- width: 50rpx;
- height: 50rpx;
- display: flex;
- justify-content: center;
- }
- .check-box .checkbox-checked {
- width: 48rpx;
- height: 48rpx;
- }
- .check-box .checkbox-disabled {
- width: 48rpx;
- height: 48rpx;
- margin-top: 2rpx;
- }
- .check-box-content {
- width: 84rpx;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .order-item {
- border-bottom: 1rpx solid #e5e5e5;
- }
- .order-item .order-title {
- display: flex;
- align-items: center;
- background: #fff;
- height: 188rpx;
- }
- .order-item .order-title .order-status {
- color: #ff673f;
- font-size: 28rpx;
- font-family: PingFangSC-Medium;
- font-weight: 500;
- }
- .order-item .goods-item {
- display: flex;
- align-items: center;
- background: #fff;
- height: 188rpx;
- position: relative;
- }
- .goods-item .goods-img {
- width: 120rpx;
- height: 120rpx;
- margin-right: 30rpx;
- }
- .order-item .goods-item .goods-detail {
- width: 492rpx;
- height: 100%;
- display: flex;
- justify-content: center;
- flex-direction: column;
- }
- .order-item .goods-item .goods-detail .goods-title {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: initial;
- white-space: normal;
- font-size: 28rpx;
- height: 80rpx;
- margin-bottom: 12rpx;
- }
- .order-item .goods-item .goods-detail .goods-desc {
- color: #999;
- font-size: 26rpx;
- width: 360rpx;
- }
- .order-item .goods-item .goods-sign-btn {
- height: 52rpx;
- padding: 0 24rpx;
- border: 2rpx solid #f75451;
- border-radius: 52rpx;
- text-align: center;
- line-height: 52rpx;
- color: #f75451;
- position: absolute;
- right: 24rpx;
- bottom: 20rpx;
- }
- .order-item .goods-item .goods-sign-btn.goods-sign-btn-disabled {
- border-color: #ccc;
- color: #ccc;
- }
- /* 底部 */
- .bottom-bar {
- width: 100%;
- height: 104rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- background: #fff;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 9;
- }
- .bottom-bar .check-box-content {
- width: 140rpx;
- }
- .bottom-bar .check-box-content .check-box {
- margin-right: 20rpx;
- }
- .bottom-bar .flex {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .bottom-bar .total {
- margin-right: 20rpx;
- text-align: right;
- }
- .bottom-bar .total span {
- color: #f75451;
- }
- .bottom-bar .btn {
- flex: 3;
- padding: 0 40rpx;
- height: 80rpx;
- border-radius: 80rpx;
- line-height: 80rpx;
- text-align: center;
- color: #fff;
- font-size: 30rpx;
- margin-right: 20rpx;
- background: #4ca53a;
- white-space: nowrap;
- }
- .bottom-bar .btn.gray {
- background: #f55b5b;
- }
- .bottom-bar .btn.btn-disabled {
- flex: 1;
- padding: 0 40rpx;
- background: #e3e3e3;
- }
- .check-box {
- box-sizing: border-box;
- width: 50rpx;
- height: 50rpx;
- display: flex;
- justify-content: center;
- }
- .check-box .checkbox-checked {
- width: 48rpx;
- height: 48rpx;
- }
- .check-box .checkbox-disabled {
- width: 48rpx;
- height: 48rpx;
- margin-top: 2rpx;
- }
- .check-box-content {
- width: 84rpx;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
|