| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- page{
- background-color: #F2F3F7;
- }
- .contentV{
- display:flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .itemView{
- display:flex;
- justify-content: flex-start;
- margin-top: 16rpx;
- height: 80rpx;
- width: 90%;
- border: 2rpx dotted darkgray;
- background-color: aliceblue;
- }
- .textstye{
- font-size: 30rpx;
- margin-left: 30rpx;
- height: 80rpx;
- line-height:80rpx;
- }
- .versionV{
- position:fixed;
- bottom: 40rpx;
- width: 100%;
- }
- .versionitem{
- display:flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 90%;
- }
- .appname{
- font-size: 30rpx;
- }
- .zuixinbb{
- padding-top: 10rpx;
- font-size: 28rpx;
- }
- .dangqbb{
- padding-top: 10rpx;
- font-size: 28rpx;
- }
- .huoqubb{
- padding-top: 10rpx;
- font-size: 28rpx;
- color: blue;
- text-decoration:underline;
- }
- .words{
- width: 100%;
- text-align: center;
- font-size: 30rpx;
- height: 80rpx;
- line-height: 80rpx;
- }
|