@charset "UTF-8"; /** * uni-app内置的常用样式变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .listtopb { background-color: #ffffff; } .listtopb .tit { flex: 1; display: flex; flex-direction: column; justify-content: center; position: relative; } .listtopb .tit view { text-align: center; } .listtopb .tit .tits { color: #AAAAAA; } .listtopb .tit .txt { color: #aaaaaa; } .listtopb .tit .line { width: 40rpx; height: 12rpx; position: absolute; left: 50%; margin-left: -20rpx; bottom: 6rpx; display: none; } .listtopb .tit.act .tits { color: #161616; } .listtopb .tit.act .txt { color: #FE5706; } .listtopb .tit.act .line { display: block; } .listtopb .chebox { width: 96rpx; background: #FFFFFF; box-shadow: -10rpx 0rpx 10rpx 0rpx rgba(196, 191, 191, 0.22); display: flex; align-items: center; justify-content: center; } .listtopb .chebox image { width: 30rpx; height: 26rpx; }