| 1234567891011121314151617181920212223242526272829303132333435 |
- /* sign.css */
- page{padding-bottom: 110rpx;}
- .top{background: #fff;padding: 40rpx 32rpx 32rpx;}
- .top>.ddflex{align-items: flex-start;}
- .act-img{width: 270rpx;height: 174rpx;border-radius: 6rpx;margin-right: 23rpx;}
- .title{font-size: 28rpx;color: #000;line-height: 39rpx;height: 78rpx;font-weight: bold;}
- .time{font-size: 26rpx;color: #666;}
- .time image{width: 22rpx;height: 25rpx;margin-right: 6rpx;margin-top: 7rpx;}
- .sta{margin-top: 16rpx;}
- .area{font-size: 22rpx;color: #999;margin-right: 6rpx;}
- .area image{width: 22rpx;height: 25rpx;margin-right: 6rpx;}
- .money{font-size: 30rpx;color: #FF1919;}
- .money text{font-size: 18rpx;}
- .date{background: #fff;margin-top: 32rpx;}
- .date .time{padding: 25rpx 0;border-top: 1rpx solid #e9e9e9;}
- .info{background: #fff;border-radius: 16rpx;margin: 22rpx 32rpx 0;}
- .tit{font-size: 32rpx;color: #000;font-weight: bold;padding: 20rpx 30rpx;border-bottom: 1rpx solid #E9E9E9;justify-content: space-between;}
- .tit text{font-size: 28rpx;font-weight: normal;}
- .add{height: 68rpx;background: #FFFFFF;border: 1rpx solid var(--main);border-radius: 35rpx;font-size: 32rpx;color: var(--main);text-align: center;line-height: 68rpx;margin: 40rpx 30rpx 16rpx;}
- .list{padding: 0 30rpx 40rpx;}
- .list .li{padding: 25rpx 0;border-bottom: 1rpx solid #E9E9E9;font-size: 26rpx;color: #333;}
- .list .li:last-child{border-bottom: none;}
- .user{width: 51rpx;height: 51rpx;margin-right: 16rpx;}
- .jian{width: 27rpx;height: 27rpx;margin-left: 16rpx;}
- .btn{position: fixed;left: 32rpx;bottom: 20rpx;right: 32rpx;height: 70rpx;background: var(--btn);border-radius: 35rpx;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}
- /* 添加报名信息 */
- .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
- .popup{position: fixed;left: 0;right: 0;bottom: 0;border-radius: 16rpx 16rpx 0 0;padding: 25rpx 32rpx 75rpx;background: #fff;z-index: 100;transition: all .3s ease-in;}
- .tits{font-size: 32rpx;color: #333;font-weight: bold;margin: 40rpx 0 20rpx;}
- .ipt{height: 90rpx;background: #F8F8F8;border-radius: 8rpx;padding: 0 23rpx;font-size: 26rpx;color: #333;}
- .placeholder{color: #999;}
- .pop-btn{justify-content: center;margin-top: 60rpx;}
- .cancel,.save{width: 276rpx;height: 80rpx;border-radius: 40rpx;margin: 0 12rpx;font-size: 32rpx;text-align: center;line-height: 80rpx;}
- .cancel{background: #F2F2F2;color: #888;}
- .save{background: var(--btn);color: #fff;}
|