|
@@ -2,7 +2,7 @@
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
<appResult>
|
|
<appResult>
|
|
|
<button class="admin-button-com blue big" @click="gotoDetail">订单详情</button>
|
|
<button class="admin-button-com blue big" @click="gotoDetail">订单详情</button>
|
|
|
- <button class="admin-button-com blue big" @click="gotoPlace">返回</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com big" @click="gotoPlace">返回</button>
|
|
|
</appResult>
|
|
</appResult>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
@@ -40,39 +40,39 @@ export default {
|
|
|
</script>
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.admin-button-com {
|
|
.admin-button-com {
|
|
|
- margin-bottom:50upx;
|
|
|
|
|
|
|
+ margin-bottom:60upx;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
.zuhe-box{
|
|
.zuhe-box{
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- padding: 0 20upx;
|
|
|
|
|
|
|
+ padding: 0 20upx;
|
|
|
margin-bottom: 20upx;
|
|
margin-bottom: 20upx;
|
|
|
- background-color: #fff;
|
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
.zuhe-remark{
|
|
.zuhe-remark{
|
|
|
color: #333;
|
|
color: #333;
|
|
|
font-size: 32upx;
|
|
font-size: 32upx;
|
|
|
- font-weight: 700;
|
|
|
|
|
- line-height: 88upx;
|
|
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ line-height: 88upx;
|
|
|
}
|
|
}
|
|
|
.zuhe-center{
|
|
.zuhe-center{
|
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|
|
|
- height: 90upx;
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- .zuhe-title{
|
|
|
|
|
- color: #666;
|
|
|
|
|
- }
|
|
|
|
|
- &>input{
|
|
|
|
|
- border: 1px solid #eee!important;
|
|
|
|
|
- border-radius: 5upx!important;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ height: 90upx;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ .zuhe-title{
|
|
|
|
|
+ color: #666;
|
|
|
|
|
+ }
|
|
|
|
|
+ &>input{
|
|
|
|
|
+ border: 1px solid #eee!important;
|
|
|
|
|
+ border-radius: 5upx!important;
|
|
|
|
|
+ }
|
|
|
.zuhe-val{
|
|
.zuhe-val{
|
|
|
position: relative;
|
|
position: relative;
|
|
|
width: 70%;
|
|
width: 70%;
|
|
|
height: 60upx;
|
|
height: 60upx;
|
|
|
padding: 10upx;
|
|
padding: 10upx;
|
|
|
- color: #333;
|
|
|
|
|
|
|
+ color: #333;
|
|
|
border: 1px solid #868686;
|
|
border: 1px solid #868686;
|
|
|
- border: none;
|
|
|
|
|
|
|
+ border: none;
|
|
|
&.active:before {
|
|
&.active:before {
|
|
|
content: ' ';
|
|
content: ' ';
|
|
|
height: 22upx;
|
|
height: 22upx;
|