123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- /* pages/goods/orderList/orderList.wxss */
- .tabs-radius {
- background: #fff;
- /* opacity: 0.8; */
- border-radius: 24rpx;
- }
- .tabs {
- padding: 0 20rpx;
- }
- .tabs-wrap {
- height: 120rpx;
- /* height: 96rpx; */
- /* margin-top: 16rpx; */
- /* opacity: 0.8; */
- background: #fff;
- /* justify-content: space-around; */
- justify-content: space-evenly;
- }
- .tabs-wrap .item {
- /* width: 33.33%; */
- height: 100%;
- font-size: 28rpx;
- color: #666666;
- position: relative;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- }
- .tabs-wrap .item.line::before {
- content: '';
- position: absolute;
- right: -80rpx;
- top: 26rpx;
- width: 2rpx;
- height: 44rpx;
- background-color: #EEEEEE;
- border-radius: 16rpx;
- }
- /* .tabs-wrap .item.active {
- font-family: PingFangSC-Semibold;
- font-size: 28rpx;
- color: #333;
- border-bottom: 6rpx solid #FA7D22;
- } */
- .tabs-wrap .item.active {
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .tabs-wrap .item.active::before {
- content: '';
- position: absolute;
- top: 90rpx;
- width: 40rpx;
- height: 8rpx;
- background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
- border-radius: 4rpx;
- }
- .tabs-content .item {
- margin: 20rpx 0;
- background: #fff;
- /* box-shadow: 4rpx 24rpx 50rpx -8rpx rgba(255,119,176,0.55); */
- }
- .tabs-content .item .state {
- margin-left: 20rpx;
- }
- /* .tabs-content .item.current0 .state {
- color: #FF6877;
- }
- .tabs-content .item.current1 .state {
- color: #333333;
- }
- .tabs-content .item.current2 .state {
- color: #85DBD8;
- }
- .tabs-content .item.current3 .state {
- color: #999999;
- } */
- /*
- .tabs-content .item.current4 .state {
- color: #FF6877;
- } */
- .tabs-content .item-top {
- height: 90rpx;
- padding: 0 24rpx;
- }
- .tabs-content .item-top text {
- font-size: 28rpx;
- font-family: PingFangSC-Semibold;
- }
- .tabs-content .item-content {
- /* border-top: 1rpx solid rgba(175, 175, 175, 0.1); */
- /* border-bottom: 1rpx solid rgba(175, 175, 175, 0.1); */
- padding: 10rpx 0 30rpx;
- margin: 0 24rpx;
- position: relative;
- }
- .item-content:last-child {
- border-bottom: 1rpx solid rgba(175, 175, 175, 0.1);
- }
- .tabs-content .item-content .img {
- width: 160rpx;
- height: 160rpx;
- margin-right: 20rpx;
- background: #FFFFFF;
- /* box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.1); */
- border-radius: 20rpx;
- }
- .tabs-content .item-content .icon {
- width: 136rpx;
- height: 92rpx;
- position: absolute;
- left: 46rpx;
- top: 160rpx;
- }
- .tabs-content .item-content .content {
- justify-content: space-between;
- overflow: hidden;
- }
- .content-text-box {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 134rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .list-info {
- display: flex;
- justify-content: space-between;
- }
- .project-name {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .name{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .countDown{
- font-size: 28rpx;
- font-weight: 400;
- color: #fa7d22;
- display: flex;
- }
- .van-count-down{
- color: #fa7d22 !important;
- }
- .price-all {
- padding: 30rpx 24rpx 0 10rpx;
- display: flex;
- justify-content: flex-end;
- }
- .content-left {
- flex: 1;
- overflow-x: scroll;
- position: relative;
- }
- .content-left .seckill {
- position: absolute;
- top: 0;
- left: 0;
- width: 101rpx;
- height: 40rpx;
- background: #FA7D22;
- border-radius: 24rpx 0px 24rpx 0px;
- font-size: 28rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 40rpx;
- text-align: center;
- }
- .content-project {
- display: flex;
- }
- .projects-list {
- white-space: nowrap;
- }
- .tabs-content .item-content .time {
- /* background: linear-gradient(270deg, rgba(255, 175, 216, 0) 0%, rgba(255, 119, 176, 0.49) 100%); */
- border-radius: 22rpx;
- font-size: 26rpx;
- padding: 2rpx 10rpx;
- box-sizing: border-box;
- }
- .tabs-content .item-btn {
- height: 84rpx;
- padding-top: 16rpx;
- padding-bottom: 24rpx;
- justify-content: flex-end;
- }
- .tabs-content .item-btn .btn {
- width: 192rpx;
- height: 72rpx;
- border-radius: 36rpx;
- font-size: 32rpx;
- margin-right: 30rpx;
- box-sizing: border-box;
- }
- .tabs-content .item-btn .cancel-btn {
- border: 2rpx solid #E1E1E1;
- color: #333;
- }
- .tabs-content .item-btn .use-btn {
- background: #FA7D22;
- color: #FFFFFF;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- }
- /* =============================================================================== */
|