|
- .title{
- text-align: center;
- font-size: 38rpx;
- font-weight: 600;
- height: 120rpx;
- line-height: 120rpx;
- }
-
- .typeBox1{
- width: 80%;
- margin: 0 auto 40rpx auto;
- overflow: hidden;
-
- /* border-left: 1rpx rgb(124, 124, 124) solid;
- border-right: 1rpx rgb(124, 124, 124) solid;
- border-bottom: 1rpx rgb(124, 124, 124) solid; */
- height: 380rpx;
- }
-
- .h1{
- text-align: center;
- color: #fff;
- font-size: 36rpx;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #52A0FD;
- border-radius: 20rpx 20rpx 0 0 ;
- }
- .contBox{
- height: 290rpx;
- border-left: 1rpx rgb(124, 124, 124) solid;
- border-right: 1rpx rgb(124, 124, 124) solid;
- border-bottom: 1rpx rgb(124, 124, 124) solid;
- border-radius: 0 0 20rpx 20rpx;
- overflow: hidden;
- }
- .contText{
- width: 80%;
- margin: 40rpx auto;
- font-size: 32rpx;
- }
- .go{
- width: 240rpx;
- height: 80rpx;
- background-color: #52A0FD;
- text-align: center;
- line-height: 80rpx;
- color: #fff;
- border-radius: 12rpx;
- margin: 0 auto;
- font-size: 32rpx;
- }
-
-
-
- .itemBox{
- margin: 40rpx auto;
- width: 80%;
- }
- .titleBox{
- height: 80rpx;
- line-height: 80rpx;
- color: #fff;
- background-color: #52A0FD;
- border-radius: 20rpx 20rpx 0 0;
- position: relative;
- }
- .title_1{
- text-align: center;
- font-size: 36rpx;
- font-weight: 600;
- }
- .cut{
- position: absolute;
- top: 0;
- right: 10rpx;
- font-size: 28rpx;
- }
- .flagText{
- position: absolute;
- top: 0;
- left: 10rpx;
- font-size: 28rpx;
- }
- .cntBox{
- height: 200rpx;
- border-left: 1rpx rgb(124, 124, 124) solid;
- border-right: 1rpx rgb(124, 124, 124) solid;
- }
- .cntBox_5{
- height: 340rpx;
- border-left: 1rpx rgb(124, 124, 124) solid;
- border-right: 1rpx rgb(124, 124, 124) solid;
- }
- .statusBox{
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- color: #fff;
- background-color: #34b458;
- border-radius: 0 0 20rpx 20rpx;
- }
- .statusBoxH{
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- color: #fff;
- background-color: rgb(0, 0, 0,.3);
- border-radius: 0 0 20rpx 20rpx;
- }
- .num{
- float: left;
- margin-left: 40rpx;
- /* margin-top: 10rpx; */
- font-size: 140rpx;
- color: #34b458;
- }
- .num_5{
- float: left;
- margin-left: 40rpx;
- font-size: 140rpx;
- color: #34b458;
- height: 340rpx;
- line-height: 340rpx;
- }
- .numH_5{
- float: left;
- margin-left: 40rpx;
- /* margin-top: 10rpx; */
- font-size: 140rpx;
- color: rgb(0, 0, 0,.3);
- height: 340rpx;
- line-height: 340rpx;
- }
- .numH{
- float: left;
- margin-left: 40rpx;
- /* margin-top: 10rpx; */
- font-size: 140rpx;
- color: rgb(0, 0, 0,.3);
- }
- .cont{
- margin-top: 50rpx;
- margin-left: 20rpx;
- font-size: 32rpx;
- width: 400rpx;
- float: left;
- }
- .go_1{
- float: left;
- width: 50rpx;
- height: 50rpx;
- margin-top: 80rpx;
- }
- .go_5{
- float: left;
- width: 50rpx;
- height: 50rpx;
- margin-top: 160rpx;
- }
- .submit{
- margin:40rpx auto 0 auto;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
-
- color: #fff;
- background-color: #52A0FD;
- }
-
- .submitHi{
- margin:40rpx auto 0 auto;
- height: 100rpx;
- text-align: center;
- line-height: 100rpx;
- /* color: #fff; */
- background-color: #ccc;
- }
-
- .btnBox{
- margin:40rpx auto 0 auto;
- overflow: hidden;
- width: 100%;
- height: 100rpx;
- }
- .save{
- width: 50%;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- color: #fff;
- float: left;
- background-color: #34b458;
- }
-
- .savehi{
- width: 50%;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- /* color: #fff; */
- float: left;
- background-color: #ccc;
- }
- .next{
-
- width: 50%;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- background-color: #52A0FD;
- float: left;
- color: #fff;
- }
-
|