| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .container {
- background-color: #f0f0f0;
- justify-content: flex-start;
- font-weight: 500;
- color:#1e1e1e;
- }
- .search1{
- width:100%;
- height:116rpx;
- background-color: #F5E2BE;
-
- }
- .search1 .input{
- width:690rpx;
- height:70rpx;
- line-height: 70rpx;
- background-color: #ffffff;
- border-radius: 10rpx;
- text-align: center;
- font-size:36rpx;
- color:#1e1e1e;
- /* padding-left: 20rpx; */
- }
- .image04009{
- width:130rpx;
- height:130rpx;
- margin-top: 170rpx;
- }
- .search2{
- margin-top: 30rpx;
- font-size:48rpx;
- color:#9B9B9B;
- }
- .search3{
- font-size:24rpx;
- color:#9B9B9B;
- width:264rpx;
- text-align: center;
- }
- .line{
- margin-top: 60rpx;
- background-color: #9B9B9B;
- width:458rpx;
- height:6rpx;
- }
- .search4{
- margin-top: 66rpx;
- font-size:36rpx;
- color:#9B9B9B;
- }
- .search5{
- margin-top: 30rpx;
- }
- .search5 .box{
- width:110rpx;
- height:110rpx;
- background-color: #fff;
- border:1rpx solid #CDB797;
- font-size:48rpx;
- text-align: center;
- line-height: 110rpx;
- font-weight: 400;
- margin: 0 3rpx;
- }
|