init
This commit is contained in:
1
pages_tool/seal/medium/detail.js
Normal file
1
pages_tool/seal/medium/detail.js
Normal file
@@ -0,0 +1 @@
|
||||
require('../../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages_tool/seal/medium/detail"],{"0c27":function(t,e,i){"use strict";(function(t,i){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{title:"搜索结果",info:{},list:[],keyword:""}},onLoad:function(t){t.keyword&&(this.keyword=t.keyword),this.getdata()},onShow:function(){},methods:{generatePdf:function(){var e=this.$util.img(this.info.files_url);t.showLoading({title:"正在加载"});try{t.downloadFile({url:e,success:function(e){if(200===e.statusCode){t.hideLoading({success:function(t){}});var n=e.tempFilePath;i.shareFileMessage({filePath:n,success:function(){},fail:console.error})}},fail:function(e){t.hideLoading({success:function(t){}})},complete:function(e){404==e.statusCode&&t.showToast({title:"文件不存在",icon:"none"})}})}catch(n){console.log("CatchClause",n),console.log("CatchClause",n),t.hideLoading({success:function(t){}})}},generateImage:function(){var e=this,i=this.$util.img(this.info.img_url);t.showLoading({title:"正在加载"}),t.downloadFile({url:this.$util.img(i),success:function(i){t.hideLoading({success:function(t){}}),200===i.statusCode?t.saveImageToPhotosAlbum({filePath:i.tempFilePath,success:function(){e.$util.showToast({title:"保存成功"})},fail:function(t){"saveImageToPhotosAlbum:fail auth deny"==t.errMsg||"saveImageToPhotosAlbum:fail:auth denied"==t.errMsg||e.$util.showToast({title:"保存失败,请稍后重试"})}}):e.$util.showToast({title:"下载失败"})},fail:function(i){console.log(i),t.hideLoading({success:function(t){}}),e.$util.showToast({title:"下载失败"})}})},getdata:function(){var t=this;this.$api.sendRequest({url:"/api/seal/info",data:{keyword:this.keyword},success:function(e){console.log(e),t.list=e.value,t.info=e,t.title=e.name}})}}};e.default=n}).call(this,i("df3c")["default"],i("3223")["default"])},4131:function(t,e,i){},"6eb5":function(t,e,i){"use strict";i.r(e);var n=i("0c27"),o=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=o.a},7061:function(t,e,i){"use strict";(function(t,e){var n=i("47a9");i("1dee");n(i("3240"));var o=n(i("f3b8"));t.__webpack_require_UNI_MP_PLUGIN__=i,e(o.default)}).call(this,i("3223")["default"],i("df3c")["createPage"])},"7ca2":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=(this._self._c,this.list.length);this.$mp.data=Object.assign({},{$root:{g0:e}})},o=[]},"9adb":function(t,e,i){"use strict";var n=i("4131"),o=i.n(n);o.a},f3b8:function(t,e,i){"use strict";i.r(e);var n=i("7ca2"),o=i("6eb5");for(var s in o)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return o[t]}))}(s);i("9adb");var a=i("828b"),u=Object(a["a"])(o["default"],n["b"],n["c"],!1,null,"f789dd0c",null,!1,n["a"],void 0);e["default"]=u.exports}},[["7061","common/runtime","common/vendor"]]]);
|
||||
4
pages_tool/seal/medium/detail.json
Normal file
4
pages_tool/seal/medium/detail.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"navigationBarTitleText": "搜索结果",
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
pages_tool/seal/medium/detail.wxml
Normal file
1
pages_tool/seal/medium/detail.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<page-meta page-style="{{themeColor}}" class="data-v-f789dd0c"></page-meta><view class="data-v-f789dd0c"><view class="content data-v-f789dd0c"><view class="goods-attr data-v-f789dd0c"><view class="title data-v-f789dd0c">{{title}}</view><view class="attr-wrap data-v-f789dd0c"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block class="data-v-f789dd0c"><view class="item data-v-f789dd0c"><text class="attr-name data-v-f789dd0c" style="{{'background:'+(item.background)+';'}}">{{item.text}}</text><text class="value-name data-v-f789dd0c" style="{{'color:'+(item.color)+';'}}">{{item.value}}</text></view></block></block></view></view><block wx:if="{{$root.g0>0}}"><view class="foot data-v-f789dd0c"><view data-event-opts="{{[['tap',[['generateImage',['$event']]]]]}}" class="item data-v-f789dd0c" style="margin-right:30rpx;" bindtap="__e">导出图片</view><view data-event-opts="{{[['tap',[['generatePdf',['$event']]]]]}}" class="item data-v-f789dd0c" bindtap="__e">导出PDF</view></view></block></view></view>
|
||||
1
pages_tool/seal/medium/detail.wxss
Normal file
1
pages_tool/seal/medium/detail.wxss
Normal file
@@ -0,0 +1 @@
|
||||
canvas.data-v-f789dd0c{position:relative;width:100%;height:400rpx;background-color:#f8f8f8;border-radius:8rpx;margin-bottom:20rpx}.foot.data-v-f789dd0c{display:flex;margin:40rpx 20rpx}.foot .item.data-v-f789dd0c{width:50%;text-align:center;background:#ff4646;padding:10rpx 0;color:#fff;border-radius:10rpx}.goods-attr.data-v-f789dd0c{margin:24rpx 20rpx;background-color:#fff;border-radius:16rpx;overflow:hidden}.goods-attr .title.data-v-f789dd0c{height:70rpx;line-height:70rpx;box-sizing:border-box;font-size:32rpx;margin:0 20rpx;text-align:center;font-weight:600;color:#000}.goods-attr .attr-action.data-v-f789dd0c{text-align:center;line-height:70rpx;font-size:24rpx}.goods-attr .attr-wrap.data-v-f789dd0c{margin:20rpx;border:2rpx solid #f1f1f1;overflow:hidden}.goods-attr .attr-wrap .item.data-v-f789dd0c{display:flex;border-bottom:2rpx solid #f1f1f1}.goods-attr .attr-wrap .item.data-v-f789dd0c:last-child{border-bottom:0}.goods-attr .attr-wrap .item .attr-name.data-v-f789dd0c{width:200rpx;padding-right:30rpx;background-color:#fbfafa;white-space:pre-wrap;border-right:2rpx solid #f1f1f1;height:60rpx;line-height:60rpx;font-size:26rpx;text-align:right;font-weight:600}.goods-attr .attr-wrap .item .value-name.data-v-f789dd0c{padding-left:30rpx;white-space:pre-wrap;height:60rpx;line-height:60rpx;font-size:26rpx;flex:1;width:0}
|
||||
1
pages_tool/seal/medium/search.js
Normal file
1
pages_tool/seal/medium/search.js
Normal file
@@ -0,0 +1 @@
|
||||
require('../../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages_tool/seal/medium/search"],{"0ae6":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return n}));var n={nsEmpty:function(){return i.e("components/ns-empty/ns-empty").then(i.bind(null,"a84f"))}},s=function(){var t=this.$createElement,e=(this._self._c,this.list.length);this.$mp.data=Object.assign({},{$root:{g0:e}})},o=[]},1550:function(t,e,i){"use strict";i.r(e);var n=i("0ae6"),s=i("cc87");for(var o in s)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(o);i("d58d");var a=i("828b"),r=Object(a["a"])(s["default"],n["b"],n["c"],!1,null,"5e0c5052",null,!1,n["a"],void 0);e["default"]=r.exports},4329:function(t,e,i){"use strict";(function(t,e){var n=i("47a9");i("1dee");n(i("3240"));var s=n(i("1550"));t.__webpack_require_UNI_MP_PLUGIN__=i,e(s.default)}).call(this,i("3223")["default"],i("df3c")["createPage"])},"6aa5":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{inputValue:"",historyList:[],searchList:[],alikeList:[],isIndex:!1,searchWords:"",hotList:[],isAllHistory:!1,list:[]}},onLoad:function(e){e.keyword&&(this.inputValue=e.keyword),!t.getStorageSync("search")&&t.setStorageSync("search",[])},onShow:function(){this.$nextTick((function(){this.getHistoryHeight()}))},methods:{findHistoryList:function(){this.historyList=t.getStorageSync("search").reverse()},deleteHistoryList:function(){var e=this;t.showModal({title:"提示",content:"确认删除全部历史记录?",success:function(i){i.confirm&&(t.setStorageSync("search",[]),e.findHistoryList())}})},deleteItem:function(e){var i=this;t.showModal({title:"提示",content:"确认删除该条历史记录?",success:function(n){if(n.confirm){var s=t.getStorageSync("search"),o=s.filter((function(t){return t!=e}));t.setStorageSync("search",o),i.findHistoryList()}}})},findHotList:function(){var t=this;this.$api.sendRequest({url:"/api/goods/hotSearchWords",success:function(e){""!=e.data.words&&(t.hotList=e.data.words.split(","))}})},inputFocus:function(t){""!=this.inputValue.trim()&&(this.dataList=[])},otherSearch:function(t){this.$util.redirectTo("/pages_tool/seal/medium/detail",{keyword:t.name.trim()})},search:function(){var e=this;if(console.log(this.inputValue),""==this.inputValue)return this.$util.showToast({title:"搜索内容不能为空哦"}),!1;t.showLoading({}),this.$api.sendRequest({url:"/api/seal/search",data:{keyword:this.inputValue},success:function(i){console.log(i),e.list=i.list,t.hideLoading({})}})},getHistoryHeight:function(){var e=this,i=t.createSelectorQuery().in(this);i.select("#history-list").boundingClientRect((function(i){i&&i.height>2*t.upx2px(70)+2*t.upx2px(35)&&(e.isAllHistory=!0)})).exec()}}};e.default=i}).call(this,i("df3c")["default"])},cc87:function(t,e,i){"use strict";i.r(e);var n=i("6aa5"),s=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=s.a},d58d:function(t,e,i){"use strict";var n=i("f138"),s=i.n(n);s.a},f138:function(t,e,i){}},[["4329","common/runtime","common/vendor"]]]);
|
||||
6
pages_tool/seal/medium/search.json
Normal file
6
pages_tool/seal/medium/search.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "介质材料搜索",
|
||||
"usingComponents": {
|
||||
"ns-empty": "/components/ns-empty/ns-empty"
|
||||
}
|
||||
}
|
||||
1
pages_tool/seal/medium/search.wxml
Normal file
1
pages_tool/seal/medium/search.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<page-meta page-style="{{themeColor}}" class="data-v-5e0c5052"></page-meta><view class="data-v-5e0c5052"><view class="content data-v-5e0c5052"><view class="cate-search data-v-5e0c5052"><view class="search-box data-v-5e0c5052"><input class="uni-input data-v-5e0c5052" maxlength="50" confirm-type="search" focus="{{true}}" placeholder="请输入介质名称 '如汽油'" data-event-opts="{{[['focus',[['inputFocus',['$event']]]],['confirm',[['search']]],['input',[['__set_model',['','inputValue','$event',[]]]]]]}}" value="{{inputValue}}" bindfocus="__e" bindconfirm="__e" bindinput="__e"/><text data-event-opts="{{[['tap',[['search']]]]}}" class="iconfont icon-sousuo3 data-v-5e0c5052" bindtap="__e"></text></view></view><view class="search-content data-v-5e0c5052"><block wx:if="{{$root.g0}}"><view class="history data-v-5e0c5052"><view class="history-box data-v-5e0c5052"><view class="history-top data-v-5e0c5052"><view class="title data-v-5e0c5052">搜索结果</view></view><view class="history-bottom data-v-5e0c5052"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['otherSearch',['$0'],[[['list','',index]]]]]],['longtap',[['deleteItem',['$0'],[[['list','',index]]]]]]]}}" class="history-li data-v-5e0c5052" bindtap="__e" bindlongtap="__e"><view class="data-v-5e0c5052">{{item.name}}</view></view></block></view></view></view></block><view class="data-v-5e0c5052"><ns-empty vue-id="19fb4fd0-1" isIndex="{{false}}" text="暂无数据" class="data-v-5e0c5052" bind:__l="__l"></ns-empty></view></view></view></view>
|
||||
1
pages_tool/seal/medium/search.wxss
Normal file
1
pages_tool/seal/medium/search.wxss
Normal file
@@ -0,0 +1 @@
|
||||
.data-v-5e0c5052 .fixed{position:relative;top:0}.data-v-5e0c5052 .empty{margin-top:0!important}.cart-empty.data-v-5e0c5052{padding-top:54px}.content.data-v-5e0c5052{width:100vw;height:100vh;background:#fff}.cate-search.data-v-5e0c5052{width:100%;background:#fff;padding:10rpx 30rpx;box-sizing:border-box}.cate-search input.data-v-5e0c5052{font-size:28rpx;height:100%;padding:0 25rpx 0 30rpx;width:calc(100% - 120rpx)}.cate-search text.data-v-5e0c5052{font-size:32rpx;color:#909399;width:120rpx;text-align:center}.cate-search .search-box.data-v-5e0c5052{width:100%;height:64rpx;background:#f8f8f8;display:flex;justify-content:center;align-items:center;border-radius:40rpx}.search-content.data-v-5e0c5052{box-sizing:border-box;background:#fff}.history.data-v-5e0c5052{width:100%;box-sizing:border-box}.history .history-box.data-v-5e0c5052{width:100%;height:100%;background:#fff;padding:30rpx 30rpx 0rpx 30rpx;box-sizing:border-box;overflow:hidden}.history .history-box .history-top.data-v-5e0c5052{width:100%;height:60rpx;display:flex;justify-content:space-between;align-items:center;font-size:32rpx}.history .history-box .history-top .title.data-v-5e0c5052{font-weight:500;font-size:32rpx}.history .history-box .history-top .iconfont.data-v-5e0c5052{color:#909399;font-size:28rpx}.history .history-box .history-bottom.data-v-5e0c5052{width:100%;padding-top:20rpx;position:relative}.history .history-box .history-bottom .history-li.data-v-5e0c5052{display:inline-block;margin-right:20rpx;margin-bottom:15rpx;max-width:100%}.history .history-box .history-bottom .history-li view.data-v-5e0c5052{line-height:66rpx;background:#f8f8f8!important;height:66rpx;color:#303133!important;margin:0 0rpx 4rpx 0!important;padding:0 20rpx;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:20rpx}.history .history-box .history-bottom .history-li.history_more.data-v-5e0c5052{margin-right:0;position:absolute;bottom:0;right:0}.history .hidden-show.data-v-5e0c5052{width:100%;height:70rpx;text-align:center;line-height:70rpx}.search-alike.data-v-5e0c5052{width:100%;height:calc(100vh - 100rpx);padding:0 20rpx;box-sizing:border-box}.search-alike .alike-box.data-v-5e0c5052{width:100%;height:100%;background:#fff;border-radius:20rpx;overflow:hidden}
|
||||
1
pages_tool/seal/structure.js
Normal file
1
pages_tool/seal/structure.js
Normal file
@@ -0,0 +1 @@
|
||||
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages_tool/seal/structure"],{"141c":function(e,t,n){"use strict";var i=n("ad01"),a=n.n(i);a.a},"3a67":function(e,t,n){"use strict";n.r(t);var i=n("b943"),a=n.n(i);for(var r in i)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(r);t["default"]=a.a},"446b":function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){}));var i=function(){var e=this,t=e.$createElement,n=(e._self._c,e.files_url?e.$util.img("addon/personnel/shop/view/enterprise/fileicon.png"):null);e._isMounted||(e.e0=function(t,n,i){var a=[],r=arguments.length-3;while(r-- >0)a[r]=arguments[r+3];var s=a[a.length-1].currentTarget.dataset,c=s.eventParams||s["event-params"];n=c.idx,i=c.item;return e.bindPickerChange(t,n,i)}),e.$mp.data=Object.assign({},{$root:{g0:n}})},a=[]},"7d80":function(e,t,n){"use strict";n.r(t);var i=n("446b"),a=n("3a67");for(var r in a)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(r);n("141c");var s=n("828b"),c=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);t["default"]=c.exports},ad01:function(e,t,n){},b943:function(e,t,n){"use strict";(function(e){var i=n("47a9");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(n("7ca3"));function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach((function(t){(0,a.default)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var c={components:{},data:function(){return{index:0,array:["选项1","选项2","选项3"],pickerList:[],maxIndex:0,answerName:"",files_url:""}},onLoad:function(e){this.getdata()},methods:{onTapDoc:function(){var t=this.$util.img(this.files_url);e.showLoading({title:"正在加载"});try{e.downloadFile({url:t,success:function(t){if(console.log(t),200===t.statusCode){var n=t.tempFilePath;e.openDocument({filePath:n,success:function(e){console.log("打开成功")},fail:function(){},complete:function(){e.hideLoading({success:function(e){}})}})}},fail:function(t){e.hideLoading({success:function(e){}})},complete:function(t){console.log("下载完成",t),404==t.statusCode&&e.showToast({title:"文件不存在",icon:"none"})}})}catch(n){console.log("CatchClause",n),console.log("CatchClause",n),e.hideLoading({success:function(e){}})}},getdata:function(){var e=this;this.$api.sendRequest({url:"/api/seal/getstructure",success:function(t){console.log(t);var n=t.data;e.pickerList.push({id:e.generateId(),value:0,range:n})}})},generateId:function(){return Date.now()+Math.floor(1e3*Math.random())},addPicker:function(){var e=["新选项1-".concat(this.pickerList.length+1),"新选项2-".concat(this.pickerList.length+1),"新选项3-".concat(this.pickerList.length+1)];this.pickerList.push({id:this.generateId(),value:0,range:e})},deletePicker:function(e){this.pickerList.splice(e,1)},bindPickerChange:function(e,t,n){var i=e.detail.value;if(this.$set(this.pickerList,t,s(s({},this.pickerList[t]),{},{value:i})),console.log("当前选择"+t),console.log("当前记录值"+this.maxIndex),n.range[i].child_list.length>0&&n.range[i].child_list[1].is_answer)return console.log("这里是结果"),this.maxIndex=t,this.answerName=n.range[i].child_list[1].name,void(this.files_url=n.range[i].child_list[1].files_url);if(this.maxIndex>t&&-1!=this.maxIndex)return console.log("选小了"),this.pickerList.splice(t+1),this.maxIndex=t,this.answerName="",void(this.files_url="");if(this.maxIndex==t){if(this.pickerList.splice(t+1),this.maxIndex=0,n.range[i].child_list.length>0){var a=n.range[i].child_list;this.pickerList.push({id:this.generateId(),value:0,range:a})}}else if(n.range[i].child_list.length>0){a=n.range[i].child_list;this.pickerList.push({id:this.generateId(),value:0,range:a})}this.maxIndex=t},showAllResult:function(){var t=this.pickerList.map((function(e,t){return{pickerIndex:t+1,selectedValue:e.range[e.value],selectedIndex:e.value,pickerId:e.id}}));e.showModal({title:"所有选择结果",content:JSON.stringify(t,null,2),showCancel:!1})}}};t.default=c}).call(this,n("df3c")["default"])},ea7a:function(e,t,n){"use strict";(function(e,t){var i=n("47a9");n("1dee");i(n("3240"));var a=i(n("7d80"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])}},[["ea7a","common/runtime","common/vendor"]]]);
|
||||
4
pages_tool/seal/structure.json
Normal file
4
pages_tool/seal/structure.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"navigationBarTitleText": "结构选型",
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
pages_tool/seal/structure.wxml
Normal file
1
pages_tool/seal/structure.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<page-meta page-style="{{themeColor}}"></page-meta><view><view class="picker-container"><block wx:for="{{pickerList}}" wx:for-item="item" wx:for-index="idx" wx:key="id"><view class="single-picker"><picker mode="selector" value="{{item.value}}" range="{{item.range}}" range-key="name" data-event-opts="{{[['change',[['e0',['$event']]]]]}}" data-event-params="{{({idx,item})}}" bindchange="__e"><view class="picker">{{'当前选择:'+(item.range[item.value].name||'请选择')+''}}</view></picker></view></block></view><block wx:if="{{answerName}}"><view style="font-size:32rpx;color:#ff0000;text-align:center;"><view style="color:#ff0000;">选型结果:</view>{{''+answerName+''}}</view></block><block wx:if="{{files_url}}"><view class="pdfcss" style="text-align:center;"><view data-event-opts="{{[['tap',[['onTapDoc']]]]}}" class="graphic-nav-item" bindtap="__e"><view style="display:flex;margin:10rpx;"><view style="flex:1;"><image style="width:50rpx;height:50rpx;" src="{{$root.g0}}" mode="widthFix"></image></view></view><view class="file_title">结果文件</view></view></view></block></view>
|
||||
1
pages_tool/seal/structure.wxss
Normal file
1
pages_tool/seal/structure.wxss
Normal file
@@ -0,0 +1 @@
|
||||
.picker-container{padding:20rpx;display:flex;flex-direction:column;gap:30rpx}.single-picker{display:flex;align-items:center;gap:20rpx;border:solid 2rpx red;border-radius:16rpx;justify-content:center;width:100%}.picker{flex:1;padding:20rpx;border-radius:10rpx;font-size:32rpx;width:100%;font-weight:600}.delete-btn{background:#ff4d4f;color:#fff;padding:0 20rpx;height:60rpx;line-height:60rpx;font-size:28rpx;border-radius:10rpx}.add-btn{background:#4cd964;color:#fff;height:80rpx;line-height:80rpx;font-size:32rpx;border-radius:10rpx}.show-result-btn{background:#108ee9;color:#fff;height:80rpx;line-height:80rpx;font-size:32rpx;border-radius:10rpx}.info-head .head-nav{width:100%;height:25px;background:#fff}.info-head .head-nav.active{padding-top:40rpx}.captcha{width:170rpx;height:50rpx}.info-list-cell{display:flex;justify-content:space-between;align-items:center;padding:24rpx 30rpx;position:relative;line-height:50rpx;background-color:#fff}.info-list-cell:first-child{padding:28rpx 30rpx}.info-list-cell .cell-tip1{margin-right:40rpx}.info-list-cell.log-out-btn{margin-top:40rpx}.info-list-cell.log-out-btn .cell-tit{margin:auto}.info-list-cell .info-list-head{border:1rpx solid #eee;width:82rpx;height:82rpx;border-radius:50%}.info-list-cell .info-list-head image{max-width:100%;max-height:100%}.info-list-cell.info-item{margin-top:16rpx}.info-list-cell.info-list-con ~ .info-list-cell.info-list-con:after{content:"";position:absolute;left:30rpx;right:30rpx;top:0;border-bottom:1rpx solid #eee}.info-list-cell .cell-tip{margin-left:auto;color:#909399;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:470rpx}.info-list-cell .cell-more{margin-left:10rpx;width:32rpx;height:100%}.info-list-cell .cell-more:after{content:"";display:block;width:12rpx;height:12rpx;border:2rpx solid #bbb;border-right-color:transparent;border-bottom-color:transparent;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.edit-info-box{margin-top:20rpx;display:flex;align-items:center;justify-content:space-between;padding:20rpx 40rpx;min-height:50rpx;background-color:#fff}.edit-info-box .info-name{width:150rpx;font-size:28rpx;text-align:left}.edit-info-box .info-content{flex:1;width:0;font-size:28rpx;padding:0}.edit-info-box .dynacode{margin:0;padding:0 10rpx;width:250rpx;height:60rpx;font-size:28rpx;line-height:60rpx;word-break:break-all}.edit-info-box .edit-sex-list{display:flex}.edit-info-box .edit-sex-list label{display:flex;margin-left:30rpx;align-items:center}.edit-info-box uni-radio .uni-radio-input{width:32rpx;height:32rpx}.edit-info-box .pick-regions{flex:1}.set-pass-tips{padding:20rpx 20rpx 0 20rpx}.input-len{width:500rpx!important}.save-item{margin-top:50rpx}.save-item button{font-size:30rpx}.bind-mobile button{border-radius:60rpx}.empty{width:100%;display:flex;flex-direction:column;align-items:center;padding:20rpx;box-sizing:border-box;justify-content:center;padding-top:80rpx}.empty .empty_img{width:63%;height:450rpx}.empty .empty_img image{width:100%;height:100%}.empty .iconfont{font-size:190rpx;color:#909399;line-height:1.2}.empty button{min-width:300rpx;margin-top:100rpx;height:70rpx;line-height:70rpx;font-size:28rpx}
|
||||
Reference in New Issue
Block a user