28 lines
997 B
Plaintext
28 lines
997 B
Plaintext
.mobiletip{position:fixed;bottom:120rpx;right:40rpx;width:100rpx;height:100rpx;}
|
|
|
|
.tabmenu2{display:inline-block;line-height:72rpx;}
|
|
.tabmenu2.active view.relative{display:inline-block;}
|
|
.tabmenu2.active view.relative::before{display:inline-block;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);width:64rpx;height:6rpx;content:"";background-color:#36afa2;}
|
|
|
|
.subtab{height:100rpx;}
|
|
.opt-item{border:#ebebeb 1rpx solid;line-height:40rpx;}
|
|
.opt-item.active{background-color:#36afa2;border:#36afa2 1rpx solid;}
|
|
|
|
.fixedopt{position:fixed;bottom:200rpx;right:40rpx;}
|
|
.optpin{width:100rpx;height:100rpx;}
|
|
|
|
.search-sort{right:-650rpx;width:650rpx;}
|
|
.search-sort.sortin{animation:sortin.5s;animation-fill-mode:forwards;}
|
|
.search-sort.sortout{animation:sortout.5s;animation-fill-mode:forwards;}
|
|
@keyframes sortin
|
|
{
|
|
from {right:-650rpx;}
|
|
to {right:0;}
|
|
}
|
|
@keyframes sortout
|
|
{
|
|
from {right:0;}
|
|
to {right:-650rpx;}
|
|
}
|
|
|
|
.radio-btn{min-width:104rpx;box-sizing:border-box;text-align:center;} |