1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- page{
- padding: 0 35rpx;
- }
- view{
- line-height: 56rpx;
- }
- .tab view{
- line-height: 90rpx;
- text-align: center;
- width: 50%;
- display: inline-block;
- font-size: 30rpx;
- position: relative;
- }
- .tab .act{
- font-weight: bold;
- }
- .act text{
- position: absolute;
- width: 64rpx;
- height: 6rpx;
- top: 100%;
- left: 0;
- right: 0;
- margin: auto;
- background: rgba(217, 75, 36, 1);
- }
- .intro{
- font-size: 32rpx;
- line-height: 56rpx;
- margin-top: 30rpx;
- }
- .title{
- font-size: 40rpx;
- line-height: 56rpx;
- font-weight: bold;
- margin: 50rpx 0 15rpx;
- }
- .date{
- font-size: 32rpx;
- line-height: 56rpx;
- }
- .title1{
- font-size: 32rpx;
- margin-bottom: 8rpx;
- }
- .date text{
- color: rgba(233, 0, 1, 1);
- }
- .info{
- font-size: 32rpx;
- color: #666;
- margin-top: 8rpx;
- }
- .apply:not([size='mini']){
- background: #D94B24;
- color: #fff;
- width: 100%;
- margin: 48rpx auto 0;
- height: 88rpx;
- line-height: 88rpx;
- padding: 0;
- font-size: 32rpx;
- border-radius: 8rpx;
- }
- scroll-view{
- height: calc(100vh - 250rpx);
- }
|