/**index.wxss**/ page { /* background: #f3f3f3; */ background: #F4F2F2; } .zhuyi{ color: red; background: #FFF8D4; margin: -15rpx; height: 50rpx; font-size: 26rpx; text-indent: 50rpx; line-height: 45rpx; } .container { padding-top: 20rpx; padding-bottom: 80rpx; } view { font-size: 28rpx; } .edit-btn { width: 686rpx; height: 80rpx; background: #09AFFF; border-radius: 200rpx; line-height: 80rpx; position: fixed; left: 28rpx; right: 28rpx; bottom: 170rpx; color: #fff; text-align: center; z-index: 10; /* margin:94rpx 28rpx 0; */ } .quxiao { width: 686rpx; height: 80rpx; color: #A6A6A6; background: #F7F7F7; border-radius: 200rpx; line-height: 80rpx; position: fixed; left: 28rpx; right: 28rpx; bottom: 80rpx; text-align: center; /* margin:94rpx 28rpx 0; */ } .title { color: #323233; height: 40rpx; line-height: 40rpx; font-weight: bold; padding: 0 32rpx; margin: 40rpx 0 16rpx; } .tips { color: #969799; line-height: 32rpx; font-size: 24rpx; line-height: 32rpx; padding: 0 32rpx; margin-bottom: 16rpx; } .common-module { width: 750rpx; background: #FFFFFF; padding: 0 32rpx; box-sizing: border-box; } .input-block { height: 88rpx; display: flex; align-items: center; border-bottom: 1rpx solid #EBEDF0; } .input-label { line-height: 88rpx; color: #646566; width: 160rpx; } .input-value { flex: 1; padding-left: 20rpx; height: 88rpx; line-height: 88rpx; color: #333; } .input-placeholder { color: #C8C9CC; } .select-block { height: 88rpx; display: flex; align-items: center; border-bottom: 1rpx solid #EBEDF0; } .no-border { border-bottom: none; } .select-label { line-height: 88rpx; color: #646566; width: 160rpx; } .select-value { flex: 1; padding-left: 20rpx; height: 88rpx; line-height: 88rpx; } .select-value.default-value { color: #C8C9CC; } .special-tips { height: 48rpx; line-height: 32rpx; color: #969799; font-size: 24rpx; padding: 12rpx 20rpx 0 32rpx; } .worker-scroll { margin: 8rpx 4rpx 0; background: #fff; border-radius: 8rpx; width: 742rpx; } .worker-item { height: 80rpx; padding: 0 40rpx; line-height: 80rpx; border-bottom: 2rpx solid #F4F2F2; } .disable-input { color: #999; } .address-block { min-height: 160rpx; height: auto; } .address-block .input-value { line-height: 44rpx; white-space: pre-wrap; /* display: flex; align-items: center; */ height: 120rpx; padding: 0 0 0rpx 20rpx; /* overflow-y: auto; */ /* margin-bottom:16rpx; */ } .tapdow { width: 20rpx; height: 12rpx; float: right; margin-top: 20rpx } .tjdz { position: absolute; right: 0rpx; margin-top: 50rpx; color: #25B7EB; padding-top: 10rpx; padding-bottom: 10rpx; } .cusfont { font-size: 32rpx; line-height: 60rpx; font-weight: bold; } .fwz { font-size: 30rpx; font-weight: bold; text-indent: 30rpx; margin-top: 20rpx; margin-bottom: 6rpx; } .workerleft { width: 50%; height: 100%; line-height: 80rpx; float: left; background: #D0F1FF; text-align: center; color: #25B7EB; font-size: 30rpx; font-weight: 400; } .workerright { width: 50%; height: 100%; line-height: 80rpx; background: white; text-align: center; /* color: #25B7EB; */ font-size: 30rpx; font-weight: 400; } .gaipai { width: 100rpx; text-align: center; color: #25B7EB; background: #D0F1FF; padding: 10rpx; } .kuang { width: 120rpx; height: 100rpx; text-align: center; /* background: #F7F7F7; */ border-radius: 20rpx; margin-right: 10rpx; float:left; } .kuangzi { font-size: 32rpx; margin-top:6rpx; font-weight: bold; display: block; } .rili{ height: 120rpx; width: 700rpx; display: flex; } .datetime{ width: 150px; border-radius: 20rpx; height: 80rpx; border: 2rpx solid #25B7EB; text-align: center; color: #25B7EB; background: #D0F1FF; float: left; margin-left: 30rpx; margin-top:20rpx; } .nodatetime{ width: 150px; border-radius: 20rpx; height: 80rpx; border: 2rpx solid #F7F7F7; text-align: center; color: #A6A6A6; background: #F7F7F7; float: left; margin-left: 30rpx; margin-top:20rpx; }