123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- .flex_between {
- display: -webkit-flex;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .color96{color: #969696;}
- .textRight{text-align: right;}
- .borderBot{border-bottom: 1px solid #e5e5e5;}
- .alert {
- position: fixed;
- left: 0;
- top: 0;
- bottom: 0;
- width: 100%;
- z-index: 5;
- }
- .alert_zhedang {
- background-color: rgba(0, 0, 0, 0.6);
- width: 100%;
- height: 100%;
- }
- .alert_con {
- position: absolute;
- left: 60rpx;
- right: 60rpx;
- top: 20%;
- background-color: #fff;
- padding: 37rpx 74rpx;
- border-radius: 20rpx;
- }
- .alert_item {
- padding: 37rpx 14rpx;
- }
- .yxsj{
- width:110rpx;
- height:38rpx;
- border:1px solid rgba(100,100,100,1);
- border-radius: 20rpx;
- color: #646464;
- font-size: 16rpx;
- display: inline-block;
- text-align: center;
- line-height: 38rpx;
- }
- .yxsj:nth-child(odd){
- margin-right: 14rpx;
- }
- .yxsj:first-child{
- margin-bottom: 10rpx;
- }
- .yxsj__activi{
- color: #fff;
- background-color: #00C7C6;
- border-color: #00C7C6;
- }
- .yxsj_box{
- width: 250rpx;
- }
- .flex_start{
- align-items: flex-start
- }
- .alert-b {
- font-size: 28rpx;
- margin: 0;
- border-radius: 10rpx;
- flex: auto;
- }
- .alert_btn{
- margin-top: 37rpx;
- }
- .alert_btn .alert-bL {
- background-color: #fff;
- color: #ababab;
- }
- .alert_btn .alert-bR {
- background-color: #00c7c6;
- color: #fefefe;
- }
- .alert_img{
- width: 32rpx;
- height: 32rpx;
- display: inline-block;
- vertical-align: middle;
- }
- .alert_people{
- font-size: 24rpx;
- margin: 0 20rpx;
- color: #000000;
- vertical-align: middle;
- }
- .alert_succ{
- font-size: 48rpx;
- color: #010101;
- font-weight: bold;
- margin-top: 120rpx;
- margin-bottom: 36rpx;
- text-align: center;
- }
- .alert_sImg{
- width: 120rpx;
- height: 120rpx;
- display: block;
- margin: 0 auto 120rpx;
- }
- .flexW_48{flex: 0 0 48%;}
- .phcolor{
- color: #e5e5e5;
- }
- .warn{
- text-align: center;
- color: #aaa;
- font-size: 24rpx;
- transform: translateY(-60rpx);
- }
|