@@ -146,6 +146,7 @@
height: 72px;
cursor: pointer;
margin: 0 7px;
+ border-radius: 7px;
&::before,
&::after {
@@ -167,7 +168,7 @@
width: 118px;
height: 156px;
box-shadow: 0px 2px 16px 0px #76C3D2;
- border-radius: 5px;
+ border-radius: 14px;
border: 3px solid #fff;
background: #FFFFFF;
position: relative;
@@ -84,7 +84,7 @@
.collapseContainer {
:global {
.van-collapse-item__title {
- font-size: 12px;
+ font-size: 14px;
padding: 4px;
}
@@ -188,6 +188,7 @@