/* 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; } .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; } .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; }