12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- page {
- background-color: #f9f9f7;
- }
- #tabs {
- width: 90%;
- padding: 0 20px;
- margin: 20rpx 0 20rpx 0;
- /* position: absolute; */
- /* z-index: 99999999; */
- }
- .tabs-box {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- /* position: fixed;
- width: 100%;
- height: 150rpx; */
- }
- .tabs-item.selected {
- border: 1rpx solid #2087f7;
- color: #2087f7;
- background: #d2e7fd;
- border-radius: 40rpx;
- }
- .tabs-item {
- width: 50%;
- color: #666;
- }
- .yuan {
- width: 20rpx;
- height: 20rpx;
- border-radius: 50%;
- background: red;
- position: absolute;
- top: 32rpx;
- left: 265rpx;
- }
- .onread {
- width: 100%;
- background: white;
- box-sizing: border-box;
- padding: 35rpx;
- margin-top: 20rpx;
- }
- .title {
- color: #999999;
- font-size: 26rpx;
- margin-top: 10rpx;
- }
- .readwenzi {
- color: whitesmoke;
- padding: 5rpx 10rpx;
- width: 48rpx;
- font-size: 24rpx;
- background: #2087f7;
- border-radius: 10rpx;
- margin-top: 20rpx;
- }
- .flex-box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 24rpx;
- color: #a7a7a7;
- }
- .nodata{
- width: 220rpx;
- height: 169rpx;
- position: fixed;
- top: 500rpx;
- left: 265rpx;
- }
|