123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .card {
- padding: 20rpx 30rpx 20rpx;
- background: #FFFFFF;
- border-radius: 30rpx 30rpx 0 0;
- }
- .top {
- display: flex;
- align-items: center;
- }
- .des {
- margin-left: 20rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #999;
- }
- .middle {
- padding: 0rpx 30rpx 70rpx;
- }
- .key {
- margin-top: 25rpx;
- font-size: 30rpx;
- font-weight: 400;
- color: #303133;
- display: flex;
- }
- .star {
- margin-left: 15rpx;
- font-size: 30rpx;
- font-weight: 400;
- color: #FC4A5B;
- }
- .btn {
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- font-weight: 400;
- width: 690rpx;
- }
|