/* packageE/community_buying/buying_details/buying_details.wxss */ view, text { box-sizing: border-box; } .countdown { display: flex; color: #fff; width: 100%; height: 6.25rem; align-items: center; padding-left: 0.969rem; background-color: #f14e4e; } .countdown .bottom_time { color: #fff; display: flex; height: 3rem; margin-left: 0.5rem; align-items: center; } .countdown .bottom_time .radius-box { width: 1.375rem; height: 1.375rem; font-size: 0.75rem; color: #f14e4e; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #fff; } .countdown .bottom_time .text { padding: 0 0.281rem; display: flex; align-items: center; font-size: 0.75rem; } .goods-list { padding: 0.938rem; } .goods-list .h2 { display: flex; font-size: 1.125rem; color: #333; justify-content: space-between; padding-bottom: 0.906rem; } .goods-list .good-child { display: flex; overflow: hidden; padding: 0.875rem; background: #fff; border-radius: 0.625rem; margin-bottom: 0.625rem; } .goods-list .good-child .good-img { width: 7rem; height: 7rem; flex-shrink: 0; overflow: hidden; border-radius: 0.375rem; } .goods-list .good-child .good-img image { width: 100%; height: 100%; } .goods-list .good-child .good-info { flex: 1; display: flex; justify-content: space-between; flex-direction: column; text-align: left; overflow: hidden; padding: 0 0.75rem; } .goods-list .good-child .good-info .good-title { font-size: 1rem; line-height: 1.5rem; height: 3.125rem; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .goods-list .good-child .good-info .goods-purchased { display: flex; height: 1.5rem; line-height: 1.5rem; color: #666; } .goods-list .good-child .good-info .goods-purchased .iconfont { color: #ff7c48; } .goods-list .good-child .good-info .goods-purchased .iconfont.icon-fontclass-qian { font-size: 24rpx; } .goods-list .good-child .good-info .goods-purchased .icon-fontclass-kucun { font-size: 34rpx; padding-left: 0.906rem; } .goods-list .good-child .good-info .goods-purchased .text { font-size: 0.75rem; color: #333; margin-left: 0.281rem; } .goods-list .good-child .good-info .good-buy { display: flex; align-items: flex-end; } .goods-list .good-child .good-info .good-buy .good-price { font-size: 0.75rem; font-weight: bold; display: flex; align-items: center; flex: 1; color: #f14e4e; } .goods-list .good-child .good-info .good-buy .good-price .price { font-size: 1.125rem; } .goods-list .good-child .good-info .good-buy .select { height: 40rpx; display: flex; } .bottomContainer .seat { width: 100%; height: 98rpx; } .bottomContainer .wrapper { position: fixed; bottom: 0; left: 0; width: 100%; height: 98rpx; background-color: #fff; display: flex; justify-content: space-around; align-items: center; z-index: 99; } .bottomContainer .wrapper .item { display: flex; flex-direction: column; align-items: center; } .bottomContainer .wrapper .item .iconfont { height: 55rpx; font-size: 40rpx; color: #8e8e8e; } .bottomContainer .wrapper .item .name { color: #666; font-size: 20rpx; } .explainWrapper { width: 680rpx; display: flex; flex-direction: column; align-items: center; } .explainWrapper .explainTextWrapper { background: #fff; border-radius: 18rpx; } .explainWrapper .explainTextWrapper .explainTextTitle { color: #000; font-size: 32rpx; padding-top: 26rpx; text-align: center; } .explainWrapper .explainTextWrapper .explainTextContent { width: 680rpx; color: #666; line-height: 48rpx; letter-spacing: 2rpx; font-size: 28rpx; padding: 40rpx 40rpx 80rpx 40rpx; } .explainWrapper .close { color: #fff; font-size: 100rpx; } .explainTextContent .notice-main { width: 100%; overflow: hidden; }