You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .content {
- padding: 0 30rpx 20rpx 30rpx;
- margin: 20rpx auto;
- }
-
- .tit {
- font-size: 30rpx;
- color: #FD832D;
- letter-spacing: 1.16rpx;
- height: 68rpx;
- line-height: 68rpx;
- }
- .right{
- width: 85%;
- height:42rpx;
- /* margin-top: 5rpx; */
- float: left;
- margin-left: 15rpx;
- }
- .description {
- margin-top: 12rpx;
- font-size: 26rpx;
- color: #333;
- letter-spacing: 1.16rpx;
- padding-left: 83rpx;
- }
- .Q{
- width:68rpx;
- height:68rpx;
- border:2rpx solid #FD832D;
- border-radius: 34rpx;
- line-height: 68rpx;
- text-align: center;
- font-size: 32rpx;
- float: left
- }
|