.page{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .head-search{ display: flex; align-items: center; justify-content: space-between; position: relative; margin: 20rpx; .search{ display: flex; align-items: center; width: 100%; height: 72rpx; // border: 2rpx solid #E8E8E8; border-radius: 100rpx; .icon{ display: flex; align-items: center; margin-left: 20rpx; margin-right: 15rpx; image{ width: 29rpx; height: 29rpx; } } .hint{ display: flex; align-items: center; position: relative; width: 100%; .max{ font-size: 26rpx; color: #fff; background-color:#3F9B6A; border-radius: 100rpx; padding: 10rpx 25rpx; position: absolute; right: 0; } .min{ font-size: 26rpx; color: #B5B5B5; } } } } /* 订单列表 */ .screen-list { display: flex; align-items: center; width: 100%; margin: 40rpx 0; .list { display: flex; justify-content: center; align-items: center; width: 33%; height: 100%; text { font-size: 26rpx; color: #555555; } image { width: 30rpx; height: 30rpx; margin-left: 10rpx; } } .action { text { color: $base; } } } .goods-data{ width: 100%; .goods-list{ width: 100%; padding: 0 25rpx; .list{ display: flex; margin-bottom: 40rpx; .thumb{ display: flex; align-items: center; width: 30%; image{ width: 100%; // height: 280rpx; } } .item{ width: 78%; margin-left: 2%; .title{ display: flex; align-items: center; width: 100%; text{ font-size: 30rpx; font-weight: bold; color: #222222; } } .goods-list-text { font-size: 24rpx; display: flex; align-items: center; color: #676767; margin-top: 20rpx; text { color: #000; } .goods-list-txt { width: 50%; padding-right: 2%; white-space: nowrap; /* 防止文本换行 */ overflow: hidden; /* 隐藏溢出的文本 */ text-overflow: ellipsis; /* 添加省略号 */ } } .goods-btn { display:inline-block; background-color: #3F9B6A; border-radius: 10rpx; color: #fff; font-size: 26rpx; padding: 10rpx 20rpx; margin-top: 28rpx; image { width: 20rpx; height: 20rpx; } } } } } }