| 12345678910111213141516171819202122232425 | /* components/diy-account/index.wxss */.diy_account {  display: flex;  align-items: center;  justify-content: space-evenly;}.diy_account .account_info {  text-align: center;}.diy_account .account_info .num {  font-weight: 700;}.diy_account .account_info .name {  color: #4d4c4c;}.diy_account .line {  width: 2rpx;  height: 128rpx;  border-right: 4rpx solid #a8a8a8;}.diy_account .line2 {  width: 2rpx;  height: 128rpx;  border-right: 4rpx dotted #a8a8a8;}
 |