.city-radio-group-label .city-label-radio {    //label样式
  padding: 15rpx 50rpx;
  position: relative;
  font-size: 28rpx;
  margin-bottom: 30rpx;
  color: black;
  background: white;
  border-radius: 10rpx;
}
.city-label-style .wx-radio-input {    //radio未选中样式
  /* margin-right: 15rpx; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  border-radius: 10rpx;
  box-sizing: border-box;
  border: none;
}
.city-label-style .wx-radio-input.wx-radio-input-checked {  //radio选中后样式
  border: 1px solid red !important;
  background: white !important;
  background-color:transparent !important;
  box-sizing: border-box;
}
.city-label-style .wx-radio-input.wx-radio-input-checked::before {   //选中后打钩样式隐藏
  display: none;
}

最新文章

  1. 免费开源的DotNet二维码操作组件ThoughtWorks.QRCode(.NET组件介绍之四)
  2. [LeetCode] Find the Difference
  3. a标签的target指向iframe
  4. python pdb调试
  5. 【转】定时器、sigevent结构体详解
  6. VS操作Sqlite数据库
  7. Android开发程序获取GPS信息步骤
  8. 在Activity中响应ListView内部按钮的点击事件的两种方法!!!
  9. CreateCompatibleDC工作原理
  10. Spark修炼之道(进阶篇)——Spark入门到精通:第九节 Spark SQL执行流程解析
  11. 《Thinking in Java》学习笔记(六)
  12. php $_SERVER['HTTP_USER_AGENT'] 用法介绍
  13. JS中多维数组的深拷贝的多种实现方式
  14. PyQt5--TextDrag
  15. Converting Python Virtual Machine Code to C
  16. vc获取当前进程CPU使用率
  17. Update Bits
  18. c#使用QQ邮箱的SSL收发邮件
  19. 1006 Sign In and Sign Out (25 分)
  20. unity, editorWindow update计时

热门文章

  1. 微信浏览器无法跳转到apk下载链接 微信屏蔽了我的APP下载链接如何处理
  2. numpy通用函数
  3. JS JQ 深拷贝之坑
  4. 不同版本的IDE ,对应的选项 有变化
  5. Mac上安装Docker
  6. 部署你的CRM程序
  7. 二叉树的简单操作(Binary Tree)
  8. 如何用EFCore Lazy Loading实现Entity Split
  9. rtp传输音视频(纯c代码)
  10. lsof 命令用法详解