/* pages/c-dispatch/c-dispatch.wxss */ page { background-color: white; } .t-navbar__content { background-color: #3D6DF0!important; } .left-icon-back { font-size: 40rpx !important; color: white!important; } .last{ margin-top: 18rpx; } .nav-title { font-size: 28rpx !important; color: white!important; } .t-list { /* background-color: #3D6DF0!important; */ } .dispatch-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15rpx; font-size: 28rpx; } .dispatch-head1{ display: flex; font-size: 28rpx; align-items: center; margin-bottom: 15rpx; } .dispatch-head text, .dispatch-head1 text { font-size: 30rpx; color: #2C2F36; } .dispatch-deal { display: flex; justify-content: space-between; align-items: center; } .dispatch-deal text { font-size: 28rpx; } .t-item text.time { font-size: 24rpx; color: rgba(44, 47, 54, 0.60); margin-bottom: 15rpx; } .t-item text.content { font-size: 28rpx; margin-bottom: 30rpx; padding-bottom: 30rpx; border-bottom: 1rpx solid #E5E5E5; } .dispatch-deal { display: flex; justify-content: space-between; align-items: center; } .dispatch-deal text { font-size: 28rpx; } .c-header{ background-color: white; margin-top: -30rpx; border-radius: 16rpx 16rpx 0 0; padding: 30rpx; } .c-list { background-color: white; border-radius: 16rpx 16rpx 0 0; padding: 30rpx; } .t-cell { padding:10rpx 10rpx !important } .t-input__label{ font-size: 28rpx !important; text-align: right; width: 176rpx !important; } .content-container .t-input__label { width: 120rpx !important; } .t-input__content { font-size: 28rpx !important; } .t-input { padding: 24rpx 0 !important; } .text-title{ float: left; width: 176rpx; text-align: right; font-size: 28rpx; margin-top:24rpx; } .uploadCss{ margin-left: 200rpx; margin-top: 10rpx; } .t-grid-item { width: auto !important; } .pannel-item { /* display: flex; */ align-items: center; justify-content: space-between; height: 96rpx; width: 690rpx; margin: auto; font-size: 32rpx; border-bottom: 1rpx solid #e7e7e7; } .t-null{ height: 180rpx; } .t-item{ padding: 0 40rpx; } .c-list-head { display: block; padding-left: 10rpx; border-left: 6rpx solid #3D6DF0; line-height: 1; font-weight: 600; font-size: 32rpx; margin-bottom: 25rpx; margin-top: 30rpx; } .c-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 30rpx; margin-bottom: 30rpx; border-bottom: 1rpx solid #E5E5E5; } .c-item text { font-size: 28rpx; display: block; } .c-r-item { display: flex; justify-content: flex-end; align-items: center; } .text-item text { display: block; font-size: 28rpx; margin-bottom: 20rpx; } .text-item .t-textarea__wrapper { background-color: rgba(44, 47, 54, 0.05)!important; border-radius: 16rpx; } .foot-btn{ flex: 1; padding: 0 10px; } .foot { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9; display: flex; justify-content: space-between; background-color: white; padding: 30rpx 30rpx 60rpx; } .foot .t-button--size-l { width: 100%; } .pannel-item { margin-bottom: 32rpx; } .t-class-label{ color: red !important; }