|
- .box{
- background-color: #f8f8fa;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .cntBox{
- width: 96%;
- background-color: #fff;
- border-radius: 20rpx;
- margin: 20rpx auto;
- overflow: hidden;
- }
-
- .cntBox1{
- width: 96%;
- background-color: #fff;
- border-radius: 20rpx;
- margin: 20rpx auto 140rpx auto;
- overflow: hidden;
- }
-
- .cntChiBox{
- width: 90%;
- margin: 20rpx auto;
- overflow: hidden;
- margin-bottom: 120rpx;
-
- }
- .cntChiBox1{
- width: 90%;
- margin: 80rpx auto;
- overflow: hidden;
-
- }
-
- .title{
- font-size: 36rpx;
- font-weight: 600;
- margin: 20rpx 0;
- }
- .headline{
- font-size: 28rpx;
- margin: 10rpx 0;
- }
- .picturesBox{
- overflow: hidden;
- margin: 20rpx 0;
- }
- .addPictur{
- width: 120rpx;
- height: 120rpx;
- border: 1rpx solid #000;
- text-align: center;
- line-height: 120rpx;
- float: left;
-
- }
- .imgBox{
- position: relative;
- float: left;
- margin-left: 40rpx;
- width: 240rpx;
- height: 120rpx;
- }
- .imgDel{
- top: 10rpx;
- right: 10rpx;
- position: absolute;
- width: 40rpx;
- height: 40rpx;
- border: 1rpx solid #000;
- text-align: center;
- line-height: 34rpx;
- border-radius: 50rpx;
- }
- .hintBox{
- font-size: 28rpx;
- color: rgba(0, 0, 0, 0.3)
- }
-
- .inputBox{
- height: 80rpx;
- border: 1rpx solid rgba(0, 0, 0, 0.3);
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .inp{
- width: 80%;
- margin: 0 auto;
- height: 100%;
- }
- .licenseItmeBox{
- overflow: hidden;
- }
- .btn_a{
- font-size: 28rpx;
- color: #fff;
- padding: 20rpx 40rpx;
- background-color: #52A0FD;
- border-radius: 10rpx;
- float: left;
- margin-right: 40rpx;
- }
-
- .btn{
- font-size: 28rpx;
- border: 1rpx solid rgba(0, 0, 0, 0.3);
- padding: 20rpx 40rpx;
- border-radius: 10rpx;
- float: left;
- margin-right: 40rpx;
- }
- .calendar{
- width: 60rpx;
- height: 60rpx;
- margin: 10rpx 0 10rpx 40rpx;
- float: left;
- }
- .timeSing{
- line-height: 80rpx;
- float: left;
- margin-left: 20rpx;
- width: 70%;
- height: 100%;
- }
- .go{
- float: right;
- margin: 20rpx;
- width: 40rpx;
- height: 40rpx;
- }
- .picturesImg{
- width: 100%;
- height: 100%;
- }
- .btnBox{
- position: fixed;
- left: 0;
- bottom: 0;
- overflow: hidden;
- width: 100%;
- height: 120rpx;
- }
- .save{
- width: 50%;
- height: 120rpx;
- line-height: 120rpx;
- text-align: center;
- color: #fff;
- float: left;
- background-color: #34b458;
- }
- .next{
- width: 50%;
- height: 120rpx;
- line-height: 120rpx;
- text-align: center;
- background-color: #52A0FD;
- float: left;
- color: #fff;
- }
- .showhi{
- width: 200rpx;
- text-align: center;
- padding: 20rpx 0rpx;
- border-radius:12rpx;
- background-color: #52A0FD;
- color: #fff;
- margin-top: 20rpx;
- font-size: 28rpx;
- }
|