@@ -6,4 +6,4 @@ VUE_APP_PROXY_URL='https://test.4dkankan.com/qjkankan/'
VUE_APP_URL_FILL=/qjkankan
# 接口请求地址
VUE_APP_APIS_URL=https://test.4dkankan.com/
-VUE_APP_DEBBUG_FLAG=0427-02
+VUE_APP_DEBBUG_FLAG=0427-03
@@ -55,6 +55,9 @@ onMounted(() => {
<style lang="scss">
.m-img-tag {
+ height: calc(100% - 100px);
+ top:50px;
+ overflow: hidden;
.pswp__counter {
position: fixed;
left: 50%;
@@ -477,13 +477,13 @@ onMounted(() => {
position: absolute;
right: 15px;
top: 20px;
- background: rgba(255, 255, 255, 0.5);
+ background: rgba(0, 0, 0, 0.6);
+ border-radius: 17px;
text-align: center;
line-height: 28px;
font-size: 16px;
z-index: 999;
- color: #333333;
- border-radius: 1px;
+ color: #fff;
padding: 4px 12px;
cursor: pointer;
}
@@ -479,13 +479,13 @@ onMounted(() => {