123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- /* pages/temporary/add.wxss */
- .van-field__label {
- width: 240rpx !important;
- }
- .formTopBlueBg {
- height: 144rpx;
- background-color: #0396FF;
- }
- .part {
- border-radius: 16rpx;
- padding: 20rpx 00rpx;
- background: #fff;
- margin-bottom: 20rpx;
- }
- picker view {
- line-height: normal !important;
- }
- .heightAuto .van-field__control--right {
- height: auto !important;
- }
- .topProJectInfo {
- padding: 26rpx 40rpx;
- }
- .labelTitle {
- padding: 0 16px;
- color: #323233;
- font-size: 14px;
- }
- .topItem1 .van-cell {
- padding-top: 6rpx !important;
- padding-bottom: 6rpx !important;
- }
- .topItem {
- position: relative;
- padding-bottom: 16rpx;
- }
- .topItem2::after {
- border: 0 none !important;
- }
- .topItem::after {
- border-bottom: 1px solid #ebedf0;
- bottom: 0;
- box-sizing: border-box;
- content: " ";
- left: 16px;
- pointer-events: none;
- position: absolute;
- right: 16px;
- transform: scaleY(0.5);
- transform-origin: center;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #ebedf0;
- }
- .proTitle {
- font-size: 36rpx;
- font-weight: bold;
- color: rgba(0, 0, 0, 0.85);
- }
- .proJectInfoCode {
- width: 100%;
- display: flex;
- padding: 10rpx 10rpx 0 0rpx;
- color: rgba(0, 0, 0, 0.65);
- justify-content: space-between;
- }
- .proJectInfoCode > view:last-child {
- padding: 0 16rpx;
- display: flex;
- height: 40rpx;
- line-height: 40rpx;
- color: #2C6CEC;
- font-size: 20rpx;
- border-radius: 20rpx;
- border: 1px solid #2C6CEC;
- align-items: center;
- white-space: nowrap;
- }
- .radioHeight .radioHeightBx {
- width: 100%;
- }
- radio-group {
- text-align: right;
- }
- .fieldAutoHeight .van-field__body,
- .fieldAutoHeight .van-field__control {
- height: auto !important;
- text-align: left;
- line-height: 30px;
- }
- .ysType {
- flex: 1;
- text-align: right;
- }
- .ysType text:first-child {
- margin-right: 12rpx;
- }
- .ysType text {
- display: inline-block;
- width: 80rpx;
- height: 48rpx;
- line-height: 48rpx;
- text-align: center;
- background: #E1E1E1;
- border: 1px solid #E1E1E1;
- border-radius: 4rpx;
- box-sizing: border-box;
- }
- .ysType .active {
- color: #2C6CEC;
- border: 1rpx solid #2C6CEC;
- background: transparent;
- }
- .otherInfo {
- padding: 10rpx 10rpx 0 0rpx;
- color: rgba(0, 0, 0, 0.65);
- }
- .otherInfo .status {
- clear: both;
- }
- .type {
- display: inline-block;
- padding: 4rpx 10rpx;
- color: #2C6CEC;
- background: rgba(44, 108, 236, 0.1);
- }
- .type1 {
- color: #52C41A;
- background: rgba(82, 196, 26, 0.1);
- }
- .type2 {
- color: #FAAD14;
- background: rgba(250, 173, 20, 0.1);
- }
- .setHeight {
- height: 120rpx !important;
- }
- .radioHeight .radioHeightBx {
- width: 100%;
- }
- .radioHeight .van-field__body {
- height: 28px;
- line-height: 25px;
- }
- .bottomBtn view:first-child {
- flex: 1;
- }
- .chooseDriver {
- width: 600rpx;
- height: 100vh;
- display: flex;
- flex-direction: column;
- }
- .dialogUser {
- flex: 1;
- width: 100%;
- padding: 30rpx 0;
- box-sizing: border-box;
- overflow-y: auto;
- }
- .spacialName {
- display: inline-block;
- width: 64rpx;
- height: 64rpx;
- line-height: 64rpx;
- margin: 0 20rpx 0 10rpx;
- border-radius: 50%;
- text-align: center;
- color: #3764FF;
- font-size: 24rpx;
- background-color: rgba(55, 100, 255, 0.051);
- }
- .bottomBtn {
- display: flex;
- width: 100%;
- padding: 20rpx;
- font-size: 28rpx;
- box-sizing: border-box;
- align-items: center;
- justify-content: space-around;
- border-top: 1px solid #f9f7f9;
- }
- /* 选人弹窗 */
- .chooseUserMain {
- width: 600rpx;
- height: 100vh;
- display: flex;
- flex-direction: column;
- }
- .dialogUser {
- flex: 1;
- width: 100%;
- padding: 30rpx 0;
- box-sizing: border-box;
- overflow-y: auto;
- }
|