| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- template{
- position: relative;
- }
- .main{
- position: relative;
- top: -192rpx;
- }
- .head{
- height: 300rpx;
- border-radius: 0rpx 0rpx 20rpx 20rpx;
- background-color: rgba(42, 130, 228, 1);
- }
- .head .location{
- padding-top: 36rpx;
- font-size: 30rpx;
- font-weight: bold;
- text-align: center;
- color:rgba(255, 255, 255, 1) ;
- }
- .loc{
- width: 40rpx;
- height: 40rpx;
- font-size: 42rpx;
- vertical-align:middle;
- }
- .num{
- float: left;
- margin-left: 20rpx;
- margin-top: 18rpx;
- font-size: 22rpx;
- font-weight: 700;
- color: rgba(42, 130, 228, 1);
- }
- .got{
- float: right;
- margin-top: 18rpx;
- margin-right: 18rpx;
- color: rgba(212, 48, 48, 1);
- }
- .list{
- float: left;
- margin-left: 42rpx;
- margin-top: 18rpx;
- font-size: 22rpx;
- color: rgba(80, 80, 80, 1);
- }
- .p{
- margin-top: 16rpx;
- }
- .list .text{
- width: 484rpx;
- height: 108rpx;
- margin-top: 30rpx;
- margin-left: 50rpx;
- text-align:center;
- line-height: 108rpx;
- background-color: rgba(255, 255, 255, 1);
- }
- .content-list{
- width: 720rpx;
- height: 346rpx;
- float: left;
- margin-left: 16rpx;
- margin-top:22rpx;
- border-radius: 28rpx 28rpx 0rpx 0rpx;
- background-color: rgba(229, 229, 229, 1);
- }
- .isOver{
- width: 100%;
- height: 120rpx;
- line-height: 120rpx;
- text-align: center;
- font-size: 28rpx;
- color: rgba(80, 80, 80, 0.27);
- }
|