.bdt { border-top: 2rpx solid #f5f5f5; } page { background-color: #f2f2f2; } .btn { display: inline-block; min-width: 120rpx; text-align: center; /* border: 2rpx solid #ff6768; */ padding: 10rpx 20rpx; border-radius: 40rpx; } .btn.gray { border-color: #ccc; } .tab-hd { display: flex; text-align: center; font-size: 28rpx; background-color: white; position: sticky; top: 0; z-index: 2; } .tab-hd-item { flex-grow: 1; padding: 20rpx; position: relative; } .tab-hd-item.active { color: #ff6768; font-weight: bold; } .tab-hd-item.active::after { content: ''; position: absolute; width: 30%; height: 4rpx; left: 0; right: 0; bottom: 0; margin: 0 auto; background-color: #ff6768; } .title { /* max-height: 88rpx; */ box-sizing: border-box; margin-top: 10rpx; margin-bottom: 10rpx; height: 90rpx; } .tab-bd { padding-left: 20rpx; padding-right: 20rpx; } .list { overflow: hidden; } .list-item { background-color: white; margin-top: 20rpx; border-radius: 12rpx; font-size: 28rpx; } .arrow { position: relative; } .arrow::after { font-family: iconfont; content: '\e61f'; position: absolute; right: 0; color: #ccc; } .img-container { width: 200rpx; height: 200rpx; flex-shrink: 0; margin-right: 20rpx; border-radius: 14rpx; overflow: hidden; } .rmb::before { content: '¥'; font-size: 24rpx; } .del { text-decoration: line-through; } .no-more { font-size: 24rpx; line-height: 3; text-align: center; /* margin-top: 10rpx; */ color: #ccc; } .popup-container { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.8); } .popup { background-color: #FFFAE7; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 12rpx; min-width: 600rpx; color: #AF481D; } .popup-list { max-height: 700rpx; overflow-y: auto; } .popup-list-item { display: flex; align-items: center; padding: 20rpx; } .popup-list-item .img-container { width: 120rpx; height: 100rpx; } .popup-title { font-size: 28rpx; height: 88rpx; } .bg-red { background-image: -webkit-linear-gradient(315deg,#f2140c,#f2270c 70%,#f24d0c); background-image: linear-gradient(135deg,#f2140c,#f2270c 70%,#f24d0c); } .bg-gray { background-image: -webkit-linear-gradient(315deg,#bfbfbf,#c3c3c3 70%,#d4d3d3); background-image: linear-gradient(135deg,#bfbfbf,#c3c3c3 70%,#d4d3d3); }