You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
3.2 KiB

3 years ago
/* pages/mine/pages/register/register.wxss */
.bind_box{
margin-top: 34rpx;
width: 686rpx;
/* height: 528rpx; */
background: white;
margin-left:32rpx;
padding: 32rpx 0;
}
.bind_box input{
height: 96rpx;
width: 590rpx;
background-color: #f9f9f9;
margin-top: 24rpx;
margin-left: 32rpx;
padding-left: 32rpx;
font-size: 28rpx;
color: #333333;
}
page{
background: #f9f9f9;
}
.placeholder-style{
font-size: 28rpx;
/* margin-left: 32rpx; */
}
.bts{
margin-top: 48rpx;
width: 622rpx;
margin-left:32rpx ;
color: white;
background: #66b6ff;
font-size: 28rpx;
height: 88rpx;
line-height: 88rpx;
}
.bs-top-title {
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 26rpx;
height: 40px;
}
.bs-top-title-ic {
position: absolute;
left: 16px;
font-size: 19px;
}
.captcha{
width: 40%;
height: 96rpx;
line-height: 96rpx;
/* margin: auto 0; */
margin-top: 24rpx;
color: #f9f9f9;
font-size: 25rpx;
margin-right: 25rpx;
border-radius: 0px;
}
button[plain] {
background-color: #f9f9f9;
border:0;
color: #66b6ff;
}
.add1{
width:686rpx;
overflow-x:scroll;
white-space: nowrap;
}
.add_box1 {
display: inline-block;
height: 208rpx;
width: 200rpx;
margin-left: 32rpx;
background-color: #339cff;
border-radius: 8rpx;
border: 2rpx solid #85c3ff;
overflow: hidden;
}
.heng1 {
height: 8rpx;
width: 72rpx;
background: white;
border-radius: 6rpx;
position: relative;
left: 66rpx;
top: 82rpx
}
.shu1 {
width: 8rpx;
height: 72rpx;
background: white;
border-radius: 6rpx;
position: relative;
left: 98rpx;
top: 45rpx
}
.event1 {
display: inline-block;
color: white;
font-size: 28rpx;
margin-left: 32rpx;
margin-top: 60rpx;
}
.btns {
margin-top: 32rpx;
width: 686rpx;
height: 88rpx;
font-weight: bold;
line-height: 88rpx;
color: rgba(0, 132, 255, 1);
font-size: 28rpx;
}
.event_recom1 {
margin-top: 32rpx;
min-height: 1000rpx;
background-color: #f9f9f9;
border-top-left-radius: 24rpx;
border-top-right-radius: 24rpx;
}
.van-index-bar .van-index-bar__sidebar{
top:480rpx;
transform:none;
}
.van-index-anchor text{
font-size: 24rpx;
color: rgba(153, 153, 153, 1);
}
.event_recom1 .van-cell .van-cell__title{
font-size: 28rpx;
}
.my_cell{
width: 686rpx;
height: 96rpx;
background: white;
display: flex;
align-items: center;
padding: 0 32rpx;
}
.van-checkbox{
display: inline-block !important;
}
.my_cell .van-checkbox__icon {
margin-left: 32rpx ;
font-size: 32rpx !important;
}
.my_cell .van-image{
margin-left: 48rpx;
margin-top: 4rpx;
}
.my_cell text{
font-size: 28rpx;
margin-left: 24rpx;
}
.event_box{
height: 36rpx;
background:white;
border-top-left-radius: 24rpx;
border-top-right-radius: 24rpx;
}
.bs-item-image {
display: inline-block;
width: 84rpx;
height: 84rpx;
padding: 12rpx;
margin-right: 24rpx;
}
.all{
background: #027AFF;
width: 72rpx;
height: 72rpx;
line-height: 72rpx;
color: #ffffff;
font-size: 24rpx;
text-align: center;
border-radius: 50rpx;
}