12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .main{
- padding: 18rpx 50rpx;
- background: white;
- height: calc(100vh - 91rpx - 38rpx);
- overflow-y: hidden;
- }
- .title{
- clear: both;
- font-size: 34rpx;
- font-weight: 400;
- color: #1a1a1a;
- margin-bottom: 14rpx;
- }
- .title .gray{
- font-size: 34rpx;
- color: #808080;
- }
- .iconfont-c3{
- color: #D9D9D9;
- font-size: 40rpx;
- margin-right: 10rpx;
- }
- .iconfont-c3.active{
- color: #FED100;
- }
- .desc{
- padding:13rpx 19rpx;
- height: 304rpx;
- width: 100%;
- border: 1px solid #cdcdcd;
- border-radius: 5rpx;
- text-align: left;
- box-sizing: border-box;
- margin-bottom: 25rpx;
- }
- .desc-box{
- position: relative;
- }
- .desc-box image{
- position: absolute;
- right: 0;
- bottom: 0;
- width: 302rpx;
- }
- .sub-btn{
- height: 91rpx;
- width: 650rpx;
- background: #9ddb52;
- border-radius: 46rpx;
- color: white;
- text-align: center;
- position: fixed;
- bottom: 38rpx;
- }
|