12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- 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: 90%;
- margin: 48rpx auto 0;
- height: 88rpx;
- line-height: 88rpx;
- padding: 0;
- font-size: 32rpx;
- border-radius: 8rpx;
- }
- scroll-view{
- height: calc(105vh - 250rpx);
- background-color: rgb(243, 243, 243);
- padding: 0 30rpx;
- }
- .change{
- color: #D94B24;
- /* font-size: 28rpx; */
- text-decoration: underline;
- display: inline;
- }
- .bmover{
- margin: 30rpx;
- text-align: center;
- }
- .bmover label{
- font-size: 32rpx;
- }
|