12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .box {
- width: 88%;
- margin: 0 auto;
- position: relative;
- }
- .box1 {
- /* display: flex; */
- border-radius: 20rpx;
- margin-top: 20rpx;
- background: #FBF3E3;
- padding: 30rpx;
- color: #E55800;
- font-size: 25rpx;
- }
- .box2 {
- border-radius: 20rpx;
- margin-top: 20rpx;
- background: rgba(244,244,244);
- padding: 30rpx;
- color: rgba(102,102,102);
- font-size: 25rpx;
- }
- /* .box2 {
- background: #FBF3E3;
- } */
- /* .content {
- margin-left: 30rpx;
- font-size: 25rpx;
- }
- .content1 {
- color: #E55800;
- } */
- .btn {
- /* padding: 10rpx 10rpx; */
- background: white;
- width: 160rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 50rpx;
- margin-top: 20rpx;
- margin-left: 200rpx;
- text-align: center;
- }
- .van-tab--active .van-ellipsis {
- color: #EE0A24;
- font-weight: bold;
- }
- .nodata {
- /* position: absolute; */
- margin-top: 285rpx;
- margin-left: 165rpx;
- width: 340rpx;
- height: 262rpx;
- }
- .nodata_text{
- /* position: absolute; */
- margin-top: 20rpx;
- margin-left: 280rpx;
- font-size: 30rpx;
- color: #666666;
- }
|