@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; } .paiming { background: url("https://jewel-shop.oss-cn-beijing.aliyuncs.com/a07b86e1b1c74c88ac42dcc8a592980c.jpg") no-repeat; width: 100%; height: 680rpx; background-size: 100%; position: relative; z-index: 97; } .content-list { width: 90%; overflow: scroll; border-radius: 20rpx; background: #fff; margin: -50rpx auto 0; position: relative; z-index: 98; } .content-item { height: 200rpx; width: 100%; padding: 0 20rpx; font-size: 32rpx; border-bottom: 1px solid #eee; display: flex; } .box-left { width: 130rpx; height: 131rpx; background-size: 100%; margin: 25rpx 30rpx 35rpx 10rpx; border-radius: 20rpx; } .box-left ._img { width: 100%; height: 100%; } .box-right { margin-top: 17rpx; } .box-right-price { display: flex; font-size: 25rpx; } .noPic { border-radius: 10px; width: 140rpx; height: 140rpx; text-align: center; line-height: 140rpx; color: #777; background: #eee; } .box-right-num { padding: 5rpx 0; color: #000; font-weight: bold; font-size: 30rpx; } .box-right-name { font-size: 26rpx; height: 50rpx; line-height: 50rpx; } .showImg-box { width: 700rpx; height: 1000rpx; border-radius: 10px; } .swiper-box { height: 1000rpx; } .swiper-item { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 1000rpx; color: #fff; background-color: #cee1fd; border-radius: 10px; }