小程序步骤条实现

news/2024/10/18 9:17:27/

步骤条实现
在这里插入图片描述

<template><view class="contractInfo"><view class="contractInfo_center" style="overflow-y: auto; display: flex; overflow-y: hidden"><view class="contractInfo_center_block" v-for="(item, index) in pdata" :key="index"><view class="stateBox"><image class="stateImg" src="../../../static/img/contract/checked.png" mode=""></image><text class="stateLine" v-if="index != pdata.length - 1"></text><text class="stateLineLeft" v-if="index != 0"></text></view><text class="contractInfo_center_one_label">{{ item.date }}</text><text class="contractInfo_center_one_value">{{item.label}}</text></view></view></view>
</template><script>export default {data() {return {pdata: [{label: '1111',date: '2022-01-01'}, {label: '2222',date: '2022-01-02'}, {label: '3333',date: '2022-01-03'}, {label: '4444',date: '2022-01-04'}, {label: '5555',date: '2022-01-05'}]}},methods: {}}
</script><style lang="scss" scoped>.contractInfo {width: 686rpx;opacity: 1;border-radius: 8rpx;background-color: #fff;margin: 32rpx auto 0rpx;padding: 24rpx 24rpx 10rpx;box-sizing: border-box;.contractInfo_center {font-size: 28rpx;line-height: 40rpx;overflow-y: auto;.contractInfo_center_block {width: 25%;display: inline-flex;flex-direction: column;padding-left: 40rpx;justify-content: center;.stateBox {display: inline-flex;flex-direction: row;justify-content: center;position: relative;.stateImg {width: 36rpx;height: 36rpx;margin: auto;margin-bottom: 4rpx;}.stateLine {width: 40rpx;height: 2rpx;border-radius: 4rpx 0 0 4rpx;background-color: #165dff;margin-left: 22rpx;position: absolute;right: -20rpx;top: 18rpx;}.stateLineLeft {width: 40rpx;height: 2rpx;border-radius: 0 4rpx 4rpx 0;background-color: #165dff;margin-right: 22rpx;position: absolute;left: -20rpx;top: 18rpx;}.stateLineLeft:first-child {width: 0;}}.contractInfo_center_one_label {color: #666666;text-align: center;font-size: 28rpx;white-space: nowrap;}.contractInfo_center_one_value {color: #1a1a1a;text-align: center;font-size: 24rpx;}}.contractInfo_center_block:first-child {padding-left: 0;}}}
</style>

http://www.ppmy.cn/news/381701.html

相关文章

如何看report_crpr的报告?(CRPR与SI的关系)

今天星球有小伙伴提问report_crpr的报告看着怎么跟report_timing报告有冲突呢? 这里讲一下,SI enable的情况下,report_crpr会出现static和dynamic两个表,这里static和dynamic的区别可以理解为common path不考虑si与考虑si两种情况。下图是ICC2对SI enable的report_crpr的解…

应急响应:系统入侵排查指南

目录 系统基本信息排查 Windows系统排查 Linux系统排查 CPU信息 操作系统信息 载入模块排查 用户排查 Windows系统用户排查 排查所有账户 Linux用户排查 root账户排查 查看所有可登录账户 查看用户错误的登录信息 查看所有用户最后登录信息 排查空口令账户 启…

宏基电源管理软件 v5.0.0.3002官方版

名称&#xff1a;宏基电源管理软件 v5.0.0.3002官方版 版本&#xff1a;v5.0.0.3002 大小&#xff1a;9.21MB 软件语言&#xff1a;简体中文 软件授权&#xff1a;免费版 应用平台&#xff1a;Win7/Win8/Win10/WinXP Acer Epower Management是宏碁为笔记本用户开发的电源管…

施振荣思辩

本文写于1998年。 施振荣&#xff0c;宏基集团董事长&#xff0c;1944年12月18日生于台湾省彰化县。台湾交通大学电子工程研究所硕士。亚洲管理学院董事、台湾企业经理协进会常务理事、台湾管理科学学会监事、台湾自创品牌协会理事长。 1971年8月—1972年8月&#xff0c;环宇电…

BIOS中英文对照表

BIOS中英文对照表: Time/System Time 时间/系统时间 Date/System Date 日期/系统日期 Level 2 Cache 二级缓存 System Memory 系统内存 Video Controller 视频控制器 Panel Type 液晶屏型号 Audio Controller 音频控制器 Modem Controller 调制解调器&#xff08;Modem) Primar…

射频电路layout总结

射频电路板设计由于在理论上还有很多不确定性&#xff0c;因此常被形容为一种“黑色艺术”&#xff0c;但这个观点只有部分正确&#xff0c;RF电路板设计也有许多可以遵循的准则和不应该被忽视的法则。在实际设计时&#xff0c;真正实用的技巧是当这些准则和法则因各种设计约束…

[转帖]OEM、ODM、OBM分别是什么?

OEM、ODM、OBM分别是什么? https://blog.csdn.net/liangtianmeng/article/details/83215500感觉很多地方说明的都不对OEM 别人的产品 别人也可以继续卖自己贴牌的..而且OEM的东西不见得 比 原始牌子的贵.. 什么是OEM&#xff1f;OEM(Original Equipment Manufactuce&#xff0…

轻松揭穿老底:各大品牌LCD幕后真相大披露(教你进入LCD的工厂模式)

2007-08-20 11:36:06 在本文开始之前&#xff0c;我们首先为大家释疑几个焦点问题。一、什么是显示器的工厂模式&#xff1f;工厂模式是厂家在设计电路时预留的一些功能&#xff0c;这些功能并不对普通用户开放的。通过特殊的方式进入&#xff0c;通过修改存储器数据或其他方式…