doc_exception.css 3.02 KB
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
page{
	padding-top: 150upx;
}
.order-info{
	width: 94%;
	margin: 0upx auto ;
	background: var(--c0);
	border-radius: 12upx;
}
.order-info-v{
	padding: 30upx;
	color: var(--c3);
	font-size: 30upx;
}
.order_item text:first-child{
	width: 180upx;
	display: inline-block;
}
.order_item text:last-child{
	flex: 1;
}
.weight_style{
	margin-bottom: 0 !important;
}

.corder-link text{
	color: var(--c6) !important;
}
.corder-link{
	width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2% 20upx 2%;
    font-size: var(--f24);
	/* border-bottom: 1px solid var(--ceb); */
}
.corder-tab1-item textarea{
	width: 69%;
	border: 1px solid #dfdfdf;
	height: 160upx;
	font-size: 26upx;
	border-radius: 12upx;
	padding: 12upx;
}
.link-btn{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60upx;
	background-color: var(--c427);
	color: var(--c0);
	border-radius: 30upx;
	border: 1px solid var(--c427);
}
.order-info-title{
	width: 100%;
	border-bottom: 1px solid var(--cdf);
	padding: 0upx 0 20upx;
	display: flex;
	align-items: center;
	font-size: var(--f28);
	color: var(--c3);
	font-weight: 700;
	position: relative;
}
.order-info-title image{
	width: 40upx;
	height: 40upx;
	margin-right: 12upx;
}
.order-info-title .mudi{
	position: absolute;
	right: 0;
	font-size: var(--f24);
	color: var(--c6);
	font-weight: 500;
}
.order-info-txt{
	padding: 20upx 0 0 0;
}
.order-info-txt view{
	margin-bottom: 20upx;
}
.order-info-txt view:last-child{
	margin-bottom: 0;
}

.order-info-line{
	display: flex;
	width: 100%;
	padding: 20upx 0 0 0;
}
.order-info-line-v{
	flex: 1;
}
.fills{
	display: flex;
	flex-direction: column;
}
.order-info-line-v view{
	margin-bottom: 30upx;
	display: flex;
}
.apply-btn{
	display: flex;
	align-items: center;
	font-size: 26upx;
	justify-content: center;
	margin-top: 60upx;
}
.apply-btn view{
	color: #fff;
	background-color: #297CE7;
	padding: 16upx 36upx;
	border-radius: 8upx;
}
.upload{
	display: flex;
	border: 1px solid #dfdfdf;
	border-radius: 8upx;
	padding: 8upx 20upx;
	align-items: center;
	justify-content: center;
	margin-bottom: 0 !important;
}
.upload image{
	width: 32upx;
	height: 32upx;
	margin-right: 20upx;
}
.corder-tab1-item{
	display: flex;
	align-items: center;
	position: relative;
}
.fileList{
	display: flex;
	margin: 0 !important;
	align-items: center;
}
.fileList view:first-child{
	color: #297CE7;
	margin-bottom: 0 !important;
}
.fileList view:last-child{
	color: #FF0000;
	margin-left: 20upx;
	margin-bottom: 0 !important;
}
.corder-goods{
	width: 100%;
	background-color: var(--cfb);
	flex-direction: column;
}

.corder-gnums{
	background-color: var(--cf7);
	padding: 4upx 20upx;
	border-radius: 10upx;
	color: var(--c3);
	font-size: var(--f26);
	margin-bottom: 10upx !important;
}
.corder-goods-v{
	width: 96%;
	padding:0 2%;
	color: var(--c6);
	font-size: var(--f24);
}
.corder-goods-v-item{
	flex: 1;
	flex-direction: column;
	margin-bottom: 0 !important;
}
.corder-goods-v-item view{
	padding: 0;
	margin-top: 20upx;
}
.corder-tab2{
	width: 100%;
}