diff --git a/rc-busness/README.md b/rc-busness/README.md index fa8a2f27..50081e7d 100644 --- a/rc-busness/README.md +++ b/rc-busness/README.md @@ -1,6 +1,6 @@ # rc-busness -## Build Setup aaaas +## Build Setup aaaasa ```bash # install dependencies diff --git a/rc-busness/assets/css/discount.less b/rc-busness/assets/css/discount.less new file mode 100644 index 00000000..9b580ef7 --- /dev/null +++ b/rc-busness/assets/css/discount.less @@ -0,0 +1,319 @@ +@media screen and (max-width:768px){ + .allmain{ + .rc-top{ + margin-top: 2.5rem; + } + + } + .active { + font-size: 14px; + color: #E2001A; + + } + .unactive { + font-size: 14px; + color: #444444; + + } + .rc-usermain{ + .online{ + margin-top: 0; + } + + .rc { + height: 64px; + display: flex; + align-items: center; + margin-left: 23px; + span { + display: block; + margin-left: 32px; + font-weight: bold; + + } + span:first-child { + margin-left: 0; + } + } + } + + + .rc-discount { + margin-left: 20px; + display: flex; + margin-top: 16px; + width: 335px; + background: #ffffff; + position: relative; + img { + display: block; + width: 100%; + height: 100%; + } + .rc-contair { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + z-index: 8; + } + .rc-left { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + color: #e1001a; + text-align: center; + width: 30%; + font-weight: bold; + float: left; + height: 100%; + i { + font-style: normal; + font-size: 12px; + } + span { + font-size: 26px; + } + strong { + font-style: normal; + font-size: 12px; + display: block; + } + } + .rc-right { + display: flex; + flex-direction: column; + height: 100%; + i { + font-style: normal; + font-size: 14px; + color: #e1001a; + } + .rc-userfont { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + color: #999999; + font-size: 12px; + strong{ + display: block; + margin-top: 8px; + } + } + + em { + font-style: normal; + } + .ts-stand{ + display: flex; + align-items: center; + justify-content: end; + padding-right: 17px; + margin-bottom: 8px; + } + .ts-standard-btn{ + + width: 72px; + display: flex; +height: 25px; +background: #E2001A; +border-radius: 100px; +align-items: center; +font-size: 12px; +justify-content: center; +margin-top: 8px; + + } + span{ + margin-top: 0; + } + margin-top: 17px; + padding-left: 36px; + } + .rc-footer { + display: flex; + align-items:flex-end + span { + width: 72px; + height: 25px; + background: #e2001a; + text-align: center; + line-height: 25px; + font-size: 12px; + color: #ffffff; + margin-bottom: 8px; + border-radius: 100px; + margin-right: 30px; + } + } + + + } + +} +@media screen and (min-width: 769px){ + + .allmain{ + .rc-top{ + margin-top: 1.5rem; + } + .rs-dis{ + display: flex; + flex-flow: wrap; + justify-content: center; + } + + } + .active { + font-size: 14px; + color: #E2001A; + + } + .unactive { + font-size: 14px; + color: #444444; + + } + .rc-usermain{ + .online{ + margin-top: 0; + } + + .rc { + height: 96px; + display: flex; + align-items: center; + margin-left: 23px; + justify-content: center; + span { + display: block; + margin-left: 40px; + font-size: 16px; + font-weight: bold; + + } + span:first-child { + margin-left: 0; + } + } + } + + + .rc-discount { + margin-left: 20px; + display: flex; + margin-top: 16px; + width: 335px; + background: #ffffff; + position: relative; + img { + display: block; + width: 100%; + height: 100%; + } + .rc-contair { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + z-index: 8; + } + .rc-left { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + color: #e1001a; + text-align: center; + width: 30%; + font-weight: bold; + float: left; + height: 100%; + i { + font-style: normal; + font-size: 12px; + } + span { + font-size: 26px; + } + strong { + font-style: normal; + font-size: 12px; + display: block; + } + } + .rc-right { + display: flex; + flex-direction: column; + height: 100%; + i { + font-style: normal; + font-size: 16px; + color: #e1001a; + } + .rc-userfont { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + color: #999999; + font-size: 12px; + strong{ + display: block; + margin-top: 8px; + } + } + + em { + font-style: normal; + } + .ts-stand{ + display: flex; + align-items: center; + justify-content: end; + padding-right: 17px; + margin-bottom: 8px; + } + .ts-standard-btn{ + + width: 72px; + display: flex; +height: 25px; +background: #E2001A; +border-radius: 100px; +align-items: center; +font-size: 12px; +justify-content: center; +margin-top: 8px; + + } + span{ + margin-top: 0; + } + margin-top: 17px; + padding-left: 36px; + } + .rc-footer { + display: flex; + align-items:flex-end; + span { + width: 72px; + height: 25px; + background: #e2001a; + text-align: center; + line-height: 25px; + font-size: 12px; + color: #ffffff; + margin-bottom: 8px; + border-radius: 100px; + margin-right: 30px; + } + } + + + } + + +} \ No newline at end of file diff --git a/rc-busness/assets/css/global.less b/rc-busness/assets/css/global.less index 9c802413..4d52e87b 100644 --- a/rc-busness/assets/css/global.less +++ b/rc-busness/assets/css/global.less @@ -4,6 +4,19 @@ body{ line-height: 1.5; color: #666; } +//用户光点 +.rc-screen-reader{ + width: 0.81rem; + height: 0.81rem; + border-radius: 50%; + position: absolute; + background-color: red; + top: 16%; + left: 66%; + display: block; + width: 0.37rem; + height: 0.37rem; +} img, picture { display: block; max-width: 100%; diff --git a/rc-busness/assets/css/index.less b/rc-busness/assets/css/index.less index 1ee9dd3b..b4d1b764 100644 --- a/rc-busness/assets/css/index.less +++ b/rc-busness/assets/css/index.less @@ -6,6 +6,9 @@ background-color: #E1001A; } @media screen and (max-width:768px){ + .ul-dog{ + display: none; + } .searchBara{ position: fixed; width: 100%; @@ -273,6 +276,7 @@ } width: 100%; margin-top: 0.45rem; + } } .active { @@ -286,22 +290,28 @@ color: #444444; border: 1px solid #D7D7D7; } + // .usermain{ + // display: none; + // } } @media screen and (min-width: 769px) { + .rc-selection{ + display: none; + } .sw-center{ display: none; } .useraimg{ width: 100%; -height: 29.31rem; +// height: 29.31rem; object-fit: cover; } .van-swipe-item { color: #fff; - height: 29.31rem; + height: 100%; width: 100%; font-size: 1.25rem; line-height: 9.375rem; @@ -314,13 +324,19 @@ object-fit: cover; margin-top: 2.875rem; margin: 0 auto; position: relative; - //margin-top: 9.375rem; +// margin-top: 9.375rem; #xxxFullScreen { background-color: white; - margin-top: 100px; +// margin-top: 100px; #swiper1 { width: 100%; overflow: hidden; + margin-top: 2.31rem; + + h2{ + padding-bottom: 5rem; + } + } .swiper-container2 { @@ -463,8 +479,14 @@ img{ } .rc-max-width--xl { + .rc-ma { + .rc-margin-y--xl{ + margin-bottom: 1.88rem; + } + // padding:60px 0; + .ul-zhuan{ width: 100%; display: flex; @@ -491,21 +513,71 @@ img{ margin-left:1.25rem; } } + + + } + margin-bottom: 0; + h2{ + margin-top:2.31rem; + padding-bottom: 0.62rem; +} + +} +.usermain{ + margin-top: 2.5rem; + padding-bottom: 2.82rem; + .ul-dog{ + width: 100%; + display: flex; + justify-content: center; + flex-wrap: wrap; + flex-direction: row; + + span{ + margin-top: 2.5rem; + display: block; + } + img{ + width: 9.5rem; + height: 9.5rem; + display: block; + } + li{ + cursor: pointer; + font-size: 16px; + width: 9.875rem; + text-align: center; + height: 9.875rem; + background: #F6F6F6; + border-radius: 50%; + margin-left:3rem; + } + } } .rc-main{ width: 100%; margin-top: 2.5rem; + + .rc-text--center{ + margin-top: 4.8rem; + + } .van-tabs{ display: none; } .selectionswitch{ + + .rc-text--center{ + margin-top: 4.8rem; + } .van-tabs{ display: none; } } .rc-selection{ + display: none; width: 100%; ol{ width: 100%; diff --git a/rc-busness/assets/css/integral.less b/rc-busness/assets/css/integral.less new file mode 100644 index 00000000..e461175d --- /dev/null +++ b/rc-busness/assets/css/integral.less @@ -0,0 +1,195 @@ +@media screen and (max-width:768px){ + .rc-button{ + width: 100%; + height: 80px; + background: #FFFFFF; +box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1); + display: flex; + align-items: center; + justify-content: center; + margin-top: 12px; + +.rc-order{ +width: 164px; + height: 48px; + border: 2px solid #E2001A; + border-radius: 30px; + background: #E2001A; + text-align: center; + align-items: center; + line-height: 48px; +span{ + font-size: 16px; + display: block; + color: #FFFFFF; + +} +} + } +.rc-usermain{ + width: 92%; + margin: 0 auto; + + ul{ + height: 70px; + display: block; + border-bottom: 1px solid #D8D8D8; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + font-size: 16px; + color: #444444; + li{ + float: left; + width: 30%; + + + } + li:after{ + // height: 2px; + // border: 1px solid red; + // display: block; + content:"|"; + color: #707070; + margin-left: 5px; + + } + li:last-child:after{ + content:""; + + } + } + + ol{ + li{ + font-style: normal; + display: block; + height: 32px; + margin-top: 16px; + display: flex; + // justify-content: space-between; + align-items: center; + color: #666666; + font-size: 14px; + text-align: center; + i{ + font-style: normal; + display: block; + width: 40%; + } + span{ + font-style: normal; + display: block; + width: 36%; + } + em{ + font-style: normal; + display: block; + width: 23%; + } + + + } + } + + +} + +} + +@media screen and (min-width: 769px) +{ + + .rc-button{ + width: 100%; + height: 80px; + background: #FFFFFF; +box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1); + display: flex; + align-items: center; + justify-content: center; + margin-top: 12px; + display: none; + +.rc-order{ +width: 164px; + height: 48px; + border: 2px solid #E2001A; + border-radius: 30px; + background: #E2001A; + text-align: center; + align-items: center; + line-height: 48px; +span{ + font-size: 16px; + display: block; + color: #FFFFFF; + +} +} + } +.rc-usermain{ + width: 92%; + margin: 0 auto; + margin-top: 60px; + + ul{ + height: 64px; +background: #F6F6F6; +border: 1px solid #D7D7D7; +opacity: 1; +border-radius: 3px 3px 0px 0px; + display: block; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + font-size: 16px; + color: #444444; + li{ + float: left; + width: 42%; + + + } + + } + + ol{ + li{ + font-style: normal; + display: block; + height: 48px; + margin-top: 16px; + display: flex; + border: 1px solid #D7D7D7; + // justify-content: space-between; + align-items: center; + color: #666666; + font-size: 14px; + text-align: center; + i{ + font-style: normal; + display: block; + width: 34%; + } + span{ + font-style: normal; + display: block; + width: 34%; + } + em{ + font-style: normal; + display: block; + width: 34%; + } + + + } + } + + +} + +} \ No newline at end of file diff --git a/rc-busness/assets/css/openaddress.less b/rc-busness/assets/css/openaddress.less new file mode 100644 index 00000000..689de33e --- /dev/null +++ b/rc-busness/assets/css/openaddress.less @@ -0,0 +1,11 @@ +@media screen and (max-width:768px){ + + +} + +@media screen and (min-width: 769px) +{ + + + +} \ No newline at end of file diff --git a/rc-busness/assets/dog/1615961267978_BdtOyG.jpg b/rc-busness/assets/dog/four.jpg similarity index 100% rename from rc-busness/assets/dog/1615961267978_BdtOyG.jpg rename to rc-busness/assets/dog/four.jpg diff --git a/rc-busness/assets/dog/1615961220013_Pgrg4o.mp4 b/rc-busness/assets/dog/four.mp4 similarity index 100% rename from rc-busness/assets/dog/1615961220013_Pgrg4o.mp4 rename to rc-busness/assets/dog/four.mp4 diff --git a/rc-busness/assets/dog/1615961193866_CRRN2p.jpg b/rc-busness/assets/dog/one.jpg similarity index 100% rename from rc-busness/assets/dog/1615961193866_CRRN2p.jpg rename to rc-busness/assets/dog/one.jpg diff --git a/rc-busness/assets/dog/1616137837391_LkOGwt.mp4 b/rc-busness/assets/dog/one.mp4 similarity index 100% rename from rc-busness/assets/dog/1616137837391_LkOGwt.mp4 rename to rc-busness/assets/dog/one.mp4 diff --git a/rc-busness/assets/dog/1615961258160_lEjV9J.jpg b/rc-busness/assets/dog/three.jpg similarity index 100% rename from rc-busness/assets/dog/1615961258160_lEjV9J.jpg rename to rc-busness/assets/dog/three.jpg diff --git a/rc-busness/assets/dog/1615961247165_qVo04H.mp4 b/rc-busness/assets/dog/three.mp4 similarity index 100% rename from rc-busness/assets/dog/1615961247165_qVo04H.mp4 rename to rc-busness/assets/dog/three.mp4 diff --git a/rc-busness/assets/dog/1615961228023_9PoCCS.jpg b/rc-busness/assets/dog/two.jpg similarity index 100% rename from rc-busness/assets/dog/1615961228023_9PoCCS.jpg rename to rc-busness/assets/dog/two.jpg diff --git a/rc-busness/assets/dog/1615961409788_BpyOxx.mp4 b/rc-busness/assets/dog/two.mp4 similarity index 100% rename from rc-busness/assets/dog/1615961409788_BpyOxx.mp4 rename to rc-busness/assets/dog/two.mp4 diff --git a/rc-busness/assets/image/sub-nav-1.jpg b/rc-busness/assets/image/sub-nav-1.jpg new file mode 100644 index 00000000..e941c393 Binary files /dev/null and b/rc-busness/assets/image/sub-nav-1.jpg differ diff --git a/rc-busness/assets/image/sub-nav-2.jpg b/rc-busness/assets/image/sub-nav-2.jpg new file mode 100644 index 00000000..508ef7a8 Binary files /dev/null and b/rc-busness/assets/image/sub-nav-2.jpg differ diff --git a/rc-busness/assets/image/sub-nav-3.jpg b/rc-busness/assets/image/sub-nav-3.jpg new file mode 100644 index 00000000..ed8d2ae5 Binary files /dev/null and b/rc-busness/assets/image/sub-nav-3.jpg differ diff --git a/rc-busness/assets/image/sub-nav-4.jpg b/rc-busness/assets/image/sub-nav-4.jpg new file mode 100644 index 00000000..5713519e Binary files /dev/null and b/rc-busness/assets/image/sub-nav-4.jpg differ diff --git a/rc-busness/assets/showimage/ico-bilibili.png b/rc-busness/assets/showimage/ico-bilibili.png new file mode 100644 index 00000000..6f640fa5 Binary files /dev/null and b/rc-busness/assets/showimage/ico-bilibili.png differ diff --git a/rc-busness/assets/showimage/ico-weibo.png b/rc-busness/assets/showimage/ico-weibo.png new file mode 100644 index 00000000..0aa2108b Binary files /dev/null and b/rc-busness/assets/showimage/ico-weibo.png differ diff --git a/rc-busness/assets/showimage/ico-zhihu.png b/rc-busness/assets/showimage/ico-zhihu.png new file mode 100644 index 00000000..c5045369 Binary files /dev/null and b/rc-busness/assets/showimage/ico-zhihu.png differ diff --git a/rc-busness/assets/showimage/qrcode-aichong.jpg b/rc-busness/assets/showimage/qrcode-aichong.jpg new file mode 100644 index 00000000..33642a2b Binary files /dev/null and b/rc-busness/assets/showimage/qrcode-aichong.jpg differ diff --git a/rc-busness/assets/showimage/qrcode-chanpin.jpg b/rc-busness/assets/showimage/qrcode-chanpin.jpg new file mode 100644 index 00000000..099583e8 Binary files /dev/null and b/rc-busness/assets/showimage/qrcode-chanpin.jpg differ diff --git a/rc-busness/assets/showimage/qrcode-douyin.jpg b/rc-busness/assets/showimage/qrcode-douyin.jpg new file mode 100644 index 00000000..1b125c4a Binary files /dev/null and b/rc-busness/assets/showimage/qrcode-douyin.jpg differ diff --git a/rc-busness/assets/showimage/qrcode-royal-elite.jpg b/rc-busness/assets/showimage/qrcode-royal-elite.jpg new file mode 100644 index 00000000..51bfcf13 Binary files /dev/null and b/rc-busness/assets/showimage/qrcode-royal-elite.jpg differ diff --git a/rc-busness/assets/showimage/royalcanincn-qrcode.jpg b/rc-busness/assets/showimage/royalcanincn-qrcode.jpg new file mode 100644 index 00000000..ff5a1c85 Binary files /dev/null and b/rc-busness/assets/showimage/royalcanincn-qrcode.jpg differ diff --git a/rc-busness/assets/showimage/sub-nav-1.jpg b/rc-busness/assets/showimage/sub-nav-1.jpg new file mode 100644 index 00000000..e941c393 Binary files /dev/null and b/rc-busness/assets/showimage/sub-nav-1.jpg differ diff --git a/rc-busness/assets/showimage/sub-nav-2.jpg b/rc-busness/assets/showimage/sub-nav-2.jpg new file mode 100644 index 00000000..508ef7a8 Binary files /dev/null and b/rc-busness/assets/showimage/sub-nav-2.jpg differ diff --git a/rc-busness/assets/showimage/sub-nav-3.jpg b/rc-busness/assets/showimage/sub-nav-3.jpg new file mode 100644 index 00000000..ed8d2ae5 Binary files /dev/null and b/rc-busness/assets/showimage/sub-nav-3.jpg differ diff --git a/rc-busness/assets/showimage/sub-nav-4.jpg b/rc-busness/assets/showimage/sub-nav-4.jpg new file mode 100644 index 00000000..5713519e Binary files /dev/null and b/rc-busness/assets/showimage/sub-nav-4.jpg differ diff --git a/rc-busness/components/header.vue b/rc-busness/components/header.vue index e43ae230..0cbbca9e 100644 --- a/rc-busness/components/header.vue +++ b/rc-busness/components/header.vue @@ -37,14 +37,18 @@
{{item.detail}}
+ {{item.price}} + 立即购买 +{{item.detail}}
+ {{item.price}} +