| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- page {
- background-color: rgb(247, 246, 242);
- }
- .uni-main.data-v-25fcef79 {
- width: 100%;
- height: 100%;
- background-color: #f6f7f5;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- }
- .sticky-nav.data-v-25fcef79 {
- position: -webkit-sticky;
- position: sticky;
- width: 100%;
- top: 0;
- z-index: 1;
- }
- .nav-bar.data-v-25fcef79 {
- padding-top: 50rpx;
- padding-bottom: 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- background: -webkit-gradient(linear, left top, left bottom, from(#ff9865), to(#ff7a55));
- background: -webkit-linear-gradient(#ff9865, #ff7a55);
- background: linear-gradient(#ff9865, #ff7a55);
- height: 125rpx;
- }
- .left-nav ._ul.data-v-25fcef79 {
- padding: 0;
- margin-left: 20rpx;
- }
- .left-nav ._ul ._li.data-v-25fcef79 {
- list-style: none;
- display: inline-block;
- height: 60rpx;
- line-height: 60rpx;
- width: 100rpx;
- text-align: center;
- color: #ffd6cd;
- font-size: 36rpx;
- font-weight: bold;
- padding-bottom: 4rpx;
- }
- .left-nav .active.data-v-25fcef79 {
- color: #fff;
- font-size: 44rpx;
- border-bottom: 4rpx solid #fff;
- }
- .nav-box.data-v-25fcef79 {
- width: 100%;
- padding-top: 90rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- background: -webkit-gradient(linear, left top, left bottom, from(#ff9865), to(#ff7a55));
- background: -webkit-linear-gradient(#ff9865, #ff7a55);
- background: linear-gradient(#ff9865, #ff7a55);
- height: 135rpx;
- padding-bottom: 50rpx;
- }
- .nav-box .header-text.data-v-25fcef79 {
- font-size: 45rpx;
- color: #333;
- font-weight: bold;
- width: 100%;
- text-align: center;
- margin-left: 20rpx;
- }
- .nav-box .header_operate.data-v-25fcef79 {
- width: 23px;
- height: 21px;
- float: right;
- margin-right: 20rpx;
- }
- .right-nav.data-v-25fcef79 {
- margin-right: 15rpx;
- }
- .right-nav .index_search.data-v-25fcef79 {
- width: 45rpx;
- height: 45rpx;
- margin-right: 15rpx;
- }
- .right-nav .index_info.data-v-25fcef79 {
- width: 45rpx;
- height: 45rpx;
- }
- .uni-list-item.data-v-25fcef79 {
- padding: 20rpx 30rpx;
- margin-bottom: 8rpx;
- background-color: #FFFFFF;
- -webkit-border-radius: 8rpx;
- border-radius: 8rpx;
- position: relative;
- }
- .uni-list-item_box .thumb.data-v-25fcef79 {
- width: 100%;
- height: 300rpx;
- -webkit-border-radius: 4rpx;
- border-radius: 4rpx;
- }
- .uni-list-item_box .text_title.data-v-25fcef79 {
- font-size: 40rpx;
- padding: 8rpx 0rpx;
- }
- .uni-list_text.data-v-25fcef79 {
- padding-top: 10rpx;
- }
- .uni-list_text .text_time.data-v-25fcef79 {
- color: #999;
- }
|