page view { box-sizing: border-box; flex-shrink: 0; } page { font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei; margin: 0; } button { margin: 0; padding: 0; border: 1px solid transparent; outline: none; background-color: transparent; } button:active { opacity: 0.6; } .flex-col { display: flex; flex-direction: column; } .flex-row { display: flex; flex-direction: row; } .flex-row-reverse { display: flex; flex-direction: row-reverse; } .bord{ border: 1px solid red; } .justify-start { display: flex; justify-content: flex-start; } .justify-center { display: flex; justify-content: center; } .justify-end { display: flex; justify-content: flex-end; } .justify-evenly { display: flex; justify-content: space-evenly; } .justify-around { display: flex; justify-content: space-around; } .justify-between { display: flex; justify-content: space-between; } .align-start { display: flex; align-items: flex-start; } .align-center { display: flex; align-items: center; } .align-end { display: flex; align-items: flex-end; } .sticky { display: flex; position: -webkit-sticky; position: sticky; top: 0rpx; z-index: 99; } .bord{ border: 1px solid red; } .orderView{ padding: 10rpx 10rpx; } .orderImgView{ width: 180rpx; height: 180rpx; border-radius: 5rpx; overflow: hidden; } .orderImg{ width: 180rpx; height: 180rpx; } .orderTitle{ width: 400rpx; padding-left: 10rpx; } .goodsName{ height: 28rpx; line-height: 28rpx; font-size: 28rpx; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; } .specification{ margin-top: 10rpx; height: 105rpx; line-height: 35rpx; font-size: 26rpx; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; } .label{ margin-top: 10rpx; height: 35rpx; line-height: 35rpx; font-size: 20rpx; border: 1rpx solid orangered; padding: 5rpx 10rpx; border-radius: 20rpx; } .priceAndNumber{ width: 150rpx; } .price{ font-size: 28rpx; text-align: right; } .number{ font-size: 23rpx; text-align: right; } .buttonView{ padding: 20rpx 0; } .button{ height: 60rpx; font-size: 28rpx; line-height: 60rpx; padding: 0 20rpx; border-radius: 30rpx; margin-left: 10rpx; border: 1px solid #999999; }