123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- .resource-dropdown-item .van-cell {
- position: auto !important;
- padding: 0 !important;
- }
- .resource-dropdown-item .van-dropdown-item__option {
- width: 32% !important;
- display: inline-block !important;
- border: 0 !important;
- overflow: hidden !important;
- text-align: center !important;
- padding: 0 6px !important;
- box-sizing: border-box !important;
- }
- .resource-dropdown-item .van-dropdown-item__option:nth-child(3n+1) {
- margin: 0 0 10px 2% !important;
- }
- .resource-dropdown-item .van-dropdown-item__option:nth-child(3n+2) {
- margin: 0 0 10px 0 !important;
- }
- .resource-dropdown-item .van-dropdown-item__option:nth-child(3n+3) {
- margin: 0 2% 10px 0 !important;
- }
- .resource-dropdown-item .van-dropdown-item__option .van-dropdown-item__title {
- border: 1px solid #eee;
- height: 38px;
- line-height: 36px;
- box-sizing: border-box;
- border-radius: 22px;
- }
- .resource-dropdown-item .van-dropdown-item__option .van-cell__value,
- .resource-dropdown-item .van-dropdown-item__option .van-dropdown-item__icon {
- display: none;
- width: 0;
- height: 0;
- opacity: 0;
- }
- .container {
- width: 100%;
- background-color: #F2f2f2;
- }
- .container .resource-list {
- width: 100%;
- box-sizing: border-box;
- padding: 10px 10px 100px 10px;
- }
- .container .resource-list .resource-item {
- background: #fff;
- margin: 0 0 10px 0;
- border-radius: 10px;
- overflow: hidden;
- height: 140px;
- }
- .container .resource-list .resource-item::after, .container .resource-list .resource-item::before {
- content: "";
- display: block;
- clear: both;
- }
- .container .resource-list .resource-item .resource-item-left {
- float: left;
- width: 150px;
- }
- .container .resource-list .resource-item .resource-item-left .goods-img {
- height: 100px;
- margin: 20px 10px;
- width: 130px;
- }
- .container .resource-list .resource-item .resource-item-right {
- float: left;
- width: calc(100% - 150px);
- }
- .container .resource-list .resource-item .resource-item-right .resource-item-right-title {
- padding: 0 10px 0 0;
- line-height: 35px;
- margin: 14px 0 0 0;
- font-size: 18px;
- font-weight: bold;
- }
- .container .resource-list .resource-item .resource-item-right .resource-item-right-area {
- line-height: 30px;
- font-size: 13px;
- }
- .container .resource-list .resource-item .resource-item-right .resource-item-right-area .dian {
- padding: 0 5px;
- }
- .container .resource-list .resource-item .resource-item-right .resource-item-right-count {
- width: 100%;
- padding: 0 10px 0 0;
- }
- .container .resource-list .resource-item .resource-item-right .resource-item-right-count::after, .container .resource-list .resource-item .resource-item-right .resource-item-right-count::before {
- content: "";
- display: block;
- clear: both;
- }
- .container .resource-list .resource-item .resource-item-right .resource-item-right-count .resource-item-right-count-item {
- float: left;
- width: 50%;
- font-size: 13px;
- line-height: 22px;
- }
- page {
- height: 101vh;
- }
- .resource-search.van-search {
- box-sizing: border-box !important;
- padding: 10px 12px !important;
- }
- .resource-search.van-search--withaction {
- padding-right: 12px !important;
- }
- .resource-search .van-icon-play {
- transform: rotate(90deg);
- }
- .resource-search .left-icon-view {
- color: var(--search-label-color, #323233);
- font-size: var(--search-label-font-size, 14px);
- line-height: var(--search-input-height, 34px);
- padding: var(--search-label-padding, 0 5px);
- height: 24px;
- line-height: 24px;
- text-align: center;
- }
- .resource-search input {
- padding: 0 0 0 10px;
- }
|