| 123456789101112131415161718192021222324252627282930313233 |
- /* pages/splash/splash.wxss */
- page{
- background-color: #fff;
- }
- .splashImage{
- justify-content: center;
- padding: 200rpx 0;
- padding-bottom: 100rpx;
- box-sizing: border-box;
- }
- .splashImage image{
- width: 540rpx;
- height: 456rpx;
- }
- .splashText{
- padding-top: 80rpx;
- font-size: 35rpx;
- }
- .img2{
- width: 351rpx;
- height: 74rpx;
- }
- .user-info{
- background-color: var(--themeColor) !important;
- color: #ffffff !important;
- width: 300rpx !important;
- }
- .visit-btn{
- text-align: center;
- padding-top: 30rpx;
- color: var(--themeColor);
- }
|