| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- page{
- background-color: #fff;
- }
- .top-fixed{
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- background-color: #fff;
- z-index: 101;
- }
- .search-box{
- padding: 30rpx;
- background-color: #fff;
- }
- .search-text{
- color: #999999;
- }
- .search-input{
- height: 76rpx;
- line-height: 76rpx;;
- background: #F5F5F5;
- border-radius: 60rpx;
- padding: 0 26rpx;
- font-size: 24rpx;
- }
- .search-input input{
- font-size: 24rpx;
- }
- .search-input image{
- width: 34rpx;
- height: 34rpx;
- margin-right: 26rpx;
- }
- .search-all{
- color: #2a82fd;
- font-size: 30rpx;
- margin-left: 46rpx;
- }
- .title{
- line-height: 50rpx;
- font-size: 36rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- padding: 0 30rpx;
- }
- .title text{
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #A1A1A1;
- margin-left: 20rpx;
- }
- .padd30{
- padding: 30rpx;
- }
- .act-bar{
- padding-bottom:42rpx ;
- border-bottom: 2rpx solid #E8E8E8;
- margin-bottom: 40rpx;
- }
- .act-bar:last-child{
- border-bottom: none;
- }
- .act-pic{
- position: relative;
- width: 270rpx;
- height: 174rpx;
- border-radius: 6rpx 6rpx 6rpx 6rpx;
- margin-right: 24rpx;
- }
- .act-pic image{
- width: 100%;
- height: 100%;
- border-radius: 6rpx 6rpx 6rpx 6rpx;
- }
- .act-pic-tag{
- position: absolute;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 6rpx 0rpx 15rpx 0rpx;
- padding: 0 10rpx;
- line-height: 28rpx;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- text-align: center;
- color: #FFFFFF;
- }
- .act-title{
- max-height: 80rpx;
- line-height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #000000;
- }
- .act-time{
- line-height: 33rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- margin-top: 10rpx;
- }
- .act-bottom{
- justify-content: space-between;
- margin-top: 20rpx;
- }
- .act-bottom-look{
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .act-bottom-look image{
- width: 28rpx;
- height: 28rpx;
- margin-right: 6rpx;
- }
- .act-edit{
- width: 113rpx;
- height: 52rpx;
- line-height: 52rpx;
- background: #27D699;
- border-radius: 26rpx 26rpx 26rpx 26rpx;
- opacity: 1;
- text-align: center;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- }
- .act-create{
- width: 110rpx;
- height: 110rpx;
- background: var(--main);
- box-shadow: 0rpx 4rpx 24rpx 1rpx rgba(0,155,98,0.2);
- opacity: 1;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- border-radius: 100%;
- padding: 20rpx;
- box-sizing: border-box;
- position: fixed;
- bottom: 200rpx;
- right: 30rpx;
- }
- .act-create image{
- width: 39rpx;
- height: 39rpx;
- margin: auto;
- }
|