| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- page {
- width: 100%;
- margin: 0;
- background-color: #f8f9fd;
- }
- .custom-class {
- width: 100% !important;
- }
- .top {
- position: fixed;
- top: 2rpx;
- }
- .title {
- display: flex;
- }
- .title-label-class {
- font-size: 16px;
- font-weight: 500;
- color: #002340
- }
- .expand-class {
- margin-left: 20rpx;
- display: flex;
- }
- .panel-class {
- margin-top: 44rpx;
- width: 92vw;
- margin-left: 4vw;
- }
- .van-dropdown-menu__item {
- flex: 0.7 !important;
- }
- .menu-box {
- width: 100%;
- box-sizing: border-box;
- padding: 0 0 0 22rpx;
- display: flex;
- align-items: center;
- background: white;
- }
- .title-class {
- width: 100% !important;
- }
- .van-ellipsis {
- font-size: 32rpx;
- }
- .field-class {
- height: 60rpx;
- width: 100% !important;
- padding: 0;
- display: flex;
- align-items: center;
- }
- .van-search--withaction {
- padding-right: 0;
- width: 488rpx !important;
- }
- .van-field__input--center {
- text-align: left !important;
- }
- .index-grid-item-class {
- background: transparent !important;
- }
- .index-grid-item-text-class {
- color: #191919 !important;
- font-style: normal;
- font-weight: 400;
- font-size: 12px;
- /* line-height: 34px; */
- }
- .van-search__content {
- border: 3rpx solid #00000038;
- }
- .icon-title_diamond {
- width: 35rpx;
- height: 35rpx;
- position: relative;
- left: 5rpx;
- top: 5rpx;
- }
- .index-grid-item-icon-class {
- width: 80rpx !important;
- height: 80rpx !important;
- background: red;
- }
- .grid {
- border-radius: 15rpx !important;
- }
- .app-name {
- font-weight: 500;
- font-size: 16px;
- color: #002340;
- line-height: 40rpx;
- margin-bottom: 21rpx;
- }
- /* .app-item{
- display: flex;
- justify-content: center;
- } */
- .app-item:nth-child(n+5) {
- margin-top: 50rpx;
- }
- .vip-icon-view {
- width: 100%;
- position: relative;
- z-index: 1000;
- }
- .icon-title_diamond {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- left: 35rpx;
- }
- .buy-class {
- height: 90rpx;
- width: 100%;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .bottom-class {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 302rpx;
- border-top: 1px solid #efefef;
- padding: 20rpx;
- z-index: 7;
- }
- .bottom-class-button {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- z-index: 2;
- margin-bottom: 45rpx;
- }
- .view-margin{
- margin: 1rpx 0 15rpx 0;
- margin-right: 15rpx;
- padding-left: 15rpx;
- font-size: 13px;
- }
|