/* pages/workorder/index.wxss */ page{ width: 100%; height: 100%; } .setup{ width: 100%; /* height: 100%; */ background: linear-gradient(to bottom, #0F80DC -40%, #F0F5F5 40%,#F0F5F5 100%); padding: 20rpx 20rpx; box-sizing: border-box; } .workorder_list{ background-color: #ffffff; border-radius: 10rpx; padding: 0rpx 20rpx; } picker{ width: 100%; } .owner_type1 { width: 100%; height: 120rpx; display: flex; align-items: center; justify-content: space-between; border-bottom: #f0f5f5 1rpx solid; } .owner_type1x{ width: 100%; padding: 20rpx 0rpx; display: flex; align-items: center; justify-content: space-between; border-bottom: #f0f5f5 1rpx solid; } .calculation_strategy { font-size: 26rpx; color: #222; padding: 20rpx 0rpx; } .calculation_capsule { width: 70%; font-size: 26rpx; color: #222; padding: 10rpx 20rpx; } .owner_easyinput1 { width: 100%; display: flex; flex-wrap: wrap; } .uni-mt-5{ width: 100%; text-align: left; } .calculation_use { width: 100%; font-size: 26rpx; display: flex; justify-content: space-between; } .calculation_top { width: 100%; height: 100%; font-size: 26rpx; display: flex; align-items: center; justify-content: space-between; } .calculation_left { display: flex; font-size: 28rpx; } .uni-input{ font-size: 28rpx; } .uni-inputcolor{ color: #cccccc; } .event { width: 70%; display: flex; justify-content: space-between; padding-left: 20rpx; align-items: center; box-sizing: border-box; } .events{ width: 90%; display: flex; align-items: center; /* 核心溢出控制:明确隐藏方向 + 避免文字换行导致高度溢出 */ overflow: hidden; /* 隐藏所有方向超出的内容 */ white-space: nowrap; /* 强制内容在一行显示,避免文字换行后高度溢出 */ text-overflow: ellipsis; /* 可选:文字溢出时显示省略号(…),提升用户体验 */ /* 可选:限制容器最小宽度,避免内容过窄时挤压 */ } .inputpartnerName{ padding-right: 20rpx; box-sizing: border-box; } .switch-container{ width: 100%; } .t-radio{ margin-right: 40rpx; } .owner_type2 { width: 100%; display: flex; justify-content: space-between; border-bottom: #f0f5f5 1rpx solid; } .calculation_capsule1 { width: 72%; font-size: 26rpx; color: #222; padding: 20rpx 0rpx; } .external-class{ font-size: 28rpx; height: 200rpx; } .workorder_box{ width: 100%; height: 180rpx; position: fixed; bottom: 0rpx; left: 0rpx; padding-top:30rpx; display: flex; /* align-items: center; */ justify-content: center; box-sizing: border-box; background-color: #ffffff; z-index: 99; } .workorder{ width: 480rpx; height: 80rpx; font-size: 32rpx; background-color: rgba(15, 128, 220, 0.2); color: #0F80DC; border:1rpx solid #0F80DC; display: flex; align-items: center; justify-content: center; border-radius: 10rpx; } .calculation_usebox1 { font-size: 26rpx; display: flex; align-items: center; margin-top: 20rpx; border: 1rpx solid #cccccc; border-radius: 10rpx; /* justify-content: space-between; */ } .calculation_imagebox{ width: 120rpx; height: 120rpx; margin-right: 40rpx; position:relative; } .calculation_imagex{ position: absolute; top: 0rpx; right: 0rpx; } .calculation_image{ width: 120rpx; height: 120rpx; } .block { width: 100%; height: 880rpx; background: var(--td-bg-color-container); border-top-left-radius: 16rpx; border-top-right-radius: 16rpx; overflow: auto; } .header { display: flex; align-items: center; height: 116rpx; } .title { flex: 1; text-align: center; font-weight: 600; font-size: 36rpx; color: var(--td-text-color-primary); } .btn { font-size: 32rpx; padding: 32rpx; } .btn--cancel { color: var(--td-text-color-secondary); } .btn--confirm { color: #0052d9; } .checkbox{ width: 100%; height: 680rpx; padding:30rpx 40rpx; overflow: auto; box-sizing: border-box; z-index: 999; } .weui-cell{ width: 100%; height: 80rpx; display: flex; align-items: center; justify-content: space-between; padding: 20rpx; /* border-bottom:1rpx solid #cccccc; */ /* background-color: rgba(60, 158, 250, 0.1); */ box-sizing: border-box; } .weui-cell__bd{ width: 38rpx; height: 38rpx; line-height: 40rpx; background-color: rgba(60, 158, 250, 0.8); border-radius: 100%; display: flex; align-items: center; justify-content: center; color: #ffffff; box-sizing: border-box; }