free_delivery.wxss 1.3 KB
/* packageF/pages/free_delivery/free_delivery.wxss */

.free_delivery{
  width: 100%;
  height: 100vh;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  position: relative;
}
.top{
  padding: 50rpx 0 0 40rpx;

  /* width: 100%;
  height: 483rpx;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.main{
  position: absolute;
  left: 0;
  top: 24.5%;
  width: 100%;
  /* height: 200rpx;
  background-color: red; */
  /* opacity: .5; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: darkmagenta; */
}
.main_title{
  margin: 25rpx 0;

}
.main view{
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  position: relative;
  border: 1rpx solid rgb(194, 194, 194);
  border-radius: 5rpx;
  overflow: hidden;
  text-align: center;
  line-height: 80rpx;
}
.but{
  font-weight: bold;
}
.bottom{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}