sub_wh_project.wxss 2.1 KB
@import '../../iconfont/icon.wxss';

page{
  background: url('http://bronet.wangshuwen.com/head.png') no-repeat;
  background-size: 100%, 100%;
  line-height: 1;
}
.container{
  
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  padding: 46rpx 0 0 0;
  box-sizing: border-box;

}
.top{
  width:686rpx;
  height:360rpx;
  background:rgba(255,255,255,1);
  box-shadow:0px 10rpx 24rpx 0rpx rgba(149,149,149,0.1);
  border-radius:10rpx;
  display: flex;
}
.top image{
  width: 100%;
  height: 100%;
  border-radius: 10rpx;
}
.top_mid{
  margin-top: 52rpx;
  width:686rpx;
  font-size:30rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  color:rgba(51,51,51,1);
  display: flex;

}
.top_mid_time{
  margin-left: 20rpx;
}
.remark{
  width: 686rpx;
 
  font-size:30rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  color:rgba(51,51,51,1);
  margin-top: 30rpx;
}
.text{
  width:686rpx;
  height:400rpx;
  background:rgba(44,130,230,0);
  border:1rpx solid rgba(232, 232, 232, 1);
  border-radius:8rpx;
  margin-top: 22rpx;

  
  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:36rpx;
  box-sizing: border-box;
  padding: 24rpx 44rpx;
  overflow-y: scroll;
}
.choice{
  margin-top: 19rpx;
  width:686rpx;
  height:80rpx;
  background:rgba(255,255,255,1);
  box-shadow:0rpx 4rpx 10rpx 0rpx rgba(149,149,149,0.1);
  border-radius:10rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 30rpx;
}
.choice_a{
  display: flex;
}
.choice_sel{
  margin-left: 26rpx;
}
.icon-caidan{
  font-size: 32rpx;
}
.icon-jinru{
  font-size: 38rpx;
  display: flex;
  color: #999999;
}

.button{
  width:686rpx;
  height:70rpx;
  background:linear-gradient(-30deg,rgba(44,130,230,1),rgba(72,157,255,1));
  box-shadow:0rpx 14rpx 24rpx 0rpx rgba(7,106,220,0.4);
  border-radius:35rpx;

  font-size:36rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  color:rgba(255,255,255,1);
  text-align: center;
  line-height: 70rpx;

  margin-top: 20rpx;
}