当前位置:网站首页>Solutions to the failure of last child and first child styles of wechat applet
Solutions to the failure of last child and first child styles of wechat applet
2022-06-26 13:33:00 【woowen!】
Use last-child perhaps first-child The subset needs to be wrapped in a parent element to take effect
.tab-content text:last-child {
margin-right: 0;
}
<view class="tab-content">
<text bindtap="tapActive" data-active="1" class="{
{active === '1'?'active':''}}"> Trade purchasing agency </text>
<text bindtap="tapActive" data-active="2" class="{
{active === '2'?'active':''}}"> Accounts receivable </text>
<text bindtap="tapActive" data-active="3" class="{
{active === '3'?'active':''}}"> Inventory pledge </text>
<text bindtap="tapActive" data-active="4" class="{
{active === '4'?'active':''}}"> Advance payment </text>
<text bindtap="tapActive" data-active="5" class="{
{active === '5'?'active':''}}"> Inclusive finance </text>
</view>
边栏推荐
- Detailed sorting of HW blue team traceability process
- Oplg: new generation cloud native observable best practices
- Basic methods for network diagnosis and hardware troubleshooting of Beifu EtherCAT module
- There are many contents in the widget, so it is a good scheme to support scrolling
- 8、【STM32】定时器(TIM)——中断、PWM、输入捕获实验(一文精通定时器)
- ES基於Snapshot(快照)的數據備份和還原
- B - Bridging signals
- Electron official docs series: Contributing
- Map value
- Go language - pipeline channel
猜你喜欢
Detailed sorting of HW blue team traceability process
古瑞瓦特冲刺港交所上市:创下“多个第一”,获IDG资本9亿元投资
Fire warning is completed within 10 seconds, and Baidu AI Cloud helps Kunming Guandu build a new benchmark of smart city
Awk tools
Beifu PLC based on NT_ Shutdown to realize automatic shutdown and restart of controller
Es snapshot based data backup and restore
Thinking caused by the error < note: candidate expectations 1 argument, 0 provided >
ES基於Snapshot(快照)的數據備份和還原
Echart stack histogram: add white spacing effect setting between color blocks
计算两点之间的距离(二维、三维)
随机推荐
Create your own cross domain proxy server
C - Common Subsequence
Teacher Li Hang's new book "machine learning methods" is on the market! Purchase link attached
Electron official docs series: Processes in Electron
Firewall introduction
HW蓝队溯源流程详细整理
Beifu PLC realizes zero point power-off hold of absolute value encoder -- use of bias
【MySQL从入门到精通】【高级篇】(二)MySQL目录结构与表在文件系统中的表示
原型模式(prototype)
创建一个自己的跨域代理服务器
I - Dollar Dayz
Hdu1724[Simpson formula for integral]ellipse
LeetCode_ Stack_ Medium_ 150. evaluation of inverse Polish expression
Fire warning is completed within 10 seconds, and Baidu AI Cloud helps Kunming Guandu build a new benchmark of smart city
Decorator
KITTI Detection dataset whose format is letf_ top_ right_ bottom to JDE normalied xc_ yc_ w_ h
LAMP编译安装
tauri vs electron
I have a good word to say, and I admire myself
MongoDB系列之适用场景和不适用场景