123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .identify-box{
- width:100%;
- padding:0rpx 20rpx 20rpx 20rpx;
- box-sizing: border-box;
- border-top:20rpx solid #f2f2f2;
- }
- .identify-list{
- float: left;
- width: 50%;
- margin-top:30rpx;
- }
- .identify-img{
- width:350rpx;
- height:350rpx;
- padding: 2rpx;
- }
- .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;
- }
|