朱桂飞
2023-12-19 8cc072a8a3bffcb8e9292cd39d1062493a1a0282
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<template>
    <view class="container">
        <cu-custom bgColor="bg-blue" :isBack="true">
            <block slot="backText"></block>
            <block slot="content">配方详情</block>
        </cu-custom>
 
        <view class="bg-top bg-blue">
            <view class="top-box shadow">
                <view class="qh-pic cu-avatar xl"
                    style="background-image:url(https://img1.baidu.com/it/u=3632668541,1209310056&fm=253&fmt=auto?w=166&h=166)">
                </view>
                <view class="qh-title text-bold text-blue text-xl">
                    <text>配方属性</text>
                </view>
 
                <!-- :class="[menuBorder?'sm-border':'',menuCard?'card-menu margin-top':'']" -->
                <view class="cu-list menu">
 
 
                    <view class="cu-item" style="padding: 0;">
                        <view class="content">
                            <text class="cuIcon-timefill text-green"></text>
                            <text class="text-black">类型</text>
                        </view>
                        <view class="action">
                            <view class="cu-tag round bg-green light">根茎类</view>
                        </view>
                    </view>
 
                    <view class="cu-item" style="padding: 0;">
                        <view class="content">
                            <text class="cuIcon-timefill text-blue  margin-right-xs"></text>
                            <text class="text-black">名称</text>
                        </view>
                        <view class="action">
                            <view class="cu-tag round bg-blue light">人参</view>
                        </view>
                    </view>
 
                </view>
 
            </view>
 
 
 
            <view class="center-box shadow">
                <view class="cu-list menu">
                    <view class="cu-bar bg-white margin-top-xs u-border-bottom">
                        <view class="action sub-title">
                            <text class="text-xl text-bold text-blue text-shadow">配方参数</text>
                            <text class="text-ABC text-blue"></text>
                        </view>
                    </view>
                    <view class="cu-item" style="padding: 0;">
                        <view class="content">
                            <text class="cuIcon-timefill text-blue"></text>
                            <text class="text-lg">环境温度</text>
                        </view>
                        <view class="action">
                            <text class="text-grey text-sm">25℃</text>
                        </view>
                    </view>
 
                    <view class="cu-item" style="padding: 0;">
                        <view class='content'>
                            <text class="cuIcon-timefill text-blue"></text>
                            <text class='text-lg'>环境湿度</text>
                        </view>
                        <view class="action">
                            <view class="cu-tag round bg-blue light">
                                50%
                            </view>
                        </view>
                    </view>
 
                    <view class="cu-item" style="padding: 0;">
                        <view class='content'>
                            <text class="cuIcon-timefill text-blue"></text>
                            <text class='text-lg'>热风温度</text>
                        </view>
                        <view class="action">
                            <view class="cu-tag round bg-blue light">
                                70℃
                            </view>
                        </view>
                    </view>
 
                    <view class="cu-item" style="padding: 0;">
                        <view class='content'>
                            <text class="cuIcon-timefill text-blue"></text>
                            <text class='text-lg'>滚筒延时</text>
                        </view>
                        <view class="action">
                            <view class="cu-tag round bg-blue light">
                                5ms
                            </view>
                        </view>
                    </view>
 
 
                </view>
            </view>
 
            <view class="center-box shadow">
                <view class="cu-list menu">
                    <view class="cu-bar bg-white margin-top-xs u-border-bottom">
                        <view class="action sub-title">
                            <text class="text-xl text-bold text-blue text-shadow">干燥参数</text>
                            <text class="text-ABC text-blue"></text>
                        </view>
                    </view>
                    <view class="cu-item" style="padding: 0;">
                        <view class="content">
                            <text class="cuIcon-timefill text-blue"></text>
                            <text class="text-lg">干燥总时间</text>
                        </view>
                        <view class="action">
                            <text class="text-grey text-sm">90min</text>
                        </view>
                    </view>
 
                    <view class="cu-item" style="padding: 0;">
                        <view class='content'>
                            <text class="cuIcon-timefill text-blue"></text>
                            <text class='text-lg'>初始含水率</text>
                        </view>
                        <view class="action">
                            <view class="cu-tag round bg-blue light">
                                50%
                            </view>
                        </view>
                    </view>
 
                    <view class="cu-item" style="padding: 0;">
                        <view class='content'>
                            <text class="cuIcon-timefill text-blue"></text>
                            <text class='text-lg'>目标含水率</text>
                        </view>
                        <view class="action">
                            <view class="cu-tag round bg-blue light">
                                11%
                            </view>
                        </view>
                    </view>
 
 
 
                </view>
            </view>
 
 
            <view class="padding-lr" style="margin-top: 15rpx; margin-bottom: 30rpx;">
                <text class="text-grey text-sm">"配方" 信息</text>
            </view>
 
        </view>
 
 
    </view>
</template>
 
<script>
    // import request from '@/common/request.js';
    export default {
        data() {
            return {
                joinList: [{
 
                    },
                    {
 
                    }
                ]
            }
        },
        onShow() {
 
        },
        onLoad() {
 
        },
        onReachBottom() {
 
        },
        onShareAppMessage() {
            return {
                title: '分享'
            }
        },
        methods: {
 
        }
    }
</script>
<style lang="scss" scoped>
    .container {
        width: 750rpx;
        color: #333333;
 
        .bg-top {
            margin-top: -1rpx;
            width: 750rpx;
            height: 220rpx;
            padding-top: 50rpx;
            border-radius: 0 0 20% 20%;
 
            .top-box {
                width: 700rpx;
                background-color: #FFFFFF;
                margin: 0 auto;
                border-radius: 20rpx;
                padding: 20rpx 30rpx 0rpx;
                position: relative;
 
                .qh-pic {
                    position: absolute;
                    right: 64rpx;
                    top: -50rpx;
                    border-radius: 12rpx;
                }
 
                .qh-title {
                    width: 100%;
                    height: 60rpx;
                    line-height: 65rpx;
                    padding-right: 190rpx;
                }
 
                .bxBox {
                    position: relative;
                    display: flex;
                    /* padding: 0 30rpx; */
                    min-height: 100rpx;
                    /* background-color: #ffffff; */
                    /* justify-content: space-between; */
                    align-items: center;
                    font-size: 30rpx;
                    line-height: 1.6em;
                    flex: 1;
 
                    .bxImg {
                        display: inline-block;
                        margin-right: 10rpx;
                        width: 1.6em;
                        text-align: center;
                    }
                }
 
            }
        }
 
        .center-box {
            color: #333333;
            width: 700rpx;
            background-color: #FFFFFF;
            margin: 0 auto;
            border-radius: 20rpx;
            padding: 0rpx 30rpx 0rpx;
            position: relative;
            margin-top: 20rpx;
        }
    }
</style>