Commit 19bf577d by 尹亚亭

selftmreg

parent 00e278db
...@@ -39,9 +39,7 @@ export default { ...@@ -39,9 +39,7 @@ export default {
} }
.jdtrademark-banner > div > div { .jdtrademark-banner > div > div {
padding: 10px 40px; padding: 10px 40px;
/* border: 1px solid rgba(207, 235, 252); */
border: 1px solid #cfebfc; border: 1px solid #cfebfc;
/* color: rgba(207, 235, 252); */
color: #cfebfc; color: #cfebfc;
position: absolute; position: absolute;
left: 0; left: 0;
......
...@@ -165,7 +165,6 @@ export default { ...@@ -165,7 +165,6 @@ export default {
height: 28px; height: 28px;
font-size: 28px; font-size: 28px;
font-family: PangMenZhengDao; font-family: PangMenZhengDao;
/* color: rgb(168, 24, 24); */
color: #fff; color: #fff;
line-height: 32px; line-height: 32px;
letter-spacing: 1px; letter-spacing: 1px;
......
<template> <template>
<div class="jdtrademark-services"> <div class="jdtrademark-services">
<div class="jdtrademark-services-title">服务优势</div> <div class="jdtrademark-services-title">服务优势</div>
<div style="width:1200px;margin:0 auto;"> <div class="wrap">
<ul> <ul>
<li v-for="(item, index) in serviceData" :key="index"> <li v-for="(item, index) in serviceData" :key="index">
<div> <div>
...@@ -69,6 +69,11 @@ export default { ...@@ -69,6 +69,11 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.wrap {
width: 1200px;
margin: 0 auto;
}
ul, ul,
li { li {
list-style: none; 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