index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  1. <template>
  2. <view class="index-container">
  3. <!-- 顶部背景 -->
  4. <view class="top-bg"></view>
  5. <NavBar title="" color="#020202" :fixed="true" :bg="'transparent'">
  6. <template #left>
  7. <view class="left-title">布尔销销乐</view>
  8. </template>
  9. </NavBar>
  10. <view class="page-warp">
  11. <view class="page-top">
  12. <view class="user-card">
  13. <!-- 左上:姓名 + 职位 -->
  14. <view class="user-header">
  15. <view class="name-row">
  16. <text class="user-name">赵建平</text>
  17. <text class="user-role">销售经理</text>
  18. </view>
  19. <text class="company-name">杭州碟滤膜技术有限公司</text>
  20. </view>
  21. <!-- 右上:头像 -->
  22. <view class="avatar-wrapper">
  23. <image class="avatar" src="/static/image/public/avatar-default.png" mode="aspectFill" />
  24. <image class="badge-icon" src="/static/image/public/badge-icon.png" mode="aspectFill" />
  25. </view>
  26. <!-- 左下:联系方式 -->
  27. <view class="user-contact">
  28. <view class="contact-row" @click="makeCall">
  29. <uni-icons type="phone" :size="18" color="#666666"></uni-icons>
  30. <text class="contact-text">138-0000-0000</text>
  31. </view>
  32. <view class="contact-row">
  33. <uni-icons type="email" :size="18" color="#666666"></uni-icons>
  34. <text class="contact-text">zhao.jp@subote.com</text>
  35. </view>
  36. <view class="contact-row">
  37. <uni-icons type="location" :size="18" color="#666666"></uni-icons>
  38. <text class="contact-text">上海市静安区江宁路 168 号</text>
  39. </view>
  40. </view>
  41. <!-- 右下:分享名片按钮 -->
  42. <view class="share-btn-wrapper">
  43. <view class="share-btn" @click="shareCard">
  44. <text class="share-text">分享名片</text>
  45. </view>
  46. </view>
  47. </view>
  48. </view>
  49. <!-- 最近访客模块 -->
  50. <view class="recent-visitors">
  51. <view class="section-header">
  52. <text class="section-title">最近访客</text>
  53. <view class="visitor-count">
  54. <view class="avatar-group">
  55. <image class="group-avatar" src="/static/avatar-1.png" mode="aspectFill" />
  56. <image class="group-avatar" src="/static/avatar-2.png" mode="aspectFill" />
  57. <image class="group-avatar" src="/static/avatar-3.png" mode="aspectFill" />
  58. </view>
  59. <text class="visitor-number">255 人</text>
  60. </view>
  61. </view>
  62. <view class="visitor-list">
  63. <view class="visitor-item">
  64. <view class="visitor-left">
  65. <view class="visitor-top">
  66. <view class="visitor-avatar">
  67. <image src="/static/image/public/avatar-default2.png" mode="aspectFill" />
  68. </view>
  69. <view class="visitor-name-row">
  70. <text class="visitor-name">匿名用户</text>
  71. <text class="visitor-tag pending">待跟进</text>
  72. </view>
  73. <view class="view-more-btn" @click="viewAllVisitors">查看更多</view>
  74. </view>
  75. <view class="visitor-meta">
  76. <text class="meta-item">
  77. <text class="meta-label">来源:</text>
  78. <text class="meta-value">微信小程序</text>
  79. </text>
  80. <text class="meta-item">
  81. <text class="meta-label">手机:</text>
  82. <text class="meta-value">13822255555</text>
  83. </text>
  84. </view>
  85. </view>
  86. <view class="visitor-product">
  87. <image class="product-image" src="/static/product-printer.png" mode="aspectFit" />
  88. <view class="product-info">
  89. <text class="product-name">惠普黑白激光打印机 选配小白盒巴</text>
  90. <view>
  91. <text class="product-tag">打印机</text>
  92. <text class="product-brand">惠普</text>
  93. </view>
  94. </view>
  95. </view>
  96. </view>
  97. </view>
  98. <!-- 底部拖动条 -->
  99. <view class="drag-handle"></view>
  100. </view>
  101. <!-- 功能菜单网格 -->
  102. <view class="function-grid">
  103. <view class="grid-item" @click="navigateTo('clue')">
  104. <view class="grid-icon clue-icon">
  105. <text class="icon-text">📋</text>
  106. </view>
  107. <text class="grid-label">线索管理</text>
  108. </view>
  109. <view class="grid-item" @click="navigateTo('customer')">
  110. <view class="grid-icon customer-icon">
  111. <text class="icon-text">🏢</text>
  112. </view>
  113. <text class="grid-label">客户管理</text>
  114. </view>
  115. <view class="grid-item" @click="navigateTo('contact')">
  116. <view class="grid-icon contact-icon">
  117. <text class="icon-text">👥</text>
  118. </view>
  119. <text class="grid-label">联系人管理</text>
  120. </view>
  121. <view class="grid-item" @click="navigateTo('public-pool')">
  122. <view class="grid-icon pool-icon">
  123. <text class="icon-text">🌊</text>
  124. </view>
  125. <text class="grid-label">客户公海</text>
  126. </view>
  127. <view class="grid-item" @click="navigateTo('opportunity')">
  128. <view class="grid-icon opportunity-icon">
  129. <text class="icon-text">💼</text>
  130. </view>
  131. <text class="grid-label">商机管理</text>
  132. </view>
  133. <view class="grid-item" @click="navigateTo('payment')">
  134. <view class="grid-icon payment-icon">
  135. <text class="icon-text">💰</text>
  136. </view>
  137. <text class="grid-label">回款管理</text>
  138. </view>
  139. <view class="grid-item" @click="navigateTo('product')">
  140. <view class="grid-icon product-icon">
  141. <text class="icon-text">📦</text>
  142. </view>
  143. <text class="grid-label">产品管理</text>
  144. </view>
  145. <view class="grid-item" @click="navigateTo('all')">
  146. <view class="grid-icon all-icon">
  147. <text class="icon-text">📊</text>
  148. </view>
  149. <text class="grid-label">全部</text>
  150. </view>
  151. </view>
  152. <!-- 业务日历模块 -->
  153. <view class="business-calendar">
  154. <view class="section-header">
  155. <text class="section-title">业务日历</text>
  156. <text class="view-more" @click="viewAllCalendar">查看更多</text>
  157. </view>
  158. <!-- 日历头部 -->
  159. <view class="calendar-header">
  160. <text class="calendar-month">2026 年 4 月</text>
  161. </view>
  162. <!-- 星期 -->
  163. <view class="calendar-weekdays">
  164. <text class="weekday">日</text>
  165. <text class="weekday">一</text>
  166. <text class="weekday">二</text>
  167. <text class="weekday">三</text>
  168. <text class="weekday">四</text>
  169. <text class="weekday">五</text>
  170. <text class="weekday">六</text>
  171. </view>
  172. <!-- 日期网格 -->
  173. <view class="calendar-dates">
  174. <view class="date-cell">
  175. <text class="date-num">15</text>
  176. </view>
  177. <view class="date-cell">
  178. <text class="date-num">16</text>
  179. </view>
  180. <view class="date-cell">
  181. <text class="date-num">17</text>
  182. </view>
  183. <view class="date-cell today">
  184. <text class="date-num current">18</text>
  185. </view>
  186. <view class="date-cell has-event">
  187. <text class="date-num">19</text>
  188. <view class="event-dot"></view>
  189. </view>
  190. <view class="date-cell">
  191. <text class="date-num">20</text>
  192. </view>
  193. <view class="date-cell">
  194. <text class="date-num">21</text>
  195. </view>
  196. </view>
  197. <!-- 今日日程 -->
  198. <view class="today-schedule">
  199. <view class="schedule-item">
  200. <view class="schedule-time">
  201. <text class="time-period">下午</text>
  202. <text class="time-value">3:00</text>
  203. </view>
  204. <view class="schedule-content">
  205. <text class="schedule-title">与李总沟通合同细节</text>
  206. </view>
  207. </view>
  208. <view class="schedule-item tomorrow">
  209. <view class="schedule-time">
  210. <text class="time-period">明天</text>
  211. <text class="time-value">10:00</text>
  212. </view>
  213. <view class="schedule-content">
  214. <text class="schedule-title">拜访新客户 - 科技公司</text>
  215. </view>
  216. </view>
  217. </view>
  218. </view>
  219. </view>
  220. <!-- 底部留白,避免被 TabBar 遮挡 -->
  221. <view class="bottom-spacer"></view>
  222. <!-- 名片预览弹窗 -->
  223. <CardPreview :visible="showPreview" @close="closePreview" @share="handleShareCard" @save="handleSaveCard" />
  224. </view>
  225. </template>
  226. <script setup>
  227. import NavBar from '@/components/nav-bar/index.vue'
  228. import CardPreview from './components/card-preview.vue'
  229. import {
  230. ref,
  231. onMounted
  232. } from 'vue'
  233. import {
  234. getUserInfo,
  235. isLogin
  236. } from '@/utils/userCache.js'
  237. const userInfo = ref(null)
  238. onMounted(() => {
  239. loadUserInfo()
  240. })
  241. const loadUserInfo = () => {
  242. const info = getUserInfo()
  243. if (info) {
  244. userInfo.value = info
  245. }
  246. }
  247. const makeCall = () => {
  248. uni.makePhoneCall({
  249. phoneNumber: '4000000000'
  250. })
  251. }
  252. // 控制名片预览弹窗
  253. const showPreview = ref(false)
  254. const shareCard = () => {
  255. showPreview.value = true
  256. }
  257. // 关闭预览弹窗
  258. const closePreview = () => {
  259. showPreview.value = false
  260. }
  261. // 分享名片
  262. const handleShareCard = () => {
  263. uni.showShareMenu({
  264. withShareTicket: true
  265. })
  266. }
  267. // 保存名片
  268. const handleSaveCard = () => {
  269. uni.showToast({
  270. title: '已保存到手机相册',
  271. icon: 'success'
  272. })
  273. }
  274. const viewAllVisitors = () => {
  275. uni.navigateTo({
  276. url: '/pages/visitors/list'
  277. })
  278. }
  279. const navigateTo = (page) => {
  280. uni.showToast({
  281. title: `功能开发中:${page}`,
  282. icon: 'none'
  283. })
  284. }
  285. const viewAllCalendar = () => {
  286. uni.navigateTo({
  287. url: '/pages/calendar/list'
  288. })
  289. }
  290. </script>
  291. <style lang="scss" scoped>
  292. .index-container {
  293. min-height: 100vh;
  294. background-color: #f5f6f8;
  295. padding-bottom: 120rpx;
  296. }
  297. .left-title {
  298. font-size: 44rpx;
  299. font-weight: bold;
  300. color: #ffffff;
  301. text-shadow: 2px 2px 0 black;
  302. }
  303. .top-bg {
  304. width: 750rpx;
  305. height: 634rpx;
  306. background: url('/static/image/home/top-bg.png') no-repeat;
  307. background-size: 100% 100%;
  308. position: fixed;
  309. top: 0;
  310. left: 0;
  311. }
  312. .page-warp {
  313. position: relative;
  314. z-index: 2;
  315. padding: 20px;
  316. }
  317. /* 用户信息卡片 */
  318. .page-top {
  319. margin-bottom: 20rpx;
  320. .user-card {
  321. width: 100%;
  322. height: 414rpx;
  323. background: url('/static/image/home/usecard-bg.png') no-repeat;
  324. background-size: 100% 100%;
  325. padding: 80rpx 40rpx 32rpx;
  326. position: relative;
  327. .user-header {
  328. .name-row {
  329. display: flex;
  330. align-items: center;
  331. margin-bottom: 16rpx;
  332. .user-name {
  333. font-size: 44rpx;
  334. font-weight: 700;
  335. color: #202020;
  336. line-height: 1.2;
  337. }
  338. .user-role {
  339. margin-left: 16rpx;
  340. padding: 6rpx 16rpx;
  341. background: rgba(68, 110, 255, 0.10);
  342. border-radius: 8rpx;
  343. font-size: 24rpx;
  344. font-weight: 500;
  345. color: #446eff;
  346. }
  347. }
  348. .company-name {
  349. font-size: 28rpx;
  350. font-weight: 500;
  351. color: #666666;
  352. line-height: 1.4;
  353. }
  354. }
  355. .avatar-wrapper {
  356. position: absolute;
  357. top: 32rpx;
  358. right: 40rpx;
  359. width: 140rpx;
  360. height: 140rpx;
  361. border-radius: 50%;
  362. box-shadow: 0rpx 0rpx 4rpx 0rpx rgba(21,93,252,0.20);
  363. .avatar {
  364. width: 100%;
  365. height: 100%;
  366. }
  367. .badge-icon{
  368. width: 64rpx;
  369. height: 64rpx;
  370. position: absolute;
  371. bottom:0;
  372. right:0;
  373. transform: translate(50% 50%);
  374. z-index: 1;
  375. }
  376. }
  377. .user-contact {
  378. margin-top: 32rpx;
  379. .contact-row {
  380. display: flex;
  381. align-items: center;
  382. margin-bottom: 16rpx;
  383. uni-icons {
  384. margin-right: 12rpx;
  385. flex-shrink: 0;
  386. }
  387. .contact-text {
  388. font-size: 26rpx;
  389. color: #666666;
  390. }
  391. }
  392. }
  393. .share-btn-wrapper {
  394. position: absolute;
  395. bottom: 90rpx;
  396. right: 40rpx;
  397. .share-btn {
  398. padding: 14rpx 36rpx;
  399. background: linear-gradient(90deg, #446dff 0%, #6b85ff 100%);
  400. border-radius: 32rpx;
  401. box-shadow: 0 4rpx 12rpx rgba(68, 110, 255, 0.35);
  402. .share-text {
  403. font-size: 26rpx;
  404. font-weight: 500;
  405. color: #ffffff;
  406. }
  407. }
  408. }
  409. }
  410. }
  411. /* 最近访客模块 */
  412. .recent-visitors {
  413. padding: 20rpx;
  414. background: #f2f6ff;
  415. border: 2rpx solid rgba(255, 255, 255, 0.80);
  416. border-radius: 28rpx;
  417. .section-header {
  418. display: flex;
  419. align-items: center;
  420. justify-content: space-between;
  421. margin-bottom: 24rpx;
  422. .section-title {
  423. font-size: 32rpx;
  424. font-weight: 600;
  425. color: #333333;
  426. }
  427. .visitor-count {
  428. display: flex;
  429. align-items: center;
  430. margin-left: 20rpx;
  431. .avatar-group {
  432. display: flex;
  433. margin-right: 12rpx;
  434. .group-avatar {
  435. width: 32rpx;
  436. height: 32rpx;
  437. border-radius: 50%;
  438. border: 4rpx solid #ffffff;
  439. margin-left: -16rpx;
  440. &:first-child {
  441. margin-left: 0;
  442. }
  443. }
  444. }
  445. .visitor-number {
  446. font-size: 24rpx;
  447. color: #999999;
  448. }
  449. }
  450. .view-more {
  451. font-size: 24rpx;
  452. color: #667eea;
  453. margin-left: auto;
  454. }
  455. }
  456. .visitor-list {
  457. background: #ffffff;
  458. border: 2rpx solid #ffffff;
  459. border-radius: 28rpx;
  460. .visitor-item {
  461. padding: 20rpx;
  462. .visitor-left {
  463. display: grid;
  464. .visitor-top {
  465. display: grid;
  466. grid-template-columns: auto 1fr auto;
  467. gap: 6rpx;
  468. }
  469. .visitor-name-row {
  470. display: flex;
  471. align-items: center;
  472. .visitor-name {
  473. font-size: 24rpx;
  474. font-weight: 500;
  475. color: #8390b1;
  476. margin: 0 10rpx;
  477. }
  478. .visitor-tag {
  479. width: 92rpx;
  480. height: 40rpx;
  481. text-align: center;
  482. line-height: 40rpx;
  483. border: 1.2rpx solid #ff9230;
  484. border-radius: 12rpx;
  485. font-size: 24rpx;
  486. font-weight: 500;
  487. color: #ff9230;
  488. }
  489. }
  490. .view-more-btn {
  491. font-size: 24rpx;
  492. color: #999999;
  493. }
  494. .visitor-avatar {
  495. width: 40rpx;
  496. height: 40rpx;
  497. border-radius: 50%;
  498. background: #ffffff;
  499. padding: 4rpx;
  500. box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
  501. image {
  502. width: 100%;
  503. height: 100%;
  504. border-radius: 50%;
  505. }
  506. }
  507. }
  508. .visitor-meta {
  509. display: flex;
  510. align-items: flex-start;
  511. margin-bottom: 16rpx;
  512. gap: 32rpx;
  513. .meta-item {
  514. display: flex;
  515. align-items: flex-start;
  516. .meta-label {
  517. font-size: 22rpx;
  518. color: #999999;
  519. }
  520. .meta-value {
  521. font-size: 22rpx;
  522. color: #666666;
  523. }
  524. }
  525. }
  526. .visitor-product {
  527. display: flex;
  528. align-items: flex-start;
  529. background: #ffffff;
  530. border-radius: 16rpx;
  531. padding: 16rpx;
  532. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.04);
  533. .product-image {
  534. width: 72rpx;
  535. height: 72rpx;
  536. border-radius: 12rpx;
  537. background-color: #30cfd0;
  538. margin-right: 16rpx;
  539. }
  540. .product-info {
  541. flex: 1;
  542. display: flex;
  543. flex-direction: column;
  544. justify-content: center;
  545. .product-name {
  546. font-size: 24rpx;
  547. font-weight: 500;
  548. color: #08105c;
  549. }
  550. .product-tag,
  551. .product-brand {
  552. font-size: 20rpx;
  553. color: #999999;
  554. margin-right: 12rpx;
  555. }
  556. }
  557. }
  558. }
  559. }
  560. .drag-handle {
  561. width: 80rpx;
  562. height: 8rpx;
  563. background: rgba(0, 0, 0, 0.2);
  564. border-radius: 4rpx;
  565. margin: 24rpx auto 0;
  566. }
  567. }
  568. /* 功能菜单网格 */
  569. .function-grid {
  570. display: grid;
  571. grid-template-columns: repeat(4, 1fr);
  572. gap: 24rpx;
  573. margin-top: 20rpx;
  574. padding: 32rpx 24rpx;
  575. height: 322rpx;
  576. background: linear-gradient(180deg, #eff6ff, #ffffff 42%);
  577. border: 2rpx solid #ffffff;
  578. border-radius: 28rpx;
  579. box-shadow: 0rpx 8rpx 8rpx 0rpx rgba(178, 194, 208, 0.10);
  580. .grid-item {
  581. display: flex;
  582. flex-direction: column;
  583. align-items: center;
  584. .grid-icon {
  585. width: 54rpx;
  586. height: 54rpx;
  587. border-radius: 28rpx;
  588. display: flex;
  589. align-items: center;
  590. justify-content: center;
  591. margin-bottom: 12rpx;
  592. .icon-text {
  593. font-size: 48rpx;
  594. }
  595. }
  596. .clue-icon {
  597. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  598. }
  599. .customer-icon {
  600. background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
  601. }
  602. .contact-icon {
  603. background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  604. }
  605. .pool-icon {
  606. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  607. }
  608. .opportunity-icon {
  609. background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  610. }
  611. .payment-icon {
  612. background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
  613. }
  614. .product-icon {
  615. background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
  616. }
  617. .all-icon {
  618. background: linear-gradient(135deg, #cd9cf2 0%, #f6f3ff 100%);
  619. }
  620. .grid-label {
  621. font-size: 24rpx;
  622. color: #333333;
  623. }
  624. }
  625. }
  626. /* 业务日历模块 */
  627. .business-calendar {
  628. background: #ffffff;
  629. margin: 20rpx;
  630. padding: 32rpx;
  631. border-radius: 24rpx;
  632. box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.06);
  633. .section-header {
  634. display: flex;
  635. align-items: center;
  636. justify-content: space-between;
  637. margin-bottom: 24rpx;
  638. .section-title {
  639. font-size: 32rpx;
  640. font-weight: 600;
  641. color: #333333;
  642. }
  643. .view-more {
  644. font-size: 24rpx;
  645. color: #667eea;
  646. }
  647. }
  648. .calendar-header {
  649. text-align: center;
  650. margin-bottom: 20rpx;
  651. .calendar-month {
  652. font-size: 30rpx;
  653. font-weight: 600;
  654. color: #333333;
  655. }
  656. }
  657. .calendar-weekdays {
  658. display: grid;
  659. grid-template-columns: repeat(7, 1fr);
  660. text-align: center;
  661. margin-bottom: 16rpx;
  662. .weekday {
  663. font-size: 24rpx;
  664. color: #999999;
  665. padding: 12rpx 0;
  666. }
  667. }
  668. .calendar-dates {
  669. display: grid;
  670. grid-template-columns: repeat(7, 1fr);
  671. gap: 8rpx;
  672. margin-bottom: 32rpx;
  673. .date-cell {
  674. aspect-ratio: 1;
  675. display: flex;
  676. flex-direction: column;
  677. align-items: center;
  678. justify-content: center;
  679. border-radius: 50%;
  680. position: relative;
  681. .date-num {
  682. font-size: 26rpx;
  683. color: #333333;
  684. }
  685. &.today {
  686. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  687. .date-num {
  688. color: #ffffff;
  689. font-weight: 600;
  690. }
  691. }
  692. &.has-event {
  693. .event-dot {
  694. width: 12rpx;
  695. height: 12rpx;
  696. background: #ff6b6b;
  697. border-radius: 50%;
  698. position: absolute;
  699. bottom: 8rpx;
  700. }
  701. }
  702. }
  703. }
  704. .today-schedule {
  705. .schedule-item {
  706. display: flex;
  707. align-items: flex-start;
  708. padding: 24rpx;
  709. background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  710. border-radius: 16rpx;
  711. margin-bottom: 16rpx;
  712. border-left: 6rpx solid #667eea;
  713. &.tomorrow {
  714. border-left-color: #30cfd0;
  715. }
  716. .schedule-time {
  717. display: flex;
  718. flex-direction: column;
  719. align-items: center;
  720. margin-right: 20rpx;
  721. min-width: 100rpx;
  722. .time-period {
  723. font-size: 22rpx;
  724. color: #999999;
  725. margin-bottom: 4rpx;
  726. }
  727. .time-value {
  728. font-size: 28rpx;
  729. font-weight: 600;
  730. color: #333333;
  731. }
  732. }
  733. .schedule-content {
  734. flex: 1;
  735. .schedule-title {
  736. font-size: 28rpx;
  737. color: #333333;
  738. line-height: 1.5;
  739. }
  740. }
  741. }
  742. }
  743. }
  744. .bottom-spacer {
  745. height: 40rpx;
  746. }
  747. </style>