.list{ padding: 12rpx 32rpx; .line{ display: flex; justify-content: space-between; align-items: center; height: 100rpx; border-bottom: 2rpx solid #E5E5E5; .name{ font-size: 30rpx; } .icon{ width: 40rpx; } } } .modal{ width: 610rpx; height: 450rpx; background: #FFFFFF; border-radius: 8rpx; padding: 60rpx 40rpx 30rpx; .title{ font-weight: 500; font-size: 36rpx; color: #222222; margin-bottom: 30rpx; } .text{ color: #555555; margin-bottom: 30rpx; padding-bottom: 40rpx; border-bottom: 2rpx solid #E5E5E5; } .btns{ display: flex; justify-content: space-between; .btn{ width: 254rpx; height: 88rpx; display: flex; justify-content: center; align-items: center; background: #F7F7F7; border-radius: 8rpx; font-weight: 500; font-size: 30rpx; color: #555555; } .cancel{ color: #fff; background-color: var(--themeColor); } } }