123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- /* pages/workDetail/workDetail.wxss */
- .workDetail .con {
- height: 380rpx;
- width: 95%;
- margin: 30rpx auto 0;
- background: url('http://resource.bike.hanyiyun.com/yunwei/workbg2.png') no-repeat;
- background-size: cover;
- position: relative;
- }
- /* .con>view {
- height: 50%;
- } */
- .con view {
- font-size: 26rpx;
- color: #fff;
- /* margin-top: 15rpx; */
- padding-left: 20rpx;
- }
- .con .bike {
- position: absolute;
- top: 0;
- right: 21rpx;
- width: 160rpx;
- height: 50rpx;
- }
- .con .reason {
- font-size: 32rpx;
- padding: 40rpx 0 10rpx 20rpx;
- }
- .con .work {
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding-left: 68rpx;
- height: 50%;
- }
- .con .iconfont {
- font-size: 100rpx;
- color: #fff;
- position: absolute;
- bottom: 37rpx;
- right: 65rpx;
- }
- .info {
- height: 25%;
- }
- .info>view {
- width: 27.33%;
- text-align: center;
- }
- .info view {
- color: #212121;
- font-size: 24rpx;
- }
- .info .msg {
- font-weight: bold;
- margin-top: 15rpx;
- }
- .position {
- height: 25%;
- }
- .position image {
- width: 24rpx;
- height: 28rpx;
- margin-left: 15rpx;
- }
- .position view {
- font-size: 22rpx;
- }
- .loading {
- width: 90%;
- margin: 0 auto;
- font-size: 34rpx;
- font-weight: bold;
- padding: 35rpx 0 24rpx 0;
- }
- .step {
- width: 90%;
- margin: 0 auto;
- display: flex;
- justify-content: flex-start;
- }
- .step .circle {
- height: 28rpx;
- width: 28rpx;
- margin-bottom: 13rpx;
- }
- .step .line {
- height: 125rpx;
- width: 6rpx;
- }
- .stepCon {
- width: 95%;
- height: 114rpx;
- margin: 20rpx 0 0 20rpx;
- box-shadow: 0 0 6rpx 0 rgba(216, 216, 216, 1);
- border-radius: 10rpx;
- padding: 5rpx 40rpx;
- box-sizing: border-box;
- }
- .stepCon view {
- font-size: 24rpx;
- color: #4d4d4d;
- padding: 8rpx 0;
- }
- .icon {
- position: absolute;
- right: 12%;
- z-index: 9999;
- text-align: right;
- }
- .operate image {
- height: 148rpx;
- width: 148rpx;
- }
- .operate {
- width: 95%;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- }
- .operate view {
- font-size: 28rpx;
- width: 200rpx;
- height: 88rpx;
- background: linear-gradient(to right, rgba(253, 142, 111, 1) 0%, rgba(249, 129, 12, 1) 100%);
- box-shadow: 0 12rpx 26rpx 0 rgba(255, 189, 165, 1);
- color: #fff;
- border-radius: 10rpx;
- margin-top: 20rpx;
- }
- .icon view {
- margin-bottom: 30rpx;
- }
- .icon image {
- height: 60rpx;
- width: 60rpx;
- vertical-align: middle;
- margin-left: 20rpx;
- }
- .icon view text {
- font-size: 26rpx;
- padding: 10rpx 40rpx;
- border-radius: 10rpx;
- background: rgba(0, 0, 0, 0.5);
- color: #fff;
- }
- .button image {
- width: 200rpx;
- height: 200rpx;
- position: fixed;
- right: 10rpx;
- }
- .commit {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background: #fff;
- width: 640rpx;
- height: 296rpx;
- z-index: 9999;
- border-radius: 8rpx;
- padding: 20rpx;
- box-sizing: border-box;
- }
- .commit input {
- font-size: 28rpx;
- border-bottom: 1px solid #000;
- margin: 40rpx 0;
- padding-bottom: 15rpx;
- }
- .commit .placeholder {
- font-size: 24rpx;
- color: #ADADAD;
- }
- .commit .title {
- font-size: 34rpx;
- color: #282828;
- font-weight: 600;
- }
- .commit .detail {
- margin: 40rpx 0;
- font-size: 26rpx;
- }
- .commit text {
- font-size: 26rpx;
- color: #F9831F;
- }
- /* 警报弹窗 */
- .alarmCon {
- background: #fff;
- position: fixed;
- bottom: 0%;
- left: 0%;
- z-index: 9999;
- width: 100%;
- border-top-left-radius: 25rpx;
- border-top-right-radius: 25rpx;
- }
- .alarmTitle {
- width: 100%;
- padding-top: 20rpx;
- }
- .alarmTab {
- width: 90%;
- margin: 20rpx auto 0rpx;
- background: #fff;
- padding: 15rpx;
- }
- .alarmTitle text {
- font-size: 32rpx;
- font-weight: 600;
- }
- .alarmTab view {
- font-size: 28rpx;
- padding: 15rpx 30rpx;
- color: #F9831F;
- border: 1px solid #F9831F;
- }
- .alarmTab view:first-child {
- border-top-left-radius: 15rpx;
- border-bottom-left-radius: 15rpx;
- }
- .alarmTab view:last-child {
- border-top-right-radius: 15rpx;
- border-bottom-right-radius: 15rpx;
- }
- .alarmTab .cur {
- background: #F9831F;
- color: #fff;
- }
- .alarmCon .alList:first-child{
- margin-top:20rpx;
- }
- .alList {
- width: 90%;
- margin:0rpx auto 20rpx;
- box-shadow: 0 0 13rpx 0 rgba(216, 216, 216, 1);
- border-radius: 10rpx;
- padding: 15rpx 20rpx;
- }
- .alList .source {
- font-size: 26rpx;
- margin-top: 15rpx;
- color: #555;
- }
- .no {
- width: 100%;
- margin: 0 auto;
- text-align: center;
- margin-top: 121rpx;
- }
- .no image {
- width: 200rpx;
- height: 200rpx;
- margin-bottom: 20rpx;
- }
- .scroll{
- height:840rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .scrollCon{
- padding:0rpx 0 20rpx 0;
- }
|