Commit 19bf577d by 尹亚亭

selftmreg

parent 00e278db
......@@ -39,9 +39,7 @@ export default {
}
.jdtrademark-banner > div > div {
padding: 10px 40px;
/* border: 1px solid rgba(207, 235, 252); */
border: 1px solid #cfebfc;
/* color: rgba(207, 235, 252); */
color: #cfebfc;
position: absolute;
left: 0;
......
......@@ -165,7 +165,6 @@ export default {
height: 28px;
font-size: 28px;
font-family: PangMenZhengDao;
/* color: rgb(168, 24, 24); */
color: #fff;
line-height: 32px;
letter-spacing: 1px;
......
<template>
<div class="jdtrademark-services">
<div class="jdtrademark-services-title">服务优势</div>
<div style="width:1200px;margin:0 auto;">
<div class="wrap">
<ul>
<li v-for="(item, index) in serviceData" :key="index">
<div>
......@@ -69,6 +69,11 @@ export default {
</script>
<style lang="scss" scoped>
.wrap {
width: 1200px;
margin: 0 auto;
}
ul,
li {
list-style: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment