/*screen*/ .tui-header-screen { width: 100%; box-sizing: border-box; background: #fff; position: fixed; z-index: 1000; } .tui-search-model { width: 100%; position: absolute; background: #fff; border-bottom-left-radius: 24rpx; border-bottom-right-radius: 24rpx; overflow: hidden; box-sizing: border-box; padding-top: 10rpx; padding-bottom: 26rpx; left: 0; top: 88rpx; visibility: hidden; transition: all 0.2s ease-in-out; z-index: 999; } .tui-search-model-show { visibility: visible; } .tui-search-model-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: -1; transition: all 0.2s ease-in-out; opacity: 0; visibility: hidden; } .tui-mask-show { opacity: 1; visibility: visible; } .tui-search-model-item { color: #333; font-size: 28rpx; box-sizing: border-box; align-items: center; justify-content: space-between; } .tui-attr-btnbox { width: 100%; box-sizing: border-box; padding: 0 30rpx; background: #fff; } .tui-attr-safearea { height: 100rpx; display: flex; align-items: center; justify-content: space-between; } .tui-safearea-bottom { width: 100%; } .tui-attr-btnbox::before { content: ''; position: absolute; top: 0; right: 0; left: 0; border-top: 1rpx solid #eaeef1; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .tui-drawer-btn { width: 47%; text-align: center; height: 60rpx; border-radius: 30rpx; flex-shrink: 0; display: flex; align-items: center; justify-content: center; box-sizing: border-box; } .tui-drawerbtn-black { border: 1rpx solid #555; } .tui-drawerbtn-primary { background: #e41f19; color: #fff; } .tui-line-cell { width: 100%; box-sizing: border-box; display: flex; align-items: center; } .tui-title { font-size: 24rpx; line-height: 24rpx; flex-shrink: 0; } .tui-input { font-size: 24rpx; color: #333; padding-left: 20rpx; flex: 1; } .phcolor{ font-size: 24rpx; } .tui-top-item { height: 28rpx; line-height: 28rpx; flex: 1; display: flex; align-items: center; justify-content: center; margin-left: 16rpx; } /*列表*/ .tui-order-list { margin-top: 80rpx; } .tui-order-item { margin-top: 20rpx; border-radius: 10rpx; overflow: hidden; } .tui-goods-title { width: 100%; font-size: 28rpx; display: flex; align-items: center; justify-content: space-between; } .tui-order-status { color: #888; font-size: 26rpx; } .tui-goods-item { width: 100%; padding: 20rpx 30rpx; box-sizing: border-box; display: flex; justify-content: space-between; } .tui-goods-img { width: 180rpx; height: 180rpx; display: block; flex-shrink: 0; } .tui-goods-left-bolck { width: 50rpx; height: 100rpx; display: block; flex-shrink: 0; } .tui-goods-center { flex: 1; padding: 20rpx 8rpx; box-sizing: border-box; } .tui-goods-name { max-width: 420rpx; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 26rpx; line-height: 32rpx; } .tui-goods-attr { font-size: 22rpx; color: #888888; line-height: 32rpx; padding-top: 20rpx; word-break: break-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .tui-price-right { text-align: right; font-size: 24rpx; color: #888888; line-height: 30rpx; padding-top: 20rpx; } .tui-color-red { color: #E41F19; padding-right: 30rpx; } .tui-goods-price { width: 100%; display: flex; align-items: flex-end; justify-content: flex-end; font-size: 24rpx; } .tui-size-24 { font-size: 24rpx; line-height: 24rpx; } .tui-price-large { font-size: 32rpx; line-height: 30rpx; font-weight: 500; } .tui-order-btn { width: 100%; display: flex; align-items: center; justify-content: flex-end; background: #fff; padding: 10rpx 30rpx 20rpx; box-sizing: border-box; } .tui-btn-ml { margin-left: 20rpx; }