| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .shop-page.data-v-45295f18 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- background-color: #f9fbfc;
- }
- .shop-page .under-bar.data-v-45295f18 {
- position: fixed;
- bottom: 0;
- padding: 0 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- width: 100%;
- height: 100rpx;
- background-color: #fff;
- }
- .shop-page .shop-list.data-v-45295f18 {
- margin-top: 20rpx;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- padding-bottom: 100rpx;
- }
- .shop-page .shop-list .shop-item.data-v-45295f18 {
- margin-bottom: 20rpx;
- padding: 30rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- box-shadow: 0rpx 1rpx 0rpx 0rpx #eeeeee;
- background-color: #fff;
- }
- .shop-page .shop-list .shop-item .avatar.data-v-45295f18 {
- width: 120rpx;
- height: 120rpx;
- }
- .shop-page .shop-list .shop-item .avatar image.data-v-45295f18 {
- width: 100%;
- height: 100%;
- background-color: #eee;
- }
- .shop-page .shop-list .shop-item .info.data-v-45295f18 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- margin: 0 20rpx;
- }
- .shop-page .shop-list .shop-item .info .info-name.data-v-45295f18 {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .shop-page .shop-list .shop-item .info .info-address.data-v-45295f18 {
- margin-top: 15rpx;
- font-size: 30rpx;
- font-weight: 600;
- color: #333333;
- }
- .shop-page .shop-list .shop-item .edit.data-v-45295f18 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-justify-content: space-around;
- justify-content: space-around;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- }
- .shop-page .shop-list .shop-item .edit .iconfont.data-v-45295f18 {
- margin: 0 20rpx;
- }
- .shop-page .shop-list .shop-item .edit .iconshoukuanma1.data-v-45295f18 {
- font-size: 40rpx;
- color: #3385FF;
- }
- .shop-page .shop-list .shop-item .edit .iconbianji.data-v-45295f18 {
- font-size: 40rpx;
- }
- .shop-page .shop-list .shop-item .edit .iconshanchu1.data-v-45295f18 {
- font-size: 40rpx;
- }
|