123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- /* pages/index/index.wxss */
- .newIndex {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- position: relative;
- box-sizing: border-box;
- }
- .penWidthPic {
- display: flex;
- justify-content: space-around;
- position: absolute;
- bottom: 40px;
- z-index: 1000;
- height: 150rpx;
- width: 100vw;
- align-items: center;
- box-shadow: 0px 2px 8px 0px #D4D4D4;
- border: 1px solid #E7EBF4;
- background-color: #fff;
- }
- .penColor {
- display: flex;
- justify-content: space-around;
- position: absolute;
- bottom: 40px;
- z-index: 1000;
- height: 160rpx;
- width: 100vw;
- align-items: center;
- box-shadow: 0px 2px 8px 0px #D4D4D4;
- border: 1px solid #E7EBF4;
- background-color: #fff;
- }
- .allOption {
- display: flex;
- flex-direction: column;
- align-items: center;
- box-shadow: 0px 1px 10px 0px rgba(77, 84, 91, 0.2);
- border-radius: 10px;
- position: absolute;
- bottom: 40px;
- right: 5px;
- width: 240rpx;
- height: 430rpx;
- background-color: #fff;
- box-sizing: border-box;
- }
- .onOpt {
- font-size: 20rpx;
- color: #132238;
- display: flex;
- align-items: center;
- width: 180rpx;
- box-sizing: border-box;
- }
- .optImg {
- height: 48rpx;
- width: 48rpx;
- margin-right: 20rpx;
- }
- .optTxt {
- margin-right: 12rpx;
- }
- .optionTitle {
- font-size: 18rpx;
- color: #132238;
- height: 64rpx;
- display: flex;
- align-items: center;
- text-align: center;
- }
- .m9 {
- margin: 9rpx 0;
- }
- .menuOpt {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- .ChosenColor {
- width: 72rpx;
- height: 94rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 2px;
- }
- .penWidthPic image {
- height: 92rpx;
- width: 92rpx;
- }
- .topBar {
- height: 35px;
- display: flex;
- justify-content: space-between;
- line-height: 35px;
- align-items: center;
- padding: 0 20px 0 25px;
- }
- .borders {
- border: none !important;
- }
- .connectPen {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 100%;
- overflow: hidden;
- }
- .w50 {
- width: 100%;
- background-color: #fff;
- }
- .flex {
- display: flex;
- }
- .columnCenter {
- flex-direction: column;
- align-items: center;
- }
- .closeButton {
- justify-content: flex-end;
- padding-right: 26rpx;
- box-sizing: border-box;
- }
- .changeButton {
- border: none !important;
- width: 100%;
- }
- .penDeteils {
- width: 490rpx;
- height: 376rpx;
- background-color: #fff;
- border-radius: 20rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- padding-top: 20rpx;
- overflow: hidden;
- }
- .penName {
- color: #151515;
- font-size: 32rpx;
- font-weight: 500;
- margin: 14rpx 0 21rpx;
- }
- .macAdrress {
- font-size: 28rpx;
- color: #505050;
- font-weight: 400;
- margin: 15rpx 0;
- }
- .middleInfo {
- border-bottom: 2rpx solid #E7EBF4;
- }
- .chosenPenWidth {
- border: 2px solid #585E77;
- box-sizing: border-box;
- height: 92rpx;
- width: 92rpx;
- overflow: hidden;
- border-radius: 6rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .dialogClass {
- background: rgba(255, 255, 255, 0.1);
- }
- .flex {
- display: flex;
- }
- .flexColumn {
- flex-direction: column;
- }
- .alignCenter {
- align-items: center;
- }
- .justifyCenter {
- justify-content: center;
- }
- .offlineProcess {
- position: absolute;
- width: 40vw;
- height: 30vw;
- top: 40%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 9999;
- background-color: #000;
- opacity: 0.3;
- box-shadow: 0px 2px 10px 0px rgba(202, 202, 202, 0.5);
- border-radius: 10px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- padding-top: 20rpx;
- }
- .process {
- color: red;
- }
- .processButton {
- color: #ED7143;
- width: 100%;
- text-align: center;
- border-top: #E7EBF4 2rpx solid;
- height: 60rpx;
- }
- .processButton:active {
- background-color: #E7EBF4;
- }
- .identify {
- /* text-align: center; */
- font-size: 32rpx;
- color: #151515;
- width: 100vw;
- padding: 30rpx 60rpx 100rpx;
- box-sizing: border-box;
- }
- .codeTitle{
- font-size: 16px;
- text-indent: 10px;
- line-height: 20px;
- margin-top: 5px;
- }
- .codeValue{
- margin-top: 3px;
- color: #ED7143;
- font-size: 14px;
- text-indent: 10px;
- line-height: 14px;
- /* border-bottom: #ED7143 1px solid; */
- }
|