12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .slide-image {
- width: 100%;
- height: 100%;
- }
- .fs36{ font-size: 36rpx;}
- .dialog-body{
- text-align:center;
- }
- .mcover-home{
- position: relative;
- flex-direction: row;
- height: 100%;
- top: 0;
- z-index: 1000;
- display: flex;
- }
- .camara-1{
- width: 50px;
- height: 50px;
- margin: 5px;
- background-color: #f70264;
- -webkit-border-radius: 50px;
- -moz-border-radius:50px;
- border-radius:50px;
- }
- .mcover-bar{
- position: absolute;
- bottom: 10px;
- height: 70px;
- margin: 0;
- padding: 0;
- width: 100%;
- }
- .mcover-view{
- position: relative;
- justify-content: space-around;
- background-color: none;
- display: flex;
- z-index: 1001;
- }
- .info-title{
- text-align: left;
- font-size: 30rpx;
- letter-spacing: 0.1em;
- font-weight: 700;
- line-height: 30rpx;
- }
|