1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .main {
- position: relative;
- width: 100%;
- }
- .cover-view {
- position: absolute;
- top: 0px;
- left: 0px;
- margin:0;
- /* opacity: .7; */
- }
- .flex-wrp{
- display:flex;
- margin:0;
- }
-
- .flex-item{
- width: 200rpx;
- height: 300rpx;
- font-size: 26rpx;
- }
- .demo-text-1 {
- width: 800rpx;
- height: 200rpx;
- background: rgba(26, 173, 25, 0.7);
- }
-
- .demo-text-2 {
- width: 800rpx;
- height: 200rpx;
- background: rgba(39, 130, 215, 0.7);
- }
-
- .demo-text-3 {
- width: 800rpx;
- height: 200rpx;
- background: rgba(255, 255, 255, 0.7);
- }
- .icon-small-wrp{
- float: left;
- margin: 0;
- }
- .icon-small{
- float: left;
- margin: 0;
- border: none;
- }
- .button-sp-area{
- height: 20px;
- border: none;
- }
- .editor{
- background-color: papayawhip;
- }
- .label-1, .label-2{
- margin: 30rpx 0;
- }
- .label-3-text{
- color: #576B95;
- font-size: 28rpx;
- }
- .checkbox-3{
- display: block;
- margin: 30rpx 0;
- }
|