/* pages/adddata/adddata.wxss */ .leave .adddata-data { background-color: white; padding: 10rpx 16rpx; } .leave .adddata-data .item-flex { display: flex; justify-content: space-between; align-items: center; padding: 20rpx 0; border-bottom: 1rpx solid #e6e6e6; } .leave .adddata-data .item-flex .flex-left .left-h1 { font-weight: 600; } .leave .adddata-data .item-flex .flex-left .left-h2 { max-width: 85vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .leave .adddata-data .item-flex .flex-right .right-icon { display: block; margin: 10rpx; } .leave .adddata-button { position: fixed; bottom: 0; width: 100%; box-sizing: border-box; padding: 10rpx 20rpx; }