index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  1. <template>
  2. <view v-if="is_login==1">
  3. <view class="technicalbox">
  4. <view class="tui-mybg-box">
  5. <view class="tui-header-center">
  6. <image :src="technical.touxiang || '/static/images/my/mine_def_touxiang_3x.png'" class="tui-avatar">
  7. </image>
  8. <view class="tui-info">
  9. <view class="tui-nickname">
  10. {{ technical.title }}
  11. </view>
  12. <view class="tui-explain">平台</view>
  13. </view>
  14. <view class="tui-btn-edit">
  15. <!--营业-->
  16. <view class="tui-btn-text">{{ technical.is_business == 1 ? '上班中' : '休息中' }}</view>
  17. <tui-button type="warning" shape="circle" width="92rpx" height="40rpx" :size="22"
  18. @click="business(technical.is_business)">{{ technical.is_business == 1 ? '休息' : '上班' }}
  19. </tui-button>
  20. </view>
  21. </view>
  22. </view>
  23. <view class="tui-content-box">
  24. <view class="tui-box tui-assets-box">
  25. <view class="tui-order-list tui-assets-list">
  26. <view class="tui-order-item">
  27. <view class="tui-assets-num"><text>{{ technical.total_income }}</text></view>
  28. <view class="tui-assets-text">总收入</view>
  29. </view>
  30. <view class="tui-order-item">
  31. <view class="tui-assets-num">
  32. <text>{{ technical.income }}</text>
  33. </view>
  34. <view class="tui-assets-text">本月收入</view>
  35. </view>
  36. <view class="tui-order-item">
  37. <view class="tui-assets-num">
  38. <text>{{ technical.income }}</text>
  39. </view>
  40. <view class="tui-assets-text">可提现</view>
  41. </view>
  42. </view>
  43. </view>
  44. <view class="tui-box tui-order-box" style="margin-top: 20rpx;">
  45. <tui-list-cell :arrow="true" padding="0" unlined :lineLeft="false"
  46. @click="navigateTo('/pagesA/my/admintechnical/order?ptype=2')">
  47. <view class="tui-cell-header">
  48. <view class="tui-cell-title">订单管理</view>
  49. <view class="tui-cell-sub">全部订单</view>
  50. </view>
  51. </tui-list-cell>
  52. <view class="tui-order-list">
  53. <view v-if="technicalconfig.is_pickuporder == 1" class="tui-order-item"
  54. @tap="navigateTo('/pagesA/my/publicOrder/order?identity=technical')">
  55. <view class="tui-icon-box">
  56. <tui-icon name="clock" :size="30" color="#ff1e02"></tui-icon>
  57. </view>
  58. <view class="tui-order-text">任务大厅</view>
  59. </view>
  60. <view class="tui-order-item"
  61. @tap="navigateTo('/pagesA/my/admintechnical/order?currentTab=1&ptype=2')">
  62. <view class="tui-icon-box">
  63. <tui-icon name="signin" :size="30" color="#666666"></tui-icon>
  64. </view>
  65. <view class="tui-order-text">已接单</view>
  66. </view>
  67. <view class="tui-order-item"
  68. @tap="navigateTo('/pagesA/my/admintechnical/order?currentTab=2&ptype=2')">
  69. <view class="tui-icon-box">
  70. <tui-icon name="feedback" :size="30" color="#666666"></tui-icon>
  71. </view>
  72. <view class="tui-order-text">服务中</view>
  73. </view>
  74. <view class="tui-order-item"
  75. @tap="navigateTo('/pagesA/my/admintechnical/order?currentTab=4&ptype=2')">
  76. <view class="tui-icon-box">
  77. <tui-icon name="square-fill" :size="30" color="#666666"></tui-icon>
  78. </view>
  79. <view class="tui-order-text">已完成</view>
  80. </view>
  81. </view>
  82. </view>
  83. <view class="tui-box tui-tool-box">
  84. <tui-list-view>
  85. <tui-list-cell
  86. @tap="navigateTo('/pagesA/my/publicOrder/timescard')" :arrow="true">
  87. <view class="tui-item-box">
  88. <tui-icon name="bankcard" :size="24" color="#5677fc"></tui-icon>
  89. <view class="tui-list-cell_name">次卡订单</view>
  90. </view>
  91. </tui-list-cell>
  92. <tui-list-cell @tap="qrcode" :arrow="true">
  93. <view class="tui-item-box">
  94. <tui-icon name="qrcode" :size="24" color="#5677fc"></tui-icon>
  95. <view class="tui-list-cell_name">我的二维码</view>
  96. </view>
  97. </tui-list-cell>
  98. <tui-list-cell v-if="technical.is_submitaudit != 1"
  99. @tap="navigateTo('/pagesA/my/withdraw/withdraw?mo=technical')" :arrow="true">
  100. <view class="tui-item-box">
  101. <tui-icon name="wealth-fill" :size="24" color="#5677fc"></tui-icon>
  102. <text class="tui-list-cell_name">申请提现</text>
  103. </view>
  104. </tui-list-cell>
  105. <tui-list-cell @tap="navigateTo('/pagesA/my/withdraw/withdrawlog?mo=technical')" :arrow="true">
  106. <view class="tui-item-box">
  107. <tui-icon name="listview" :size="24" color="#5677fc"></tui-icon>
  108. <view class="tui-list-cell_name">提现记录</view>
  109. </view>
  110. </tui-list-cell>
  111. <tui-list-cell v-if="technical.is_submitaudit != 1"
  112. @tap="navigateTo('/pagesA/my/memberbankcard/memberbankcard')" :arrow="true">
  113. <view class="tui-item-box">
  114. <tui-icon name="bankcard-fill" :size="24" color="#5677fc"></tui-icon>
  115. <view class="tui-list-cell_name">提现帐号</view>
  116. </view>
  117. </tui-list-cell>
  118. <tui-list-cell @tap="navigateTo('/pagesA/my/forhelp/forhelp')" :arrow="true">
  119. <view class="tui-item-box">
  120. <tui-icon name="voipphone" :size="24" color="#ff1e02"></tui-icon>
  121. <view class="tui-list-cell_name">紧急求助</view>
  122. </view>
  123. </tui-list-cell>
  124. <!-- #ifdef MP-WEIXIN -->
  125. <tui-list-cell @tap="scancode" :arrow="true">
  126. <view class="tui-item-box">
  127. <tui-icon name="sweep" :size="24" color="#5677fc"></tui-icon>
  128. <view class="tui-list-cell_name">扫码核销</view>
  129. </view>
  130. </tui-list-cell>
  131. <tui-list-cell @tap="navigateTo('/pagesA/my/userInfo/setmpopenid')" :arrow="true">
  132. <view class="tui-item-box">
  133. <tui-icon name="setup" :size="24" color="#5677fc"></tui-icon>
  134. <view class="tui-list-cell_name">绑定公众号通知</view>
  135. </view>
  136. </tui-list-cell>
  137. <!-- #endif -->
  138. <tui-list-cell @tap="navigateTo('/pagesA/my/admintechnical/update')" :arrow="true">
  139. <view class="tui-item-box">
  140. <tui-icon name="setup" :size="24" color="#5677fc"></tui-icon>
  141. <view class="tui-list-cell_name">修改资料</view>
  142. </view>
  143. </tui-list-cell>
  144. <tui-list-cell @tap="navigateTo('/pages/login/logout?ptype=technical')" :arrow="true">
  145. <view class="tui-item-box">
  146. <tui-icon name="setup" :size="24" color="#5677fc"></tui-icon>
  147. <view class="tui-list-cell_name">安全退出</view>
  148. </view>
  149. </tui-list-cell>
  150. </tui-list-view>
  151. </view>
  152. </view>
  153. </view>
  154. <!--=======二维码 start=======-->
  155. <tui-modal custom :show="modalShow" backgroundColor="transparent" padding="0" @cancel="hideModal">
  156. <view class="tui-poster__box" :style="{ marginTop: height + 'px' }">
  157. <image src="/static/images/mall/icon_popup_closed.png" class="tui-close__img" @tap.stop="hideModal">
  158. </image>
  159. <image :src="qrcodeImg" v-if="qrcodeImg" class="tui-poster__img"></image>
  160. <tui-button type="danger" width="460rpx" height="80rpx" shape="circle" @click="savePic">保存图片
  161. </tui-button>
  162. <view class="tui-share__tips">保存二维图片到手机相册后,分享到您的圈子</view>
  163. </view>
  164. </tui-modal>
  165. <!--=======二维码 end=======-->
  166. <tui-tabbar mo='technical' :current="current">
  167. </tui-tabbar>
  168. </view>
  169. </template>
  170. <script>
  171. export default {
  172. components: {},
  173. data() {
  174. return {
  175. isLogin: false,
  176. is_login:0,
  177. top: 0, //标题图标距离顶部距离
  178. opacity: 0,
  179. scrollTop: 0.5,
  180. current: '',
  181. technicalconfig: [],
  182. recommendgoods: [],
  183. module: this.$module,
  184. technical: [],
  185. is_submitaudit: 1,
  186. modalShow: false,
  187. qrcodeImg: ''
  188. };
  189. },
  190. onLoad: function(options) {
  191. let _this = this;
  192. let obj = {};
  193. // #ifdef MP-WEIXIN
  194. obj = wx.getMenuButtonBoundingClientRect();
  195. // #endif
  196. // #ifdef MP-BAIDU
  197. obj = swan.getMenuButtonBoundingClientRect();
  198. // #endif
  199. // #ifdef MP-ALIPAY
  200. my.hideAddToDesktopMenu();
  201. // #endif
  202. uni.getSystemInfo({
  203. success: res => {
  204. this.width = obj.left || res.windowWidth;
  205. this.height = obj.top ? obj.top + obj.height + 8 : res.statusBarHeight + 44;
  206. this.top = obj.top ? obj.top + (obj.height - 32) / 2 : res.statusBarHeight + 6;
  207. this.scrollH = res.windowWidth * 0.6;
  208. }
  209. });
  210. _this.$request.get('admintechnical.check', {
  211. samkey: (new Date()).valueOf()
  212. }).then(res => {
  213. if (res.errno == 0 && res.is_login == 1) {
  214. _this.is_login = res.is_login;
  215. _this.technical = res.data;
  216. //console.log(_this.technical);
  217. _this.technicalconfig = _this.technical.Config;
  218. } else {
  219. uni.showModal({
  220. title: '提示',
  221. content: '请先登录!',
  222. showCancel: false,
  223. //是否显示取消按钮
  224. success: function(res) {
  225. if (res.cancel) { //点击取消,默认隐藏弹框
  226. } else {
  227. uni.reLaunch({
  228. url: "/pages/login/userlogin?ptype=technical",
  229. })
  230. }
  231. }
  232. });
  233. }
  234. });
  235. },
  236. onShow() {
  237. },
  238. methods: {
  239. //business请求
  240. business() {
  241. let _this = this;
  242. var confirmText = '确定休息吗?';
  243. if (_this.technical.is_business == 0) {
  244. confirmText = '确定上班吗?';
  245. }
  246. uni.showModal({
  247. title: '提示',
  248. content: confirmText,
  249. success: function(res) {
  250. if (res.confirm) {
  251. _this.$request.post('admintechnical.business', {
  252. id: _this.technical.id,
  253. samkey: (new Date()).valueOf()
  254. }).then(res => {
  255. if (res.errno == 0) {
  256. uni.showToast({
  257. title: res.message,
  258. icon: 'none',
  259. duration: 2000
  260. });
  261. _this.technical = res.data;
  262. }
  263. });
  264. } else if (res.cancel) {
  265. console.log('用户点击取消')
  266. }
  267. }
  268. });
  269. },
  270. navigateTo(url) {
  271. uni.navigateTo({
  272. url: url
  273. });
  274. },
  275. initNavigation(e) {
  276. this.opacity = e.opacity;
  277. this.top = e.top;
  278. },
  279. opacityChange(e) {
  280. this.opacity = e.opacity;
  281. },
  282. scancode: function() {
  283. var _this = this;
  284. // 允许从相机和相册扫码
  285. uni.scanCode({
  286. success: function(res) {
  287. if (res.path) {
  288. uni.navigateTo({
  289. url: '/' + res.path
  290. });
  291. }
  292. //console.log('条码类型:' + res.scanType);
  293. //console.log('条码内容:' + res.path);
  294. }
  295. });
  296. },
  297. async qrcode() {
  298. const _this = this;
  299. if (this.qrcodeImg) {
  300. this.modalShow = true;
  301. return;
  302. }
  303. uni.showLoading({
  304. mask: true,
  305. title: '二维生成中...'
  306. });
  307. let qrdata = await _this.$request.post('qrcode.technical', {
  308. id: _this.technical.id,
  309. page: '',
  310. is_hyaline: true,
  311. expireHours: 1
  312. })
  313. //console.log(qrdata);
  314. if (qrdata.errno == 0) {
  315. uni.hideLoading();
  316. this.qrcodeImg = qrdata.data;
  317. setTimeout(() => {
  318. this.modalShow = true;
  319. }, 60);
  320. } else {
  321. uni.hideLoading();
  322. this.tui.toast('生成二维图片失败,请稍后再试');
  323. }
  324. },
  325. hideModal() {
  326. this.modalShow = false;
  327. },
  328. savePic() {
  329. if (this.qrcodeImg) {
  330. // #ifdef H5
  331. uni.previewImage({
  332. urls: [this.qrcodeImg]
  333. });
  334. // #endif
  335. // #ifndef H5
  336. this.sam.saveImage(this.qrcodeImg);
  337. //console.log(this.qrcodeImg);
  338. // #endif
  339. this.hideModal();
  340. }
  341. },
  342. },
  343. onPageScroll(e) {
  344. this.scrollTop = e.scrollTop;
  345. },
  346. onPullDownRefresh() {
  347. setTimeout(() => {
  348. uni.stopPullDownRefresh();
  349. }, 200);
  350. },
  351. onReachBottom: function() {
  352. }
  353. };
  354. </script>
  355. <style>
  356. .technicalbox {
  357. padding-bottom: 80rpx;
  358. }
  359. .tui-set-box {
  360. display: flex;
  361. align-items: center;
  362. justify-content: space-between;
  363. }
  364. .tui-icon-box {
  365. position: relative;
  366. }
  367. .tui-icon-setup {
  368. margin-left: 8rpx;
  369. }
  370. .tui-badge {
  371. position: absolute;
  372. font-size: 24rpx;
  373. height: 32rpx;
  374. min-width: 20rpx;
  375. padding: 0 6rpx;
  376. border-radius: 40rpx;
  377. right: 10rpx;
  378. top: -5rpx;
  379. transform: scale(0.8) translateX(60%);
  380. transform-origin: center center;
  381. display: flex;
  382. align-items: center;
  383. justify-content: center;
  384. z-index: 10;
  385. }
  386. .tui-badge-red {
  387. background: #f74d54;
  388. color: #fff;
  389. }
  390. .tui-badge-white {
  391. background: #fff;
  392. color: #f74d54;
  393. }
  394. .tui-badge-dot {
  395. position: absolute;
  396. height: 12rpx;
  397. width: 12rpx;
  398. border-radius: 50%;
  399. right: -12rpx;
  400. top: 0;
  401. background: #f74d54;
  402. }
  403. .tui-mybg-box {
  404. width: 100%;
  405. height: 264rpx;
  406. position: relative;
  407. /*background-color: #e41f19;*/
  408. }
  409. .tui-my-bg {
  410. width: 100%;
  411. height: 464rpx;
  412. display: block;
  413. }
  414. .tui-header-center {
  415. position: absolute;
  416. width: 100%;
  417. height: 128rpx;
  418. left: 0;
  419. top: 18rpx;
  420. padding: 0 30rpx;
  421. box-sizing: border-box;
  422. display: flex;
  423. align-items: center;
  424. }
  425. .tui-avatar {
  426. flex-shrink: 0;
  427. width: 128rpx;
  428. height: 128rpx;
  429. border-radius: 50%;
  430. display: block;
  431. }
  432. .tui-info {
  433. width: 60%;
  434. padding-left: 30rpx;
  435. }
  436. .tui-nickname {
  437. font-size: 30rpx;
  438. font-weight: 500;
  439. color: #333;
  440. display: flex;
  441. align-items: center;
  442. }
  443. .tui-img-vip {
  444. width: 56rpx;
  445. height: 24rpx;
  446. margin-left: 18rpx;
  447. }
  448. .tui-explain {
  449. width: 80%;
  450. font-size: 24rpx;
  451. font-weight: 400;
  452. color: #333;
  453. opacity: 0.75;
  454. padding-top: 8rpx;
  455. white-space: nowrap;
  456. overflow: hidden;
  457. text-overflow: ellipsis;
  458. }
  459. .tui-btn-edit {
  460. flex-shrink: 0;
  461. padding-right: 22rpx;
  462. }
  463. .tui-header-btm {
  464. width: 100%;
  465. padding: 0 30rpx;
  466. box-sizing: border-box;
  467. position: absolute;
  468. left: 0;
  469. top: 280rpx;
  470. display: flex;
  471. align-items: center;
  472. justify-content: space-between;
  473. color: #fff;
  474. }
  475. .tui-btm-item {
  476. flex: 1;
  477. display: flex;
  478. flex-direction: column;
  479. align-items: center;
  480. justify-content: center;
  481. }
  482. .tui-btm-num {
  483. font-size: 32rpx;
  484. font-weight: 600;
  485. position: relative;
  486. }
  487. .tui-btm-text {
  488. font-size: 24rpx;
  489. opacity: 0.85;
  490. padding-top: 4rpx;
  491. }
  492. .tui-content-box {
  493. width: 100%;
  494. padding: 0 30rpx;
  495. box-sizing: border-box;
  496. position: relative;
  497. top: -100rpx;
  498. z-index: 10;
  499. }
  500. .tui-box {
  501. width: 100%;
  502. background: #fff;
  503. box-shadow: 0 3rpx 20rpx rgba(183, 183, 183, 0.1);
  504. border-radius: 30rpx;
  505. overflow: hidden;
  506. }
  507. .tui-order-box {
  508. height: 208rpx;
  509. }
  510. .tui-cell-header {
  511. width: 100%;
  512. height: 74rpx;
  513. padding: 0 26rpx;
  514. box-sizing: border-box;
  515. display: flex;
  516. align-items: center;
  517. justify-content: space-between;
  518. }
  519. .tui-cell-title {
  520. font-size: 30rpx;
  521. line-height: 30rpx;
  522. font-weight: 600;
  523. color: #333;
  524. }
  525. .tui-cell-sub {
  526. font-size: 26rpx;
  527. font-weight: 400;
  528. color: #999;
  529. padding-right: 28rpx;
  530. }
  531. .tui-order-list {
  532. width: 100%;
  533. height: 134rpx;
  534. padding: 0 30rpx;
  535. box-sizing: border-box;
  536. display: flex;
  537. align-items: center;
  538. justify-content: space-between;
  539. }
  540. .tui-order-item {
  541. flex: 1;
  542. display: flex;
  543. flex-direction: column;
  544. align-items: center;
  545. }
  546. .tui-order-text,
  547. .tui-tool-text {
  548. font-size: 26rpx;
  549. font-weight: 400;
  550. color: #666;
  551. padding-top: 4rpx;
  552. }
  553. .tui-tool-text {
  554. font-size: 24rpx;
  555. }
  556. .tui-order-icon {
  557. width: 56rpx;
  558. height: 56rpx;
  559. display: block;
  560. }
  561. .tui-assets-box {
  562. height: 118rpx;
  563. margin-top: 20rpx;
  564. padding-top: 30rpx;
  565. }
  566. .tui-assets-list {
  567. height: 84rpx;
  568. }
  569. .tui-assets-num {
  570. font-size: 38rpx;
  571. font-weight: 500;
  572. color: #333;
  573. font-weight: bold;
  574. position: relative;
  575. }
  576. .tui-assets-text {
  577. font-size: 24rpx;
  578. font-weight: 400;
  579. color: #666;
  580. padding-top: 6rpx;
  581. }
  582. .tui-tool-box {
  583. margin-top: 20rpx;
  584. }
  585. .tui-flex-wrap {
  586. flex-wrap: wrap;
  587. height: auto;
  588. padding-bottom: 30rpx;
  589. }
  590. .tui-tool-item {
  591. width: 25%;
  592. display: flex;
  593. align-items: center;
  594. justify-content: center;
  595. flex-direction: column;
  596. padding-top: 30rpx;
  597. }
  598. .tui-tool-icon {
  599. width: 64rpx;
  600. height: 64rpx;
  601. display: block;
  602. }
  603. .tui-badge-icon {
  604. width: 66rpx;
  605. height: 30rpx;
  606. position: absolute;
  607. right: 0;
  608. transform: translateX(88%);
  609. top: -15rpx;
  610. }
  611. /*为你推荐*/
  612. .tui-product-list {
  613. display: flex;
  614. justify-content: space-between;
  615. flex-direction: row;
  616. flex-wrap: wrap;
  617. box-sizing: border-box;
  618. }
  619. .tui-product-container {
  620. width: 100%;
  621. display: flex;
  622. flex-direction: row;
  623. flex-wrap: wrap;
  624. }
  625. .tui-pro-item {
  626. background: #fff;
  627. box-sizing: border-box;
  628. overflow: hidden;
  629. border-radius: 12rpx;
  630. width: 48%;
  631. margin-left: 1%;
  632. margin-right: 1%;
  633. margin-bottom: 2%;
  634. }
  635. .tui-pro-img {
  636. width: 100%;
  637. display: block;
  638. }
  639. .tui-pro-content {
  640. display: flex;
  641. flex-direction: column;
  642. justify-content: space-between;
  643. box-sizing: border-box;
  644. padding: 20rpx;
  645. }
  646. .tui-pro-tit {
  647. color: #2e2e2e;
  648. font-size: 26rpx;
  649. word-break: break-all;
  650. overflow: hidden;
  651. text-overflow: ellipsis;
  652. display: -webkit-box;
  653. -webkit-box-orient: vertical;
  654. -webkit-line-clamp: 2;
  655. }
  656. .tui-pro-price {
  657. padding-top: 18rpx;
  658. }
  659. .tui-sale-price {
  660. font-size: 34rpx;
  661. font-weight: 500;
  662. color: #e41f19;
  663. }
  664. .tui-factory-price {
  665. font-size: 24rpx;
  666. color: #a0a0a0;
  667. text-decoration: line-through;
  668. padding-left: 12rpx;
  669. }
  670. .tui-pro-pay {
  671. padding-top: 10rpx;
  672. font-size: 24rpx;
  673. color: #656565;
  674. }
  675. .tui-item-box {
  676. width: 100%;
  677. display: flex;
  678. align-items: center;
  679. }
  680. .tui-list-cell_name {
  681. padding-left: 20rpx;
  682. display: flex;
  683. align-items: center;
  684. justify-content: center;
  685. }
  686. /*二维码modal弹层*/
  687. .tui-poster__box {
  688. width: 100%;
  689. position: relative;
  690. display: flex;
  691. justify-content: center;
  692. align-items: center;
  693. flex-direction: column;
  694. }
  695. .tui-close__img {
  696. width: 48rpx;
  697. height: 48rpx;
  698. position: absolute;
  699. right: 0;
  700. top: -60rpx;
  701. }
  702. .tui-poster__img {
  703. width: 560rpx;
  704. height: 560rpx;
  705. border-radius: 20rpx;
  706. margin-bottom: 40rpx;
  707. }
  708. .tui-share__tips {
  709. font-size: 24rpx;
  710. transform: scale(0.8);
  711. transform-origin: center center;
  712. color: #ffffff;
  713. padding-top: 12rpx;
  714. }
  715. /*上班按钮*/
  716. .tui-btn-edit {
  717. padding-right: 22rpx;
  718. justify-content: space-between;
  719. flex-direction: row;
  720. flex-wrap: wrap;
  721. box-sizing: border-box;
  722. }
  723. .tui-btn-text {
  724. font-size: 24rpx;
  725. text-align: center;
  726. font-weight: 400;
  727. color: #666;
  728. padding-top: 4rpx;
  729. padding-bottom: 8rpx;
  730. }
  731. </style>