.page{ position: absolute; left: 0; top: 0; width: 100%; min-height: 100vh; padding: 0 40rpx; background-color: #fff; } .head-search{ display: flex; align-items: center; justify-content: space-between; position: relative; margin: 20rpx 0; .search{ display: flex; align-items: center; width: 100%; height: 72rpx; border: 2rpx solid #E8E8E8; justify-content: space-between; padding: 0 10rpx 0 30rpx; .icon{ display: flex; align-items: center; margin-left: 20rpx; margin-right: 15rpx; image{ width: 29rpx; height: 29rpx; } } } } /* 订单列表 */ .screen-list{ display: flex; justify-content: space-between; margin-bottom: 20rpx; view{ color: #969696; padding: 10rpx 0rpx 10rpx 0; } .color{ color:#55A27D; font-weight: 600; border-bottom: 2px solid #469D71; } } .goods-data{ width: 100%; .goods-list{ width: 100%; .list{ display: flex; margin-bottom: 40rpx; .thumb{ // display: flex; // align-items: center; width: 36%; image{ width: 230rpx; height: 240rpx; border-radius: 10rpx; } } .item{ width: 60%; margin-left: 4%; .title{ display: flex; align-items: center; width: 100%; margin: 10rpx 0; .color{ color: #A8A8A8; } } text{ font-size: 30rpx; // font-weight: bold; color: #222222; } } } .goods-border{ padding: 30rpx; border: 1px solid #F3F3F3; } } .canyu{ display: flex; view{ padding: 14rpx 0rpx; color: #fff; width: 130rpx; text-align: center; // line-height: 20rpx; font-size: 24rpx; } .bj{ background-color: #427EDC; margin-right: 20rpx; } .tij{ background-color: #D09D2F; margin-right: 20rpx; } .xq{ background-color: #3f9b6a; margin-right: 20rpx; } .close{ background-color: #8E8E8E; } } } /* 保存按钮 */ .page-footer{ width: 100%; background-color: #FFFFFF; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); margin:40rpx 0 40rpx 0; .footer-buy{ display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; .cart-add{ display: flex; align-items: center; justify-content: center; width: 100%; height: 70rpx; background-color: #3f9b6a; text{ font-size: 28rpx; color: #FFFFFF; } } } }