123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- /* pages/myWork/myWork.wxss */
- page {
- width: 100%;
- height: 100%;
- position:relative;
- z-index:888;
- background:#fff;
- }
- .list {
- width: 92%;
- margin: 20rpx auto;
- border: 1px solid #d8d8d8;
- border-radius: 10rpx;
- padding: 20rpx;
- position: relative;
- box-shadow: 0 0 6rpx 0 rgba(216, 216, 216, 1);
- box-sizing: border-box;
- }
- .list view {
- font-size: 24rpx;
- color: #4d4d4d;
- margin-top: 15rpx;
- }
- .list .reason {
- font-size: 28rpx;
- color: #282828;
- }
- .list .type {
- /* width: 168rpx; */
- padding:0 10rpx;
- height: 42rpx;
- color: #fff;
- font-size: 22rpx;
- text-align: center;
- position: absolute;
- top: -15rpx;
- right: 0;
- border-radius: 0 2rpx 0 20rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .van-tab__pane--active {
- padding: 92rpx 0 120rpx 0;
- }
- .menu .van-dropdown-menu {
- width: 100%;
- position: fixed;
- left: 0rpx;
- top: 0rpx;
- z-index: 888;
- align-items: center;
- height: 120rpx !important;
- padding-top: 18rpx;
- }
- .van-dropdown-menu__item {
- flex: 0.25 !important;
- }
- .myWork van-sticky {
- position: fixed;
- top: 101rpx;
- width: 100%;
- z-index: 777;
- padding-top: 15rpx;
- }
- .myWork1 .van-sticky {
- position: fixed;
- top: 146rpx;
- width: 100%;
- z-index: 777;
- padding-top: 15rpx;
- }
- .menu1 .van-dropdown-menu {
- width: 100%;
- position: fixed;
- left: 0rpx;
- top: 0rpx;
- z-index: 888;
- align-items: center;
- height: 90rpx !important;
- padding-top: 75rpx;
- }
- .myWork1 .van-tabs {
- margin-top: 156rpx;
- }
- .van-tabs {
- margin-top: 118rpx;
- }
|