| | |
| | | } |
| | | |
| | | .scrollViewBox { |
| | | height: calc(100vh - 326rpx); |
| | | /* width: calc(100vw - 60rpx); */ |
| | | height: calc(100vh - 208rpx - env(safe-area-inset-bottom)); |
| | | } |
| | | |
| | | .t-search__input-box--square { |
| | |
| | | font-size: var(--td-search-font-size, var(--td-font-size-m, 28rpx)) !important; |
| | | } |
| | | |
| | | /* element.style { |
| | | -webkit-transform: translateX(38.9921875px) !important; |
| | | transform: translateX(38.9921875px) !important; |
| | | } */ |
| | | |
| | | .t-tabs .t-tabs__item--active { |
| | | /* min-width: 210rpx; */ |
| | | background-repeat: no-repeat; |
| | | background-image: url(https://jsek.bnuic.com/home/image/click-icon.png); |
| | | background-position: 83% center; |
| | | background-size: 40%; |
| | | background-position: 90% 50%; |
| | | background-size: 70rpx !important; |
| | | /* 将背景图片位置设置为靠右 */ |
| | | } |
| | | |
| | | .t-tabs__track { |
| | | background-color: #FF6C00 !important; |
| | | -webkit-transform: translateX(39px); |
| | | transform: translateX(39px); |
| | | /* -webkit-transform: translateX(39px); */ |
| | | /* transform: translateX(39px); */ |
| | | /* height: var(--td-tab-track-thickness, 0rpx) !important; */ |
| | | } |
| | | |