123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375 |
- /* pages/goodsbank/goodsbank.wxss */
- page {
- background-color: #F7F7F7;
- display: flex;
- flex-direction: column;
- height: 100%;
- }
- page .top {
- height: 74rpx;
- padding-left: 20rpx;
- padding-right: 32rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- page .top .search-bar {
- width: 710rpx;
- height: 100%;
- background-color: #FFFFFF;
- border-radius: 42rpx;
- display: flex;
- align-items: center;
- }
- page .top .search-bar input {
- margin-left: 32rpx;
- margin-right: 32rpx;
- }
- page .top .add-good {
- width: 190rpx;
- height: 100%;
- background-color: #FFFFFF;
- border-radius: 38rpx;
- box-sizing: border-box;
- border: 2rpx solid #FF874E;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #FF874E;
- font-size: 28rpx;
- font-weight: 600;
- }
- page .top .manage-txt {
- color: #656565;
- font-size: 24rpx;
- font-weight: 500;
- }
- page .top .manage-btn {
- border-radius: 18rpx;
- width: 84rpx;
- height: 38rpx;
- border: 1px solid #FF874E;
- color: #FF874E;
- font-size: 24rpx;
- font-weight: 500;
- display: flex;
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- }
- page .body {
- width: 100%;
- display: flex;
- margin-top: 12rpx;
- flex: 1;
- }
- page .body .lefts > view {
- width: 150rpx;
- background-color: #f7f7f7;
- color: #989898;
- font-size: 24rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding: 24rpx 0;
- }
- page .body .lefts > view image {
- border-radius: 50%;
- width: 48rpx;
- height: 48rpx;
- margin-bottom: 8rpx;
- }
- page .body .lefts > view text {
- width: 98rpx;
- text-align: center;
- }
- page .body .rights {
- width: 650rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: white;
- padding-bottom: 42rpx;
- position: relative;
- }
- page .body .rights .category {
- width: 614rpx;
- height: 80rpx;
- display: flex;
- }
- page .body .rights .category .scroll-category {
- width: 614rpx;
- display: flex;
- height: 80rpx;
- align-items: center;
- white-space: nowrap;
- position: relative;
- padding-top: 16rpx;
- padding-bottom: 16rpx;
- }
- page .body .rights .category .scroll-category view {
- padding: 0 20rpx;
- height: 48rpx;
- border-radius: 24rpx;
- display: inline-block;
- margin-left: 20rpx;
- font-size: 24rpx;
- line-height: 48rpx;
- text-align: center;
- }
- page .body .rights .category .all-category {
- width: 114rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #656565;
- font-size: 28rpx;
- font-weight: 500;
- }
- page .body .rights .category-all {
- width: 614rpx;
- height: 388rpx;
- background-color: #FFFFFF;
- z-index: 99;
- position: absolute;
- box-shadow: 0px 7px 27px -8px rgba(0, 0, 0, 0.09);
- display: flex;
- flex-direction: column;
- }
- page .body .rights .category-all .category-all-top {
- width: 614rpx;
- height: 96rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #656565;
- font-size: 32rpx;
- font-weight: 600;
- }
- page .body .rights .category-all .category-all-top text {
- margin-left: 20rpx;
- }
- page .body .rights .category-all .category-all-top image {
- margin-right: 40rpx;
- }
- page .body .rights .category-all .category-all-body {
- width: 614rpx;
- flex: 1;
- }
- page .body .rights .category-all .category-all-body view {
- padding: 0 20rpx;
- height: 48rpx;
- border-radius: 24rpx;
- display: inline-block;
- margin-left: 20rpx;
- font-size: 24rpx;
- line-height: 48rpx;
- text-align: center;
- margin-bottom: 20rpx;
- }
- page .body .rights .goods-info {
- width: 100%;
- height: 174rpx;
- display: flex;
- margin-top: 30rpx;
- }
- page .body .rights .goods-info .g-left {
- height: 174rpx;
- width: 174rpx;
- }
- page .body .rights .goods-info .g-left image {
- border-radius: 20rpx;
- }
- page .body .rights .goods-info .g-right {
- display: flex;
- flex-direction: column;
- margin-left: 20rpx;
- justify-content: space-between;
- }
- page .body .rights .goods-info .g-right .g-title {
- font-size: 28rpx;
- color: #464646;
- font-weight: 600;
- width: 100%;
- height: 80rpx;
- }
- page .body .rights .goods-info .g-right .g-title image {
- width: 36rpx;
- height: 36rpx;
- display: inline-block;
- vertical-align: bottom;
- margin-right: 10rpx;
- }
- page .body .rights .goods-info .g-right .g-guige {
- font-size: 24rpx;
- }
- page .body .rights .goods-info .g-right .g-guige > p:first-child {
- color: #3F3F3F;
- }
- page .body .rights .goods-info .g-right .g-guige > p:last-child {
- color: #919191;
- }
- page .body .rights .goods-info .g-right .g-start {
- width: 120rpx;
- height: 28rpx;
- line-height: 28rpx;
- border: 2rpx solid #FF874E;
- color: #FF874E;
- font-size: 20rpx;
- text-align: center;
- border-radius: 6rpx;
- }
- page .body .rights .goods-info .g-right .g-price {
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- }
- page .body .rights .goods-info .g-right .g-price > view:first-child {
- color: #FF874E;
- margin-left: 20rpx;
- }
- page .body .rights .goods-info .g-right .g-price > view:last-child {
- font-size: 24rpx;
- color: #656565;
- text-decoration: line-through;
- }
- page .body .rights .goods-info .g-right .g-price2 {
- color: #656565;
- font-size: 24rpx;
- font-weight: 400;
- }
- page .body .rights .goods-info .g-right .g-price2 view {
- float: right;
- }
- page .foot {
- width: 100%;
- bottom: 0;
- height: 158rpx;
- background-color: white;
- position: fixed;
- box-shadow: 0px -2px 28px -12px #00000030;
- display: flex;
- justify-content: center;
- }
- page .foot .manage-checkbox {
- width: 100%;
- height: 100%;
- padding-left: 28rpx;
- padding-right: 20rpx;
- }
- page .foot .manage-checkbox-inner {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 22rpx;
- }
- page .foot .manage-checkbox-inner-left {
- display: flex;
- align-items: center;
- }
- page .foot .manage-checkbox-inner-left image {
- width: 34rpx;
- height: 34rpx;
- }
- page .foot .manage-checkbox-inner-left text {
- color: #989898;
- font-size: 28rpx;
- font-weight: 500;
- margin-left: 20rpx;
- }
- page .foot .manage-checkbox-inner-right {
- display: flex;
- }
- page .foot .manage-checkbox-inner-right .button-1 {
- width: 532rpx;
- height: 74rpx;
- border-radius: 37rpx;
- box-sizing: border-box;
- border: 2rpx solid #FF874E;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #FFFFFF;
- font-size: 28rpx;
- font-weight: 600;
- background-color: #FF874E;
- }
- page .foot .manage-checkbox-inner-right .button-2 {
- width: 188rpx;
- height: 74rpx;
- margin-left: 30rpx;
- border-radius: 37rpx;
- box-sizing: border-box;
- border: 2rpx solid #FF874E;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #FF874E;
- font-size: 28rpx;
- font-weight: 600;
- }
- .popup {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .popu-title {
- height: 100rpx;
- color: #656565;
- font-size: 32rpx;
- display: flex;
- align-items: center;
- }
- .tag-body {
- width: 688rpx;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .tag-b-info {
- height: 62rpx;
- font-size: 32rpx;
- margin-left: 36rpx;
- margin-top: 28rpx;
- display: flex;
- justify-content: center;
- background-color: #EFEFEF;
- border-radius: 50rpx;
- font-weight: 400;
- padding: 0 10rpx;
- }
- .tag-b-con {
- height: 62rpx;
- overflow: hidden;
- line-height: 62rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .popu-info {
- width: 85%;
- height: 92rpx;
- display: flex;
- align-items: center;
- margin-top: 30rpx;
- justify-content: center;
- }
- .foot-ok {
- position: absolute;
- bottom: 0;
- }
- .foot-ok > button {
- width: 688rpx;
- height: 74rpx;
- background-color: #FF874E;
- color: white;
- border-radius: 37rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- font-weight: 600;
- }
|