@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; } page { height: 100%; font-size: 24rpx; } .page1 { display: flex; flex-direction: column; height: 100%; font-size: 28rpx; } .content-box { background: #fff; } .right-box { width: 100%; height: 220rpx; display: flex; border-bottom: 1px solid #eee; position: relative; } .box-left { width: 170rpx; height: 170rpx; background-size: 100%; margin: 25rpx; border-radius: 20rpx; } .box-left ._img { width: 100%; height: 100%; } .box-right { margin-top: 20rpx; flex: 1; display: flex; flex-direction: column; position: relative; } .box-right-name { font-size: 30rpx; font-weight: bold; padding-left: 20rpx; height: 30%; } .box-right-num { padding: 5rpx 0; color: #777; padding-left: 20rpx; height: 30%; } .box-right-price { display: flex; font-size: 25rpx; height: 100rpx; } .price-box { flex: 1; text-align: center; display: flex; flex-direction: column; margin-top: 20rpx; } .container-box { border-top: 10px solid #eee; } .price-box text:first-child { color: #ffa200; } .edit-btn { width: 100rpx; height: 60rpx; line-height: 60rpx; color: #fff; background: #0072E3; position: absolute; top: 105rpx; right: 40rpx; border-radius: 10px; text-align: center; } .prec-list { height: 80rpx; line-height: 80rpx; background: #fff; display: flex; font-size: 32rpx; border-bottom: 1px solid #eee; } .prec-list-box { height: 70rpx; line-height: 70rpx; padding-left: 30rpx; overflow: hidden; } .noPic { border-radius: 10px; width: 150rpx; height: 150rpx; text-align: center; line-height: 140rpx; color: #777; background: #eee; } .uni-numbox--text { font-size: 40rpx !important; } .uni-numbox__value { font-size: 35rpx !important; } .bottom-box { width: 100%; height: 110rpx; background: #fff; position: fixed; bottom: 0; z-index: 99; } .bottom-btn { width: 95%; background: #5fd9ee; height: 80rpx; color: #fff; margin: 20rpx auto 0; border-radius: 10px; text-align: center; line-height: 80rpx; }