/* packageH/installationSever/installationSeverWrite/installationSeverWrite.wxss */ .installShop { background-color: #fff; padding: 0.78rem 0.88rem 0.94rem 0.94rem; box-sizing: border-box; } .installShop .shopTitle { font-size: 0.69rem; padding-bottom: 0.75rem; border-bottom: 1px solid #f2f2f2; display: flex; justify-content: space-between; align-items: center; color: #999; } .installShop .shopList { padding-bottom: 0.5rem; } .installShop .shopList .shoplis { display: flex; justify-content: space-between; align-items: center; padding: 0.66rem 0 0 0; box-sizing: border-box; } .installShop .shopList .shoplis .imgbox { width: 2.5rem; height: 2.5rem; background-color: #c3c3c3; margin-right: 0.47rem; } .installShop .shopList .shoplis .imgbox image { width: 2.5rem; height: 2.5rem; } .installShop .shopList .shoplis .shoptxt { flex: 1; font-size: 0.88rem; text-align: left; } .installShop .shopList .shoplis .total { color: #202020; font-size: 0.69rem; } .installShop .shopList .shopBtns { display: flex; justify-content: flex-end; } .installShop .shopList .shopBtns .shopBtn { width: 4.06rem; height: 1.88rem; background-color: #f15354; border-radius: 0.31rem; display: flex; align-items: center; justify-content: center; color: #fff; margin-left: 0.63rem; } .posBtn { width: 100%; height: 2.75rem; position: fixed; bottom: 0.91rem; } .posBtn .btn { width: 21.56rem; height: 2.75rem; background-color: #f15354; border-radius: 0.31rem; display: flex; justify-content: center; align-items: center; color: #fff; margin: 0 auto; } .success { display: flex; align-items: center; justify-content: center; flex-direction: column; padding-top: 40rpx; color: #f15354; font-size: 26rpx; font-weight: bold; } .success text { margin-top: 10rpx; }