/* pages/leaveadd/leaveadd.wxss */ .leaveadd .red { font-weight: 600; padding: 20rpx 0; color: #f03; } .leaveadd .user-address .user-address-h1 { font-weight: 600; } .leaveadd .user-address .user-address-h2 { max-width: 85vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .leaveadd .flex { background-color: #fff; padding: 20rpx; } .leaveadd .flex .item { margin: 30rpx ; } .leaveadd .btn { position: fixed; width: 100%; bottom: 0; box-sizing: border-box; padding: 10rpx 50rpx ; } .leaveadd .msg { background-color: #fff; padding: 10px 16px; color: #f03; text-align: center; }