/* components/toufang/index.wxss */ .toufangbody{ margin: 0 5px; padding-bottom: 5px; box-shadow: 0 0 5px #eee; } .titleHead { color: #000; padding: 5px 5px 5px 10px; font-size: 17px; margin-bottom: 15px; margin-top: 15px; border-bottom: 1rpx solid #eee; } .select{ font-size: 15px; } .f2-canvas{ height: 56.25vw; } .after { width: 3px; height: 1.2em; margin-left: -5px; display: inline-block; border-radius: 3px; vertical-align: middle; background-color: #44aae1; } .btns{ float: right; font-size: 12px; margin-top: 3px; } .col{ padding: .5em 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: 600; } .col1{ font-weight: 400; } .scroll{ height: 160px; padding: 5rpx; margin: 5rpx; } .scrollItem{ position:absolute; left: 5rpx; right: 5rpx; height: 33px; border: 1rpx solid #65aaff; top: 0; } .subTitle{ border-top: 1rpx solid #eee; padding: 3px 0; margin: 5px 0; }