| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .app-content.data-v-645f1ea0 {
- min-height: calc(100vh - 80rpx);
- padding-top: 80rpx;
- background-color: #fff;
- }
- page.data-v-645f1ea0 {
- background: #fff;
- }
- /* 左侧导航布局 start*/
- /* 隐藏scroll-view滚动条*/
- .data-v-645f1ea0::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- }
- .tab-view.data-v-645f1ea0 {
- /* height: 100%; */
- width: 200rpx;
- position: fixed;
- left: 0;
- z-index: 10;
- background-color: #f0f2f6;
- }
- .tab-view .tab-bar-item.data-v-645f1ea0 {
- width: 200rpx;
- height: 110rpx;
- box-sizing: border-box;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-size: 26rpx;
- color: #444;
- font-weight: 400;
- }
- .tab-view .active.data-v-645f1ea0 {
- position: relative;
- color: #3385FF;
- font-size: 26rpx;
- background: #fff;
- }
- .tab-view .active.data-v-645f1ea0::before {
- content: "";
- position: absolute;
- border-left: 8rpx solid #3385FF;
- height: 100%;
- left: 0;
- }
- /* 左侧导航布局 end*/
- .right-box.data-v-645f1ea0 {
- width: 100%;
- position: fixed;
- padding-left: 220rpx;
- box-sizing: border-box;
- left: 0;
- }
- .right-box .page-view.data-v-645f1ea0 {
- width: 100%;
- overflow: hidden;
- box-sizing: border-box;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .right-box .page-view .goods-list.data-v-645f1ea0 {
- margin: 40rpx 0;
- }
- .right-box .page-view .goods-list .goods-list-top.data-v-645f1ea0 {
- position: relative;
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- align-items: flex-start;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- }
- .right-box .page-view .goods-list .goods-list-bottom.data-v-645f1ea0 {
- width: 96%;
- margin-top: 16rpx;
- color: #666666;
- }
- .right-box .page-view .goods-list .goods-list-bottom text.data-v-645f1ea0 {
- border: 1rpx solid #ccc;
- border-radius: 20rpx;
- font-size: 20rpx;
- padding: 7rpx 25rpx 7rpx 25rpx;
- }
- .right-box .page-view .goods-list .img-blo.data-v-645f1ea0 {
- width: 130rpx;
- height: 130rpx;
- margin-right: 20rpx;
- }
- .right-box .page-view .goods-list .img-blo > ._img.data-v-645f1ea0 {
- height: 100%;
- width: 100%;
- }
- .right-box .page-view .goods-list .goods-det.data-v-645f1ea0 {
- width: calc(100% - 150rpx);
- font-size: 28rpx;
- }
- .right-box .page-view .goods-list .goods-det .operate-wrap.data-v-645f1ea0 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: end;
- -webkit-align-items: flex-end;
- align-items: flex-end;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .right-box .page-view .goods-list .goods-det .operate-icon-wrap.data-v-645f1ea0 {
- left: -20rpx;
- }
- .right-box .page-view .goods-list .goods-det .goods-name.data-v-645f1ea0 {
- margin-bottom: 10rpx;
- }
- .right-box .page-view .goods-list .goods-det .goods-sales.data-v-645f1ea0 {
- color: #999999;
- font-size: 24rpx;
- }
- .right-box .page-view .goods-list .goods-det .goods-price.data-v-645f1ea0 {
- color: #ff2842;
- font-weight: bold;
- }
- .app-footer.data-v-645f1ea0 {
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .app-footer .btn-list.data-v-645f1ea0 {
- width: 100%;
- }
- .app-footer .btn-list.data-v-645f1ea0:first-child {
- border-left: 0;
- }
- .app-footer .btn-list .admin-button-com.data-v-645f1ea0 {
- width: 160rpx;
- padding-top: 16rpx;
- padding-bottom: 16rpx;
- float: right;
- margin-right: 30rpx;
- }
- .app-footer .other-btn.data-v-645f1ea0 {
- color: #666666;
- }
- .app-footer .other-btn .iconfont.data-v-645f1ea0 {
- font-size: 24rpx;
- color: #999999;
- -webkit-transform: scale(0.4);
- transform: scale(0.4);
- }
|