|
- /* pages/deliveryDetails/deliveryDetails.wxss */
-
- page {
- background: #f8f8fa;
- }
-
- .orderBox {
- width: 96%;
- margin: 20rpx auto;
- overflow: hidden;
- }
-
- .orderTitle {
- font-size: 32rpx;
- font-weight: 500;
- }
-
- .orderItem {
- margin: 20rpx auto;
- background-color: #fff;
- border-radius: 12rpx;
- overflow: hidden;
- }
-
- .orderName {
- }
-
- .item {
- width: 90%;
- margin: 20rpx auto;
- font-size: 28rpx;
- }
-
- .courier {
- background-color: #fff;
- width: 96%;
- margin: 20rpx auto;
- height: 80rpx;
- border: 12rpx;
- overflow: hidden;
- }
-
- .courierInput {
- width: 90%;
- margin: 10rpx auto;
- height: 60rpx;
- line-height: 60rpx;
- font-size: 30rpx;
- }
-
- .expressageIdInput {
- width: 90%;
- margin: 10rpx auto;
- height: 60rpx;
- line-height: 60rpx;
- }
-
- .addImg {
- height: 340rpx;
- width: 310rpx;
- margin: 88rpx auto;
- border: 1px solid #52a0fd;
- color: #52a0fd;
- }
- .addImg image{
- width: 59rpx;
- height: 45rpx;
- margin: 113rpx 125rpx 35rpx 126rpx;
- }
- .addImg text {
- display: block;
- text-align: center;
- }
- .up-img{
- width: 600rpx;
- margin: 40rpx auto 0;
- height: auto;
- padding: 10rpx;
- border: 1px dashed #52A0FD;
- }
- .up-img image{
- width: 600rpx;
- }
- .submit {
- width: 80%;
- margin: 20rpx auto;
- text-align: center;
- line-height: 80rpx;
- height: 80rpx;
- border-radius: 12rpx;
- color: #fff;
- background: rgba(101, 158, 246, 1);
- }
- .goBack{
- background: #fff;
- color: #000;
- border: 1px solid #eee;
- }
- .codeList{
- position: relative;
- }
- .oprBtn {
- position: absolute;
- top: -10rpx;
- right: 13rpx;
- }
- .oprBtn button{
- width: 140rpx;
- height: 60rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- display: inline-block;
- float: right;
- margin-left: 10rpx;
-
- }
|