/* 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; } .leave .adddata-data .item-flex .flex-left .left-h2 .txt { color: #f03; } .leave .adddata-data .item-flex .flex-right .right-icon { display: block; margin: 10rpx; } .leave .adddata-button { position: fixed; bottom: 100px; box-sizing: border-box; padding: 10rpx 30rpx 10rpx 20rpx; background-color: #f03; color: #fff; right: 0; }