/**app.wxss**/ .container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 200rpx 0; box-sizing: border-box; } /* new color here */ .primary-text-color { color: #009195 !important; } .primary-background-color { background: #009195 !important; } .secondary-text-color { color: #707070 !important; } .third-background-color { background: #707070 !important; } .secondary-background-color { background: #EDEDED !important; } .white-text-color { color: #FFFFFF !important; } .black-text-color { color: #000000 !important; } .accent-background-color { background: #FF4081; } page { background: #EDEDED; }