|
- .Box{
- height: 100vh;
- overflow: scroll;
- min-height: 100vh;
- }
- .searchF{
- width: 80%;
- height: 80rpx;
- background-color: rgba(51, 51, 51, 0.5);
- border-radius: 60rpx;
- margin: 20rpx;
- float: left;
- }
- .searchText{
- width: 80%;
- margin: 0 auto;
- height: 100%;
- color: #ffffff;
- }
- .searchBtn{
- width: 10%;
- line-height: 100rpx;
- color: #00ff99;
- float: left;
- height: 100rpx;
- margin-top: 10rpx;
- font-size: 30rpx;
- }
- .classBoxAll{
- margin: 0 20rpx;
- }
- .classBox{
- margin: 20rpx 0;
- }
- .logo{
- float: left;
- width: 300rpx;
- height: 200rpx;
- border-radius: 12rpx;
- }
- .textBox{
- float: left;
- margin-left: 10px;
- }
- .titile{
- width: 350rpx;
- height: 40rpx;
- line-height: 40rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FEFEFE;
- margin-bottom: 19rpx;
- overflow:hidden;
- text-overflow:ellipsis;
- display:-webkit-box;
- -webkit-box-orient:vertical;
- -webkit-line-clamp:1
- }
- .cont{
- width: 360rpx;
- height: 30rpx;
- line-height: 30rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #6E768A;
- font-weight: 560;
- overflow:hidden;
- text-overflow:ellipsis;
- display:-webkit-box;
- -webkit-box-orient:vertical;
- -webkit-line-clamp:1;
- }
- .moreBox{
- margin-top: 30rpx;
- position: relative;
- }
- .user{
- float: left;
- width: 50rpx;
- height: 50rpx;
- border-radius: 50%;
- background-color: beige;
- }
- .userText{
- width: 200rpx;
- text-align: center;
- height: 50rpx;
- line-height: 50rpx;
- background: #222735;
- border-radius: 50rpx;
- font-family: PingFang SC;
- font-weight: 500;
- font-size: 26rpx;
- color: #8790A8;
- }
- .show{
- position: absolute;
- width: 60rpx;
- height: 60rpx;
- top:5rpx;
- right: 20rpx;
- text-align: center;
- }
- .go{
- width: 40rpx;
- height: 10rpx;
- }
- .noDataBox{
- width: 100%;
- height: 600rpx;
- top: 300rpx;
- left: 0;
- background-color: #0E1119;
- text-align: center;
- }
- .noDataImg{
- width: 500rpx;
- height: 400rpx;
- }
- .instrumentBox{
- width: 100%;
- background: #1F232E;
- border-radius: 30rpx 30rpx 0rpx 0rpx;
- height: 200rpx;
- position: fixed;
- bottom:0;
- left: 0;
- }
- .cancel{
- width: 100%;
- line-height: 90rpx;
- height: 90rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- border-bottom: 1rpx rgba(255, 255, 255, 0.1) solid;
- text-align: center;
- }
- .hie{
- width: 100%;
- line-height: 90rpx;
- height: 90rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- }
|