123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .nav {
- display: flex;
- justify-content: space-around;
- padding-top: 40upx;
- }
- .bar_view {
- font-size: 30upx;
- line-height: 60upx;
- color: #B7BECF;
- text-align: center;
- position: relative;
- }
- .bar_view_focus {
- text-align: center;
- font-size: 30upx;
- line-height: 60upx;
- color: #191D3A;
- border-bottom: 6upx solid #FF5039;
- position: relative;
- }
- .t_show {
- border-radius: 20upx;
- overflow: hidden;
- padding-bottom: 80upx;
-
- }
- page {
- background-color: #f3f3f3;
- }
- .my_bg {
- overflow: hidden;
- }
- .each_data{
- padding-top: 6upx;
- background-color: #ffffff;
- width: 96%;
- margin-left: 2%;
- box-shadow: 0px 8upx 8upx 0px #e3e3e3;
- border-radius: 10px;
- }
|