@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .uni-forms-item__content { display: flex; align-items: center; } .u-tag__text { font-size: 22rpx; padding: 0 10rpx; } .container { padding-bottom: 118rpx; } .container .boxbg { background-color: #fff; margin: 30rpx; padding: 20rpx; border-radius: 10rpx; box-shadow: 0px 1px 10px 2px #e2e2e2; } .container .tui-order-item .u-collapse-content { display: flex; justify-content: space-between; line-height: 30px; } .container .tui-order-item .tui-goods-info { width: 100%; box-sizing: border-box; background: #fff; line-height: 26px; border-top: 10px solid #eee; } .container .tui-order-item .tui-goods-info .tui-price-flex { display: flex; align-items: center; justify-content: space-between; } .container .tui-order-item .tui-goods-info .tui-size32 { font-size: 32rpx; font-weight: 500; } .container .tui-order-item .tui-goods-info .tui-size-24 { font-size: 24rpx; } .container .tui-order-item .tui-goods-info .tui-price-large { font-size: 32rpx; } .container .tui-order-item .tui-goods-info .tui-flex-shrink { flex-shrink: 0; } .container .tui-order-item .tui-goods-info .tui-goods-price { width: 100%; display: flex; align-items: flex-end; justify-content: flex-end; font-size: 24rpx; } .container .tui-order-item .tui-goods-info .tui-primary-color { color: #EB0909; } .tui-tabbar { width: 100%; height: 98rpx; background: #fff; position: fixed; left: 0; bottom: 0; display: flex; align-items: center; justify-content: flex-end; font-size: 26rpx; box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); padding-bottom: env(safe-area-inset-bottom); z-index: 996; } .tui-btn-mr { width: 130rpx; height: 60rpx; background: #088FEB; color: #fff; border-radius: 10px; line-height: 60rpx; text-align: center; margin-right: 30rpx; } .shop-box { width: 95%; margin: 0 auto; position: relative; } .shop-name { width: 100%; height: 200rpx; line-height: 80rpx; border-top: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 28rpx; font-weight: bold; display: flex; } .shop-name .uni-icons { color: #088FEB !important; } .price-box { width: 95%; margin: 10px auto; background: #eee; height: 80rpx; display: flex; line-height: 80rpx; text-align: center; overflow: hidden; border-radius: 10px; background: #FDF5E6; color: #EEB422; background: linear-gradient(180deg, #fff, #FDF5E6); border: 1px solid #FAEBD7; } .shop-productName { flex: 1; display: flex; flex-direction: column; padding-left: 20rpx; } .shop-productName view { height: 55rpx; } .shop-collapse { display: flex; height: 80rpx; font-size: 26rpx; line-height: 80rpx; } .shop-collapse text { flex: 1; text-align: center; padding-right: 40rpx; border-right: 1px solid #eee; } .noPic { border-radius: 10px; width: 140rpx; height: 140rpx; text-align: center; line-height: 140rpx; color: #777; background: #eee; margin: 15px 0 0 15px; } .uni-tooltip { display: flex !important; } .popup-pay-content { align-items: center; justify-content: center; padding: 15px; width: 500rpx; height: 800rpx; overflow: scroll; background-color: #fff; } .popup-pay-title { margin-top: 20rpx; font-size: 36rpx; font-weight: bold; text-align: center; position: relative; } .popup-pay-container { margin-top: 20rpx; height: 100rpx; border-radius: 10px; background: #088FEB; line-height: 100rpx; text-align: center; border-bottom: 1px solid #eee; border-top: 1px solid #eee; color: #fff; } .content-list { width: 100%; display: flex; height: 80rpx; border-bottom: 1px solid #eee; } .list-name { width: 100rpx; text-align: left; line-height: 80rpx; height: 80rpx; font-size: 36rpx; } .list-val { width: 345rpx; height: 80rpx; line-height: 80rpx; display: flex; }