guide.wxss 811 Bytes
/* pages/main/guide/guide.wxss */

.bgimg {
  position: absolute;
  height: 400rpx;
  width: 100%;
}

.card_rectangle_bg {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 86%;
  /* margin-left: 30rpx;
  margin-right: 30rpx; */
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
  border-radius: 8px;
}

.bg_wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}

.icon_wrap{
  width: 100rpx;
  height: 100rpx;
  align-self: center
}

text_wrap_main_black{
font-size: 36rpx;
color: #000;
letter-spacing: 0;
text-align: left;
}

text_wrap_sub_999{
font-size: 28rpx;
color: #999;
letter-spacing: 0;
text-align: left;
}

.arrow_wrap {
  position: relative;
  width: 60rpx;
  height: 60rpx;
  align-self: center
}