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.
|
- .fl{
- float: left;
- }
- .fr{
- float: right;
- }
- .title{
- font-size: 28rpx;
- padding: 20rpx 40rpx;
- color: #999;
- }
- .card{
- width: 670rpx;
- margin: 0 auto 40rpx;
- border-radius:16rpx;
- overflow: hidden;
- box-shadow:1px 4px 20px #C4C4C4;
- }
- .header{
- background: #75b6f7;
- padding: 30rpx 0 60rpx;
-
- }
- .txt01{
- color: #fff;
- font-size: 28rpx;
- }
- .text02{
- margin-top: 20rpx;
- }
- .txt01 .fl{
- margin-left: 20rpx;
- font-size: 35rpx;
- }
- .txt01 .fr{
- margin-right: 20rpx;
- }
- .bottom{
- font-size: 26rpx;
- color: #999;
- height: 60rpx;
- line-height: 60rpx;
- text-indent: 1em;
- }
- .number{
- font-size: 40rpx;
-
- }
|