box_exception.css 2.61 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
page{
	padding-top: 190upx;
}
.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-info-v text:first-child{
	width: 160upx;
	/* display: inline-block; */
}
.order-info-v text:last-child{
	flex: 1;
}
.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); */
}
.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;
}

.order-info-line-v view{
	margin-bottom: 30upx;
	display: flex;
}
.corder-tab1-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.corder-tab1-item image{
	width: 42upx;
	height: 42upx;
	margin-right: 20upx;
}
.corder-tab1-item text{
	width: 160upx;
	display: block;
}

.corder-picker .rgt{
	position: absolute;
	right: 20upx;
}
.v-picker{
	font-weight: 500;
	font-size: var(--f26);
	margin-left: 20upx;
	border: 1px solid var(--cdf);
	flex: 1;
	padding: 0 20upx;
	padding-top: 28upx;
	border-radius: 12upx;
}
 .v-picker-2 .uni-input{
	color: #666666
}
.corder-tab1-item textarea{
	width: 69%;
	border: 1px solid #dfdfdf;
	height: 160upx;
	font-size: 26upx;
	border-radius: 12upx;
	padding: 12upx;
}
.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;
}
.apply-btn view:last-child{
	margin-left: 20upx;
	color: var(--c427);
	background-color: #fff;
	border: 1px solid var(--c427);
}
.rgt{
	top: 11px;
	position: absolute;
	right: 6upx;
	margin: 0;
}
.channel{
	display: block !important;
	flex:1
}