page { background: #F7F7F7; } .navboxk{ padding: 0 32rpx; box-sizing: border-box; } .quanbox { margin-top: 20rpx; } .navbox { height: 88rpx; background: #fff; display: flex; } .navitem { width: 50%; height: 100%; font-size: 32rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(35, 35, 35, 1); display: flex; align-items: center; justify-content: center; } .selactive { color: #FF9417; font-weight: bold; } .boxa { margin-top: 16rpx; background: #fff; overflow: hidden; padding: 0 36rpx; box-sizing: border-box; } .aitem { height: 150rpx; border-bottom: 1px solid #FEFEFE; display: flex; align-items: center; justify-content: space-between; } .left { width: 340rpx; } .left .name { font-size: 32rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: rgba(35, 35, 35, 1); } .left .time { font-size: 24rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: rgba(91, 94, 100, 1); margin-top: 8rpx; } .btn { width: 160rpx; height: 64rpx; border-radius: 8rpx; border: 1px solid rgba(255, 148, 23, 1); font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(255, 148, 23, 1); display: flex; align-items: center; justify-content: center; } .activeA { color: #BDC4CE; border-color: #BDC4CE; } .boxb { padding: 0 32rpx; box-sizing: border-box; } .xnavbox { display: flex; align-items: center; justify-content: space-between; margin-top: 16rpx; } .xnavitem { width: 212rpx; height: 62rpx; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(61, 69, 76, 1); display: flex; align-items: center; justify-content: center; background: #fff; } .xactive { background: #C29445; color: #fff; } .container { margin-top: 12rpx; } .bitem { margin-top: 16rpx; border-left: 8rpx solid #3D9AF8; padding: 40rpx 32rpx 20rpx; box-sizing: border-box; background: #fff; } .top { height: 156rpx; border-bottom: 1px solid #EEEEEE; display: flex; align-items: center; } .price { font-size: 72rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #3D9AF8; margin-right: 32rpx; } .lingbtn{ width:140rpx; height:60rpx; color:#fff; font-size: 28rpx; background: #3D9AF8; border-radius: 20rpx; text-align: center; line-height: 60rpx; } .right { width: 100%; } .bname { width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(91, 94, 100, 1); } .bname text:first-child { font-size: 36rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 600; color: rgba(6, 18, 32, 1); } .tips { font-size: 32rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(61, 68, 76, 1); margin-top: 16rpx; } .btime { font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(61, 69, 76, 1); margin-top: 40rpx; display:flex; justify-content: flex-end; } .borderactive { /* border-color: #BDC4CE; */ } .wordacticve { font-weight: 500 !important; color: rgba(189, 196, 206, 1) !important; } /* 暂无数据 */ .couponleft{ /* height: 104rpx; */ /* border-right:1px solid #fff; */ padding-right: 16rpx; box-sizing: border-box; position: relative; display:flex; align-items: flex-end; } .couponleft::after{ display:block; content:''; width:1rpx; height:126rpx; background: #fff; position: absolute; right:0; top:0 } .nodata { color: #999; font-size: 32rpx; text-align: center; margin-top: 30rpx; }