123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .btn1{
- display: inline-block;
- text-align: center;
- background-color: #ff8e0a;
- border-radius: 60rpx;
- color: #fff;
- font-size: 30rpx;
- }
- .input1{
- font-size: 30rpx;
- display: inline-block;
- border: 1px solid #b9b2b2;
- border-radius: 10px;
- height: 60rpx;
- width: 570rpx;
- margin: 0 20rpx;
- }
- .sea{
- display:flex;
- justify-content: space-between;
- align-items: center;
- }
- .img{
- margin: 30rpx;
- height: 360rpx;
- width: 690rpx;
- }
- .desc{
- background-color: #eee;
- height: 20rpx;
- }
- .shop-img{
- width: 240rpx;
- height: 140rpx;
- margin: 20rpx;
- display: inline-block;
- }
- .shop-msg{
- display: inline-block;
- margin: 20rpx 0;
- }
- .grey{
- color:#b9b2b2;
- font-size: 24rpx;
- }
- .org{
- color:#ff8e0a;
- font-size: 24rpx;
- }
- .msg{
- margin: 20rpx 0;
- }
- .name{
- font-size: 36rpx;
- }
- .ift{
- display: flex;
- justify-content: space-around;
- }
- .orgg{
- width: 90rpx;
- height: 30rpx;
- background-color: #ff8e0a;
- color:seashell;
- text-align: center;
- }
- .score{
- color:#ff8e0a;
- background-color: #FFCC99;
- width: 450rpx;
- height: 30rpx;
- font-size: 22rpx;
- text-align: center;
- margin: 60rpx 0 0 0;
- }
|