@@ -0,0 +1,22 @@
+button{
+ height: 100rpx;
+ line-height: 100rpx;
+}
+
+button::after{
+ content: none
+uni-button[type=submit] {
+ background-image: linear-gradient(#A4D099, #78B06A);
+ color: #FFF;
+uni-button[circle] {
+ border-radius: 50rpx;
+uni-slider{
+ margin: 0;
+ width: 100%;
@@ -0,0 +1,41 @@
+body{
+ height: 100%;
+ background-color: #181818;
+page{
+view{
+ box-sizing: border-box;
+view[flex]{
+ display: flex;
+view[center]{
+ justify-content: center;
+ align-items: center;
+view[between]{
+ justify-content:space-between;
+view[around]{
+ justify-content: space-around;
+img[mini]{
+ width: 48rpx;
+ height: 48rpx;
+.app-container{
+ padding: 32rpx;