#dialog{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 80%; height: 25%; text-align: center; margin: auto; background-color: white; border-radius: 10px; } textarea{ height: 100px; width: 90%; margin-top: 5px; margin-left: 5%; text-align: left; border: 1px solid rgba(229, 229, 229, 0.62); font-size: 14px; } .box{ position: fixed; top: 0; left: 0; margin: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); } .replace{ margin-top: 4%; font-size: 28rpx; color: rgba(80, 80, 80, 1); } .cancle{ position: absolute; top: 78%; width: 50%; height: 22%; line-height: 2; background-color: white; border-radius: 0 0 0 16rpx; border-top: 1px solid rgba(229, 229, 229, 0.62); border-right: 1px solid rgba(229, 229, 229, 0.62); } .agree{ position: absolute; top: 78%; width: 50%; height: 22%; right:0; line-height: 2; background-color: white; border-top: 1px solid rgba(229, 229, 229, 0.62); border-left: 1px solid rgba(229, 229, 229, 0.62); border-radius: 0 0 16rpx 0; } .head{ position: relative; height: 350rpx; background-color: rgba(42, 130, 228, 1); border-radius: 0rpx 0rpx 20rpx 20rpx; } .location{ position: absolute; top: 38rpx; left: 246rpx; font-size: 24rpx; text-align: center; color:rgba(255, 255, 255, 1) ; } .loc{ width: 40rpx; height: 40rpx; font-size: 24rpx; vertical-align: bottom; } .notice{ position: absolute; margin-top: 126rpx; margin-left: 18rpx; /* top: 63px; left: 11px; */ width: 716rpx; height: 110rpx; font-size: 24rpx; background-color: rgba(255, 255, 255, 0.21); border-radius: 22rpx 20rpx 20rpx 20rpx; } .notice-first { margin-left: 20rpx; color: rgba(255, 255, 255, 1); } .notice-first image{ height: 28rpx; width: 28rpx; font-size: 28rpx; vertical-align: bottom; } .notice-second { float: right; margin-right: 48rpx; color: rgba(255, 255, 255, 1); width: 76%; height: 70rpx; } .nav{ position: absolute; top:282rpx; width: 718rpx; height: 236rpx; margin-left: 16rpx; background-color: rgba(255, 255, 255, 1); border-radius: 28rpx 28rpx 0rpx 0rpx; } .nav1 image{ position: absolute; left: 218rpx; top: 70rpx; width: 48rpx; height: 48rpx; font-size: 48rpx; } .nav1 view{ position: absolute; left: 200rpx; top:136rpx; font-size: 24rpx; } .nav2 image{ position: absolute; left: 450rpx; width: 48rpx; height: 48rpx; font-size: 48rpx; top: 72rpx; } .nav2 view{ position: absolute; left: 426rpx; top:136rpx; font-size: 24rpx; } .nav .nav1{ width: 108rpx; height: 120rpx; margin-top: 64rpx; margin-left: 186rpx; } .nav .nav2{ width: 108rpx; height: 120rpx; margin-top: -126rpx; margin-left: 420rpx; } .nav navigator:hover{ border-radius: 10rpx; box-shadow: 2rpx 2rpx 4rpx 4rpx rgba(0,0,0,0.1); } .content{ margin-top: 170rpx; height: 1200rpx; background-color: rgba(255, 255, 255, 1); } .point{ height: 14rpx; background-color: rgba(229, 229, 229, 0.62); } .list-text{ margin-top: 30rpx; font-size: 24rpx; text-align: center; color: rgba(80, 80, 80, 0.27); } .content-list{ position: relative; height: 250rpx; margin-top: 22rpx; font-size: 24rpx; border-radius: 28rpx 28rpx 0rpx 0rpx; background-color: rgba(229, 229, 229, 0.62); } .num{ float: left; margin-left: 14rpx; margin-top: 18rpx; font-size: 28rpx; font-weight: 700; color: rgba(42, 130, 228, 1); } .newList{ float: right; margin-top: 20rpx; margin-right: 32rpx; color: rgba(255, 141, 26, 1); } .readyList{ float: right; margin-top: 20rpx; margin-right: 4rpx; color: rgba(212, 48, 48, 1); } .waitList{ float: right; margin-top: 20rpx; margin-right: 4rpx; color: rgba(212, 48, 48, 1); } .finishList{ float: right; margin-top: 20rpx; margin-right: 4rpx; color: rgba(212, 48, 48, 1); } .refuseList{ float: right; margin-top: 20rpx; margin-right: 4rpx; color: rgba(212, 48, 48, 1); } .list{ float: left; margin-left: -328rpx; margin-top: 72rpx; font-size: 28rpx; } .content-list button{ position: absolute; bottom:20rpx; right: 42rpx; line-height:36rpx ; } .content-list .sug{ position: absolute; bottom:30rpx; right: 42rpx; color: #333333; } .isOver{ width: 100%; height: 100rpx; line-height: 100rpx; text-align: center; font-size: 24rpx; color: rgba(80, 80, 80, 0.27); }