my_zhuduidetail.wxss 2.1 KB
/* pages/my_zhuduidetail/my_zhuduidetail.wxss */
@import '/pages/form/form.wxss';
.code_tip{
 color:#FFFFFF;
 font-size:25rpx;
 text-align: center;
}
.yes_btn {
margin:0 27rpx 24rpx 27rpx;
}
.from_infocode{
 position: absolute;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 color:#fff;
 font-size:25rpx;
 text-align: center;
 right: 44rpx;
 top:50%;
 transform: translateY(-50%);
 z-index:10;
}
.from_infocodeimg{
 width:108rpx;
 height: 108rpx;
 display: flex;
 align-items: center;
 justify-content: cneter;
}
.from_infocodeimg image{
 width:100%;
 height: 100%;
 display: block;
}
.detail_user{
 padding:20rpx 16rpx 20rpx 32rpx;
 justify-content: space-between;
}
.team_left{
 display: flex;
 align-items: center;
}
.team_rigth{
 display: flex;
 align-items: center;
 color:rgba(255,255,255,0.6);
 font-size:24rpx;
}
.team_rigth view{
 padding:0 32rpx;
}
.team_rigthactive{
 color:#009FE8;
}
.actionbox{
 margin: 35rpx 20rpx;
 display: flex;
 align-items: center;
 justify-content: space-between;
 color:#fff;
 font-size:28rpx;
}
.action{
 width:210rpx;
 height: 50rpx;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 8rpx;
 overflow: hidden;
 background: linear-gradient(to right, #267BB8 , #79397C,#C21728); /* 标准的语法 */
}
.action1{
 background: linear-gradient(to right, #EF832C , #D03A6B,#AE2C82); /* 标准的语法 */
}
.action2{
 background: linear-gradient(to right, #34BEB7 , #2A9FD1,#3E65AF); /* 标准的语法 */
}
.tishi{
 position: fixed;
 top:0;
 left:0;
 width:100%;
 height: 100%;
 z-index:100;
 background: rgba(255,255,255,0);
}
.tishimian{
 width:100%;
 /* position: absolute; */
 z-index:101;
 display: flex;
 align-items: center;
 justify-content: center;
 /* left:50%;
 bottom:30%;
 transform: translateX(-50%); */
 color:#fff;
 font-size:25rpx;
}
.tishiimg{
 width:98rpx;
 height: 98rpx;
 margin: 0 22rpx;
 display: flex;
 align-items: center;
 justify-content: center;
}
.tishiimg image{
width:100%;
height: 100%;
display: block;
}
.goother{
 color:#009FE8;
 border-bottom:1rpx solid #009FE8;
}