123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- /* pages/yuezhan/index.wxss */
- .container {
- padding: 0;
- margin-top: 130rpx;
- background: #F5F5F5;
- }
- .nav-con {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 999;
- width: 100%;
- height: 130rpx;
- /* background: #fff; */
- }
- .yuezhan-navbar {
- display: flex;
- /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- border-bottom: 2rpx solid #ddd; */
- color: #999;
- background: #fff;
- height: 130rpx;
- }
- .yuezhan-navigator{
- background: #fff;
- padding: 0 44rpx;
- padding-bottom: 72rpx;
- }
- .yuezhan-navigator .fdkz-card:last-child{
- margin-bottom:0rpx;
- }
- .nav-item {
- margin: 0 19rpx;
- padding-bottom: 10rpx;
- width: 130rpx;
- text-align: center
- }
- .nav-item_txt {
- font-size: 24rpx;
- }
- .swiper-style {
- height: 422rpx;
- width: 100%;
- overflow: hidden;
- }
- .yuezhan-img {
- width: 100%;
- height: 100%;
- padding: 0;
- }
- .item-img {
- width: 100%;
- height: 100%;
- }
- .fdkz-card-info-date{
- display: flex;
- justify-content: space-between;
- }
- .fdkz-card-info-date .right{
- align-self: flex-end;
- display: flex;
- align-items: center;
- }
- .fdkz-card-info-date .date-icon{
- display: inline-block;
- vertical-align: text-bottom;
- margin-right: 12rpx;
- }
- .fdkz-card-info-date .iconweizhi,.fdkz-card-info-date .iconredu{
- font-size: 20rpx;
- }
- .date-txt{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 400rpx;
- display: inline-block;
- }
- .changguan_title{
- float:right;
- font-size:24rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- width: 150px;
- text-align: right;
- }
- .nav-item_on {
- border-bottom: 6rpx solid #e02f2f;
- }
- .mall-swiper-item {
- width: 100%;
- height: 100%;
- }
- .icon-like{
- color: #e02f2f;
- }
- .swiper-item{
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- }
- .navigator-title{
- font-size: 37rpx;
- font-weight: bold;
- padding: 40rpx 0 30rpx 0;
- }
|