Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- /* pages/setpwd/setpwd.wxss */
- .setpwd{
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .input01 {
- text-indent: 40rpx;
- font-size: 40rpx;
- color: #000;
- letter-spacing: 0;
- margin-top: 28rpx;
- }
-
- .input02 {
- text-indent: 40rpx;
- font-size: 28rpx;
- margin-top: 16rpx;
- color: #000;
- letter-spacing: 0;
- line-height: 32rpx;
- }
- .setpwd{
- width: 100%;
- display: flex;
- flex-direction: column;
- position: relative;
- margin-top: 30rpx;
- }
- .setpwd view{
- width: 88%;
- display: flex;
- margin: 0 auto;
- /* border-bottom: 1rpx solid #D7D7D7; */
- padding: 3.3% 0;
- padding-left: 0;
- }
- .setpwd view input {
- font-size: 30rpx;
- }
- .setpwd button{
- width: 92%;
- height: 6.6%;
- background: #52A0FD;
- color:#fff;
- margin-top:10.3%;
- font-size: 36rpx;
- }
|