码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • 微信小程序手写table表格


    wxml

    1. <view class="table">
    2. <view class="tr bg-w">
    3. <view class="th">张三view>
    4. <view class="th" style="color: #409eff;">李四view>
    5. <view class="th ">王五view>
    6. <view class="th ">赵六view>
    7. view>
    8. <block>
    9. <view class="tr bg-g">
    10. <view class="td">男view>
    11. <view class="td" style="color:#409eff">男view>
    12. <view class="td">女view>
    13. <view class="td">男view>
    14. view>
    15. block>
    16. view>

    wxss:想加其他样式得可以自己+

    1. .tr {
    2. display: flex;
    3. width: 100%;
    4. justify-content: center;
    5. height: 3rem;
    6. align-items: center;
    7. }
    8. .td {
    9. width: 40%;
    10. justify-content: center;
    11. text-align: center;
    12. }
    13. .th {
    14. width: 40%;
    15. justify-content: center;
    16. /* color: #fff; */
    17. display: flex;
    18. height: 3rem;
    19. align-items: center;
    20. font-size: 15px;
    21. }

    总结:有循环的可以自己填写数据

  • 相关阅读:
    Xcode 常见错误
    web渗透测试----5、暴力破解漏洞--(3)FTP密码破解
    在线教育市场持续火爆,潜力巨大
    ECharts 饼图颜色设置教程 - 4 种方式设置饼图颜色
    【Git】有人瞎动你代码怎么办?学会git reset、 revert轻松解决
    【递归知识+练习】
    【Linux】对进程概念的理解
    竞赛选题 深度学习二维码识别
    SQL server中提示对象名无效
    蓝牙学习四(广播)
  • 原文地址:https://blog.csdn.net/zybijiso666/article/details/134429945
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号