123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- /* pages/find/find.wxss */
- .fixed-box {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1;
- background-color: #fff;
- width: 100%;
- }
- .relative-box {
- padding-top: 98px;
- }
- .weui-flex {
- width: 100%;
- margin: 0 auto;
- }
- .button-flex .weui-flex__item {
- font-size: 26rpx;
- }
- .button-flex .placeholder {
- width: 200rpx;
- height: 80rpx;
- line-height: 80rpx;
- padding: 0 3px 0 5px;
- border: #E5E5E5 solid 1rpx;
- border-radius: 5px;
- }
- .fixed-box .placeholder .icon {
- display: inline-block;
- }
- .fixed-box .placeholder .icon_placeholder_01 {
- background: url('https://chaoshi.henhaojie.com/icon/job.png') no-repeat;
- background-size: 100% 100%;
- }
- .fixed-box .placeholder .icon_placeholder_02 {
- background: url('https://chaoshi.henhaojie.com/icon/money.png') no-repeat;
- background-size: 100% 100%;
- }
- .fixed-box .placeholder .icon_placeholder_03 {
- background: url('https://chaoshi.henhaojie.com/icon/time.png') no-repeat;
- background-size: 100% 100%;
- }
- .button-flex .weui-flex__item .icon {
- width: 40rpx;
- height: 44rpx;
- vertical-align: middle;
- margin: 0 4px 4px 0px;
- }
- .button-flex .weui-flex__item .drop {
- width: 20rpx;
- height: 12rpx;
- margin: 0 0 2px 3px;
- }
- .tab-flex {
- font-size: 32rpx;
- text-align: center;
- height: 40px;
- line-height: 40px;
- margin-top: 8px;
- }
- .tab-flex .weui-flex__item {
- color: #666;
- }
- .tab-flex .weui-flex__item.active {
- border-bottom: #487BFF solid 2px;
- color: #000;
- }
- .tab-right .right-item {
- display: none;
- }
- .tab-right .right-item.active {
- display: block;
- }
- @import "../template/template.wxss";
|