/* pages/empAdd/empAdd.wxss */ @import "../../style/style"; .bottomPlaceholder { height: 166rpx; } .btnGroup { padding: 24rpx; } .btnGroup .btn { width: 100%; height: 94rpx; line-height: 94rpx; font-size: 36rpx; color: #fff; background: #007dff; border-radius: 8rpx; } .chooseForm { padding: 0 24rpx; } .chooseLine { display: flex; align-items: center; padding-left: 14rpx; } .chooseLine+.chooseLine { border-top: solid #f5f5f5 1rpx; } .chooseLine .iconfont { margin-right: 28rpx; font-size: 36rpx; color: #bcb6c3; } .chooseLine .icon-selected { color: #007dff; } .chooseLine .text { flex: 1; width: 0; display: block; height: 98rpx; line-height: 98rpx; font-size: 28rpx; font-weight: 450; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }