123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- /* pages/partnerCommonRecord/partnerCommonRecord.wxss */
- page{
- background-color: #f9f9f9;
- }
- .container{
- height: 100%;
- background-color: #f9f9f9;
- }
- .top_tab_wrap{
- width: 100%;
- height: 144rpx;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 10;
- background-color: #f9f9f9;
- }
- .top_tab_cont{
- width: 647rpx;
- border: 2px solid #b4a078;
- border-radius: 8px;
- overflow: hidden;
- margin: 30rpx auto;
- }
- .each_tab{
- float:left;
- width: 324rpx;
- height: 80rpx;
- font-size: 30rpx;
- line-height: 80rpx;
- text-align: center;
- color: #b4a078;
- background-color: #f9f9f9;
- }
- .each_tab_active{
- color: #fff;
- background-color: #b4a078;
- }
- /* 列表 */
- .tab_content{
- display:flex;
- background-color:#fff;
- margin-top:144rpx;
- height: 100%;
- }
- .tab_content_list{
- width: 100%;
- background-color: #fff;
- }
- .tab_title,.each_tab_cont{
- font-size: 24rpx;
- line-height: 100rpx;
- color: #adadad;
- border-bottom: 1px solid #d9d9d9;
- }
- .each_tab_cont{
- color: #111;
- }
- .tab_title_time,.tab_title_name,.tab_cont_time,.tab_cont_name{
- float: left;
- font-size: 24rpx;
- }
- .tab_title_type,.tab_cont_type{
- float: right;
- width: 200rpx;
- text-align: center;
- }
- .tab_title_time,.tab_cont_time{
- padding-left: 50rpx;
- width: 164rpx;
- }
- .tab_title_name,.tab_cont_name{
- width: 324rpx;
- text-align: center;
- }
- .tab_cont_type{
- color: #b4a078;
- }
- ::-webkit-scrollbar{
- width: 0;
- height: 0;
- color: transparent;
- }
- ::-webkit-scrollbar-thumb{
- color:transparent;
- }
- ::-webkit-scrollbar-track-piece{
- color: transparent;
- }
- .header_nav_wrap{
- width: 100%;
- height:80rpx;
- }
- .scoll-h{
- height: 100vh;
- overflow: hidden;
- }
|