123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .modal-label{
- /* color: #999; */
- }
- .modal-label .step{
- line-height: 1.5;
- }
- .ins-img image{
- width: 30%;
- display: block;
- margin: auto;
- }
- .ins-img .tip{
- text-align: center;
- }
- .modu-pad{
- padding: 20rpx;
- padding-bottom: 120rpx;
- }
- .act_list-pad{
- padding: 20rpx;
- }
- .pad-bo{
- height: 150rpx;
- }
- .act-list{
- display: flex;
- align-items: center;
- padding-bottom: 40rpx;
- }
- .act-list .act-headImg{
- width: 200rpx;
- height: 120rpx;
- background: #cccccc;
- border-radius: 20rpx;
- margin-right: 20rpx;
- }
- .act-list .act-info{
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .act-list .act-info .act-title{
- overflow:hidden;
- text-overflow:ellipsis;
- display:-webkit-box;
- -webkit-box-orient:vertical;
- -webkit-line-clamp:2;
- font-size: 24rpx;
- }
- .act-list .act-info .act-btn{
- margin-top: 10rpx;
- }
- .act-list .act-info .act-btn button{
- float: right;
- font-size: 22rpx;
- }
- .bottom-btn{
- position: fixed;
- width: calc(100% - 40rpx);
- bottom: 0;
- padding: 20rpx;
- }
|