.a-collapse { border-top: 1px solid #ddd; background-color: #fff; color: #000; } .a-collapse-title, .a-collapse-content { border-bottom: 1px solid #ddd; } .a-collapse-title { position: relative; height: 88rpx; line-height: 88rpx; padding: 0 60rpx 0 30rpx; font-size: 34rpx; } .a-collapse-title-arrow { position: absolute; top: 30rpx; right: 30rpx; width: 30rpx; height: 30rpx; background-image: url("data:image/svg+xml;charset=utf-8,"); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; transform: rotate(90deg); } .a-collapse-title-arrow-up { transform: rotate(270deg); } .a-collapse-content { padding: 20rpx; font-size: 30rpx; }