123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- 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); */
- display: block;
- }
- .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);
- }
- .change{
- color: #D94B24;
- /* font-size: 28rpx; */
- text-decoration: underline;
- display: inline;
- }
|